Commit Graph

101 Commits

Author SHA1 Message Date
8e9f1aa166 Add basic API for the Pebble app 2016-07-11 08:47:00 -04:00
922b234307 Initial implementation of filters 2016-06-29 19:49:19 -04:00
5d61fdd3d0 Write tests for HintView 2016-06-29 10:03:56 -04:00
4ae813e6f9 Restore all widgets 2016-06-28 22:39:24 -04:00
52701666bc Start refactoring widgets 2016-06-28 12:11:34 -04:00
e899a70eb0 Fix most tests 2016-06-25 05:53:19 -04:00
6ba6d7c8c1 Refactor ShowHabit screen; remove fragment 2016-06-24 14:52:41 -04:00
efd0d1e051 Refactor ShowHabit fragment; break widgets 2016-06-24 08:39:48 -04:00
a11ad6e909 ShowHabit: Refactor score chart 2016-06-22 19:47:16 -04:00
ec4a381d70 Refactor Habit class 2016-06-17 07:29:48 -04:00
b13f2b4228 Create a class for Reminders 2016-06-16 15:19:02 -04:00
14364901ff Reorganize instrumented tests 2016-06-14 05:46:31 -04:00
440706882b Move command tests to JVM 2016-06-14 05:30:30 -04:00
9a44774284 Add instrumented unit tests for SQLite lists 2016-06-12 07:55:47 -04:00
2b23b36e36 Move remaining model tests to JVM; simplify SQLite implementation 2016-06-10 18:55:32 -04:00
78d4f86cab Separate ActiveAndroid from models 2016-06-10 13:30:33 -04:00
18e8390aed Merge branch 'dev' into feature/refactoring-mvc 2016-06-05 04:37:46 -04:00
cabcd5b1bf CSV export: allow spaces on filename and fix tests 2016-06-04 22:06:01 -04:00
7e8a2a0c1c Major refactoring of ListHabitsActivity 2016-06-04 18:10:33 -04:00
8d57273987 Refactor EditHabitDialog 2016-05-28 10:15:55 -04:00
6445bf62bc Refactor MainActivity and Preferences 2016-05-26 16:35:47 -04:00
83ef8564e1 Reorganize file tree according to feature 2016-05-26 10:38:59 -04:00
605593d739 Update UI tests 2016-05-19 12:51:36 -04:00
f403dc6f77 Update view tests 2016-05-15 08:40:27 -04:00
677a643e5b Allow theme to be fixed during tests 2016-04-30 19:13:36 -04:00
f172c69eed Update tests 2016-04-30 12:30:20 -04:00
2dc4fcbc46 Fix transparency on widgets 2016-04-25 22:22:37 -04:00
dbcad9a5f4 Use dark theme for widget colors 2016-04-24 06:42:14 -04:00
aee5d975db Replace star by ring 2016-04-24 06:42:14 -04:00
e2bb4371d3 Fix UI test for settings screen 2016-04-24 06:37:15 -04:00
fcee8552f0 Switch to compat ActionMode; fix tests 2016-04-24 05:55:42 -04:00
8ddf4574e3 Fix failed view tests 2016-04-20 09:27:44 -04:00
b601a643dd Merge branch 'feature/dark-theme' into dev 2016-04-15 18:29:39 -04:00
f5f3ec9f88 Update tests for custom views 2016-04-12 23:42:02 -04:00
dd1f6c9efc Change habit.color palette according to current theme 2016-04-09 20:01:35 -04:00
b29c7e695a Save failed views to SD card root if writable 2016-04-05 05:47:09 -04:00
3811f4b339 Rename tests for compatibility with AWS Device Farm 2016-04-04 11:15:17 -04:00
9891139b5a Fix tests on ICS 2016-04-04 06:43:42 -04:00
96c46b655d Minor refactoring 2016-04-04 05:43:07 -04:00
0de52d4fa3 BaseTask: move register/unregister to onPre/PostExecute 2016-04-04 05:42:27 -04:00
7433a2413d Refactor BaseTask interface 2016-04-03 06:45:10 -04:00
4cec7d7367 Implement methods to generate huge test database 2016-04-03 05:08:57 -04:00
e476096ae1 Fix view tests 2016-04-02 11:47:28 -04:00
02e45dbe27 Rename DialogHelper to UIHelper 2016-04-02 10:14:21 -04:00
bc54f3f916 Improve performance of toggleCheckmark 2016-04-01 16:21:22 -04:00
5763d76167 Make setup method public 2016-04-01 16:08:51 -04:00
86b66b1388 Add tests for DeleteHabitsCommand 2016-03-31 08:02:44 -04:00
5e0422848b Add tests for EditHabitCommand 2016-03-31 07:54:00 -04:00
a67a3297b1 Add tests for ToggleRepetitionCommand 2016-03-31 07:34:20 -04:00
b2f2d4ad28 Add tests for UnarchiveHabitsCommand 2016-03-31 07:24:43 -04:00