Alinson S. Xavier
|
8378d88186
|
Update gradle
|
7 years ago |
Alinson S. Xavier
|
ddd363917c
|
Implement JsFileStorage using IndexedDB
|
7 years ago |
Alinson S. Xavier
|
f310eaf7d9
|
Make I/O asynchronous with coroutines; make all JS tests pass
|
7 years ago |
Alinson S. Xavier
|
8972f2d03d
|
Move most tests to commonTest
|
7 years ago |
Alinson S. Xavier
|
e88c58916a
|
Implement JsFiles
|
7 years ago |
Alinson S. Xavier
|
7d169d8053
|
Update copyright date
|
7 years ago |
Alinson S. Xavier
|
c018d89ca6
|
Implement JsDatabase using sql.js
|
7 years ago |
Alinson S. Xavier
|
5c402b5400
|
Implement HtmlCanvas; move some tests to commonTest
|
7 years ago |
Alinson S. Xavier
|
7ba7edb7d4
|
Set up javascript tests
|
7 years ago |
Alinson S. Xavier
|
fe219b5296
|
Update kotlin gradle plugin; add js target
|
7 years ago |
Alinson S. Xavier
|
1abc041d87
|
Fix ios tests; remove empty test
|
7 years ago |
Alinson S. Xavier
|
c16a0ecd65
|
Migrate Scores to pure Kotlin; display correct score on main screen
|
7 years ago |
Alinson S. Xavier
|
6d527a31d7
|
Add app icon
|
7 years ago |
Alinson S. Xavier
|
4d0d631d8a
|
Set minimum number of buttons
|
7 years ago |
Alinson S. Xavier
|
5b2b554a7a
|
Dynamically select number of columns to display
|
7 years ago |
Alinson S. Xavier
|
33bae657a3
|
Show numerical habits
|
7 years ago |
Alinson S. Xavier
|
082c575f82
|
Allow user to show/hide archived and completed habits
|
7 years ago |
Alinson S. Xavier
|
90f553b4f6
|
Add Preferences table and repository
|
7 years ago |
Alinson S. Xavier
|
6af576c09c
|
Change language automatically
|
7 years ago |
Alinson S. Xavier
|
c380abad5a
|
Remove outdated tests
|
7 years ago |
Alinson S. Xavier
|
905099ccdb
|
Fix invalid translation files
|
7 years ago |
Alinson S. Xavier
|
76b848752c
|
Convert i18n strings from Android XML to Kotlin
|
7 years ago |
Alinson S. Xavier
|
48c3ff584a
|
Rename to DetailScreenController; pass habit as argument
|
7 years ago |
Alinson S. Xavier
|
979affef22
|
Replace action sheet icon
|
7 years ago |
Alinson S. Xavier
|
274d3d6858
|
Main screen: add action sheet
|
7 years ago |
Alinson S. Xavier
|
f491acdda9
|
Simplify data trasfer in MainScreenDataSource
|
7 years ago |
Alinson S. Xavier
|
6ac7ef7807
|
Add stubs for Score and Streak
|
7 years ago |
Alinson S. Xavier
|
5d1f5168ad
|
Create Observable class
|
7 years ago |
Alinson S. Xavier
|
262b9460bd
|
Move README and related files to root
|
7 years ago |
Alinson S. Xavier
|
f4e4da6dc5
|
iOS: use actual data for checkmarks on main screen
|
7 years ago |
Alinson S. Xavier
|
024c99e60d
|
Remove Xcode files
|
7 years ago |
Alinson S. Xavier
|
aa6b13f3a6
|
Remove DateCalculator
|
7 years ago |
Alinson S. Xavier
|
70a79856f2
|
Reorganize packages; implement checkmarks
|
7 years ago |
Alinson S. Xavier
|
6a30bb98c6
|
Rename legacy to android
|
7 years ago |
Alinson S. Xavier
|
07cf74d400
|
Remove obsolete react-native version of Android app
|
7 years ago |
Alinson S. Xavier
|
94b35545b7
|
Remove obsolete information from README.md
|
7 years ago |
Alinson S. Xavier
|
8544c5dc8a
|
Remove react-native; rewrite main screen in (native) swift
|
7 years ago |
Alinson S. Xavier
|
a546f6de73
|
Update
|
7 years ago |
Alinson S. Xavier
|
7cab0a39e5
|
Implement database access (with migrations)
|
7 years ago |
Alinson S. Xavier
|
e19339d808
|
Add symlink to node_modules
|
7 years ago |
Alinson S. Xavier
|
134975b8ba
|
Fix instructions in core/build.gradle
|
7 years ago |
Alinson S. Xavier
|
2d0a57efbd
|
Update README
|
7 years ago |
Alinson S. Xavier
|
50e94c4d09
|
Update README; add screenshot
|
7 years ago |
Alinson S. Xavier
|
15974bdca8
|
Add README
|
7 years ago |
Alinson S. Xavier
|
0734e74154
|
Add gradle wrappers
|
7 years ago |
Alinson S. Xavier
|
f108bc8dc1
|
Initial prototype of multi-platform version
|
7 years ago |
Alinson S. Xavier
|
4ccda9d6f7
|
Move existing source code to subfolder
|
7 years ago |
Alinson S. Xavier
|
db1ba822fe
|
Merge pull request #472 from chennemann/feat/create-habit-with-long-description
fix: habits with long description could not be saved
|
7 years ago |
Alinson S. Xavier
|
bd18a4320a
|
Merge pull request #471 from chennemann/feat/always-hide-archive-action
Always hide archive/unarchive icon
|
7 years ago |
Christoph Hennemann
|
b180f11834
|
fix: habits with long description could not be saved
- That was due to a bug where the dialog was not resized
or scrollable and therefore the save button was not
accessible
References: #462
|
7 years ago |