Commit Graph

1261 Commits

Author SHA1 Message Date
e6deb1f281 Merge branch 'hotfix/1.7.1' into dev 2017-04-12 11:25:28 -04:00
artem-p
bb0d43018e Fix resetting reminder days 2017-04-12 11:17:27 -04:00
140ab34a76 Verify database version before importing 2017-04-11 22:03:16 -04:00
0d6ad26505 Ignore exception when habit is not found 2017-04-11 21:19:03 -04:00
65cc99dbf7 Switch from View.BaseSavedState to Support Library's AbsSavedState
See https://code.google.com/p/android/issues/detail?id=196430
2017-04-11 17:49:55 -04:00
6855ef9d5e Update translations 2017-04-11 17:26:06 -04:00
4c58b084c6 Fix missing dialog title 2017-04-11 17:19:18 -04:00
5c8e522646 Fix header labels for RTL languages such as Arabic 2017-04-11 17:14:25 -04:00
55da0759d4 Bump version 2017-04-11 16:58:35 -04:00
Dmitriy Bogdanov
814b734ad3 Import java.text.DecimalFormat instead of one from ICU (#273) 2017-04-10 08:05:08 -04:00
6f5941472b Merge remote-tracking branch 'origin/dev' into dev 2017-04-09 18:15:55 -04:00
7699423aa7 Merge tag 'v1.7.0' into dev
1.7.0
2017-04-09 18:14:53 -04:00
692fe3218f Merge branch 'release/1.7.0' v1.7.0 2017-04-09 18:13:52 -04:00
387930c08d Fix icon size, remove unused icons 2017-04-09 17:37:14 -04:00
6bd31f9607 Add Basque, Catalan, Persian and Romanian languages 2017-04-09 17:16:08 -04:00
9aafe7160c Update translation links 2017-04-09 16:56:04 -04:00
5cc4aac67a Update translations 2017-04-09 16:41:32 -04:00
831421bc98 Ignore CrowdIn configuration files 2017-04-09 16:03:00 -04:00
e48dab9ed3 Update translation link 2017-04-04 17:47:14 -04:00
161d8f2517 Update changelog 2017-03-31 09:12:53 -04:00
bfe4b822b3 Bump version 2017-03-31 08:15:04 -04:00
53a599c6b8 Merge branch 'feature/numerical-habits' into dev 2017-03-30 23:00:12 -04:00
103c0b57f8 Unify habit creation dialogs 2017-03-28 16:59:08 -04:00
7de69c1c10 Simplify BooleanHabitDialog subclasses and factories 2017-03-28 13:36:49 -04:00
fe7e8ef039 Refactor habit creation dialogs 2017-03-28 12:06:09 -04:00
19f4a19dba Minor changes to BarChart 2017-03-27 19:25:53 -04:00
b66da24e39 Fix the form fields containing examples 2017-03-27 18:41:52 -04:00
3dd33274e4 Small changes to formatValue 2017-03-27 17:50:57 -04:00
c61834e604 Color days on HistoryChart according to target 2017-03-26 16:36:28 -04:00
e082705b0c First version of BarChart 2017-03-26 16:16:13 -04:00
83ce92d8ac Allow fractional values to be entered 2017-03-26 13:19:01 -04:00
177525817c Small changes to the layout of NumberButtonView 2017-03-26 10:57:04 -04:00
1dfa0c6b0d Hide completed according to the target value 2017-03-26 10:32:27 -04:00
b3f039d658 Make score take target value into account 2017-03-26 10:14:23 -04:00
7d2e8573f8 Persist unit and target value of a habit 2017-03-25 19:57:38 -04:00
5653651c0d Update score calculation
The value of a score is now a double. For boolean habits, this number goes from zero
to one and corresponds to the percentage. For numerical habits, it now corresponds
to a weighted average of the checkmark values. Also, for non-daily boolean habits, the
score now increases with implicit checkmarks.
2017-03-25 12:31:19 -04:00
d3b540199c Switch score values from int to double 2017-03-25 10:46:35 -04:00
f0430ffeb3 Use alternative design with units on NumberButtonView 2017-03-25 09:43:52 -04:00
d03edf2895 Update habit creation dialogs 2017-03-24 16:47:40 -04:00
5c1ccfe6fe Fix small issues with the number picker 2017-03-24 10:13:19 -04:00
5b9e90fe7a Persist repetition values 2017-03-24 09:41:52 -04:00
ac32460859 Create number picker dialog 2017-03-24 08:20:59 -04:00
e2a8de3acf Update controllers and HabitCardView 2017-03-23 19:09:44 -04:00
7bf9f88ee3 Implement NumberButtonView and related classes 2017-03-23 18:26:58 -04:00
19e79a8559 Fix failing test 2017-03-20 22:32:53 -04:00
876d4f0ac7 Merge branch 'feature/scroll-header' into dev
Fixes #155
2017-03-20 20:05:26 -04:00
f4f7faf3a4 Fix a few issues with header scrolling 2017-03-20 20:00:10 -04:00
56f2ae57fe Persist scrolling after configuration change 2017-03-20 18:53:48 -04:00
3fe09efe9b Scroll checkmarks 2017-03-19 20:36:16 -04:00
f0de29fbfe Make HeaderView scrollable 2017-03-19 18:31:43 -04:00