Commit Graph

1268 Commits

Author SHA1 Message Date
8972f2d03d Move most tests to commonTest 2019-04-10 05:35:56 -05:00
e88c58916a Implement JsFiles 2019-04-10 04:52:17 -05:00
7d169d8053 Update copyright date 2019-04-09 08:46:25 -05:00
c018d89ca6 Implement JsDatabase using sql.js 2019-04-09 08:43:23 -05:00
5c402b5400 Implement HtmlCanvas; move some tests to commonTest 2019-04-09 06:39:38 -05:00
7ba7edb7d4 Set up javascript tests 2019-04-07 16:51:28 -05:00
fe219b5296 Update kotlin gradle plugin; add js target 2019-04-07 13:07:50 -05:00
1abc041d87 Fix ios tests; remove empty test 2019-04-07 09:56:34 -05:00
c16a0ecd65 Migrate Scores to pure Kotlin; display correct score on main screen 2019-04-06 18:53:22 -05:00
6d527a31d7 Add app icon 2019-04-03 06:56:42 -05:00
4d0d631d8a Set minimum number of buttons 2019-04-03 06:56:28 -05:00
5b2b554a7a Dynamically select number of columns to display 2019-04-03 05:50:42 -05:00
33bae657a3 Show numerical habits 2019-04-02 20:16:00 -05:00
082c575f82 Allow user to show/hide archived and completed habits 2019-04-02 07:46:41 -05:00
90f553b4f6 Add Preferences table and repository 2019-04-02 05:57:11 -05:00
6af576c09c Change language automatically 2019-04-01 20:53:00 -05:00
c380abad5a Remove outdated tests 2019-04-01 07:35:18 -05:00
905099ccdb Fix invalid translation files 2019-04-01 07:32:34 -05:00
76b848752c Convert i18n strings from Android XML to Kotlin 2019-04-01 07:22:48 -05:00
48c3ff584a Rename to DetailScreenController; pass habit as argument 2019-03-31 19:43:20 -05:00
979affef22 Replace action sheet icon 2019-03-31 19:08:07 -05:00
274d3d6858 Main screen: add action sheet 2019-03-31 18:08:42 -05:00
f491acdda9 Simplify data trasfer in MainScreenDataSource 2019-03-31 17:31:40 -05:00
6ac7ef7807 Add stubs for Score and Streak 2019-03-31 17:15:39 -05:00
5d1f5168ad Create Observable class 2019-03-31 16:54:43 -05:00
262b9460bd Move README and related files to root 2019-03-31 06:48:30 -05:00
f4e4da6dc5 iOS: use actual data for checkmarks on main screen 2019-03-31 06:48:29 -05:00
024c99e60d Remove Xcode files 2019-03-31 06:48:29 -05:00
aa6b13f3a6 Remove DateCalculator 2019-03-31 06:48:29 -05:00
70a79856f2 Reorganize packages; implement checkmarks 2019-03-31 06:48:29 -05:00
6a30bb98c6 Rename legacy to android 2019-03-31 06:48:29 -05:00
07cf74d400 Remove obsolete react-native version of Android app 2019-03-31 06:48:26 -05:00
94b35545b7 Remove obsolete information from README.md 2019-03-31 06:48:26 -05:00
8544c5dc8a Remove react-native; rewrite main screen in (native) swift 2019-03-31 06:48:26 -05:00
a546f6de73 Update 2019-03-31 06:48:26 -05:00
7cab0a39e5 Implement database access (with migrations) 2019-03-31 06:48:26 -05:00
e19339d808 Add symlink to node_modules 2019-03-31 06:48:26 -05:00
134975b8ba Fix instructions in core/build.gradle 2019-03-31 06:48:26 -05:00
2d0a57efbd Update README 2019-03-31 06:48:26 -05:00
50e94c4d09 Update README; add screenshot 2019-03-31 06:48:26 -05:00
15974bdca8 Add README 2019-03-31 06:48:26 -05:00
0734e74154 Add gradle wrappers 2019-03-31 06:48:26 -05:00
f108bc8dc1 Initial prototype of multi-platform version 2019-03-31 06:48:26 -05:00
4ccda9d6f7 Move existing source code to subfolder 2019-03-31 06:48:26 -05:00
db1ba822fe Merge pull request #472 from chennemann/feat/create-habit-with-long-description
fix: habits with long description could not be saved
2019-01-27 22:30:14 -06:00
bd18a4320a Merge pull request #471 from chennemann/feat/always-hide-archive-action
Always hide archive/unarchive icon
2019-01-27 22:19:43 -06:00
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
2019-01-23 21:16:26 +01:00
Christoph Hennemann
d4b5c7b9d5 feat: Always hide archive/unarchive icon
- Improves usability since the icons do not
    jump around when more than one habit is
    selected

References: #465
2019-01-23 20:55:38 +01:00
a719f6ad98 Merge pull request #459 from chennemann/feat/scroll-bar-in-main-menu
Add scrollbars to habit overview list
2019-01-22 16:49:37 -06:00
Christoph Hennemann
d8894753e0 feat: Add scrollbars to habit overview list
References: #365
2019-01-20 00:40:35 +01:00