Commit graph

83 commits

Author SHA1 Message Date
Aidan Follestad
1d2b79d5a3 0.8.1 2019-01-06 22:40:27 -08:00
Aidan Follestad
44d31dd5c3 Theme tweaks, update notification icon 2019-01-06 21:38:27 -08:00
Aidan Follestad
1569871524 Cleanup 2019-01-06 21:33:54 -08:00
Aidan Follestad
de36a2f5e6 Material Design 2 esque UI and a dark mode. Resolves #37, resolves #38. 2019-01-06 21:29:07 -08:00
Aidan Follestad
84eb0b30e1 Dependency updates 2019-01-06 20:00:29 -08:00
Aidan Follestad
4c3c22eb8d Android Studio stopped recognizing kotlin folders as source root automatically. Renamed main ones to java again 2018-12-12 21:42:15 -08:00
Aidan Follestad
b7c51a12ed Fix DiffUtil usage 2018-12-07 00:38:43 -08:00
Aidan Follestad
b09088ab9e String tweak 2018-12-07 00:30:50 -08:00
Aidan Follestad
8effe38a1a More View <-> LiveData connection fixes 2018-12-07 00:27:00 -08:00
Aidan Follestad
76a5a46454 Add site view model should have default values 2018-12-07 00:17:46 -08:00
Aidan Follestad
fc6bdf1c39 View <-> LiveData connection tweaks, some re-org 2018-12-07 00:11:13 -08:00
Aidan Follestad
9a849ab8ac Koin setup tweaks 2018-12-06 22:01:45 -08:00
Aidan Follestad
8470b65df1 ViewSiteViewModelTest 2018-12-06 20:27:38 -08:00
Aidan Follestad
b57f645c98 AddSiteViewModelTest 2018-12-06 19:41:12 -08:00
Aidan Follestad
98327c8c5b Fix StatusUpdateIntentReceiverTest 2018-12-06 18:10:51 -08:00
Aidan Follestad
1e92644904 Switch from Dagger to Koin, resolves #35 2018-12-06 17:56:51 -08:00
Aidan Follestad
c9750f5f66 Initial implementation of a presenter-less app, just using view models. 2018-12-06 13:05:43 -08:00
Aidan Follestad
88ae30c0c9 Switch from SQLite to Room 2018-12-05 13:30:04 -08:00
Aidan Follestad
cad589eebc Update license header 2018-12-03 12:45:11 -08:00
Aidan Follestad
62ef385b65 Configurable response timeouts, resolves #31 2018-12-02 13:36:46 -08:00
Aidan Follestad
92878c875e Fix ViewPresenterTest 2018-12-01 20:44:18 -08:00
Aidan Follestad
03c687def5 Unit tests for NockNotificationManager 2018-12-01 17:36:14 -08:00
Aidan Follestad
cf39207c08 Version 0.8.0 2018-12-01 16:01:45 -08:00
Aidan Follestad
08ddf1ca03 Bug fixes, UI improvements, fix notifications, etc. 2018-12-01 15:58:24 -08:00
Aidan Follestad
b750957d79 Change add site button text 2018-12-01 12:44:33 -08:00
Aidan Follestad
00973b9c71 Restore view site activity slide-up animation 2018-12-01 12:42:37 -08:00
Aidan Follestad
c6307f5061 Main list shows 'Now' as the next check time if the status is pending 2018-12-01 12:33:57 -08:00
Aidan Follestad
2d81575e4b Move majority of view site logic to a presenter, add unit tests 2018-12-01 12:31:16 -08:00
Aidan Follestad
cf802dfa2f Docs cleanup 2018-12-01 01:31:46 -08:00
Aidan Follestad
225434b41a Move majority of add site logic to a presenter, add unit tests 2018-12-01 01:30:25 -08:00
Aidan Follestad
f87e1438d2 Move majority of MainActivity business logic to MainPresenter, write unit test 2018-12-01 00:05:14 -08:00
Aidan Follestad
b36b41ca9d Fix long press functions in the main list 2018-11-30 22:58:53 -08:00
Aidan Follestad
cfe9df9225 Theme Material Dialogs 2018-11-30 22:55:07 -08:00
Aidan Follestad
62ce516972 Use styles to keep view styles consistent throughout the app 2018-11-30 22:52:35 -08:00
Aidan Follestad
1a66d2bbd7 Tweaks to list item layout of the main screen 2018-11-30 22:22:13 -08:00
Aidan Follestad
8193dd017d The ability to disable checks for sites, resolves #8. 2018-11-30 22:19:22 -08:00
Aidan Follestad
ef73245831 WIP use custom fonts, cleanup layouts, etc. 2018-11-30 18:28:09 -08:00
Aidan Follestad
6dfff5bb12 Begin to modularize reused view layouts, switch to Material Components theme 2018-11-30 15:34:40 -08:00
Aidan Follestad
c7096e8746 Don't save changes to existing site if validation doesn't pass. Resolves #22. 2018-11-30 14:28:58 -08:00
Aidan Follestad
a8bcc60496 Debounce clicks on list items in the main screen 2018-11-30 14:25:52 -08:00
Aidan Follestad
999502802a Manage 'app is open' state from the Application class 2018-11-30 13:54:01 -08:00
Aidan Follestad
eeaa68dbe2 Ensure we have scheduled jobs when the system boots or when the app starts. 2018-11-30 12:27:07 -08:00
Aidan Follestad
d1672a6c5e Create notification channels when app is startwd, add logging to notification manager 2018-11-30 12:01:08 -08:00
Aidan Follestad
0785c36b2a Move script validation mode UI into included layout, resolve lint error with Rhino by ignoring it, etc. 2018-11-30 11:35:43 -08:00
Aidan Follestad
c7a8148d3c Various fixes and behavioral tweaks 2018-11-30 10:45:22 -08:00
Aidan Follestad
56eb67d825 Update all deps, re-write everything in Kotlin, use Dagger, etc. 2018-11-29 23:43:28 -08:00
Aidan Follestad
8a6cb18ae6 Library usage updates 2018-01-05 15:05:46 -06:00
Aidan Follestad
bc6a7bb559 Dependency, gradle, etc. updates 2018-01-05 14:47:29 -06:00
Aidan Follestad
8ec5280a01 Added spotless plugin 2017-06-10 12:30:15 -05:00
Anthony
32b17ed5d3 proper way to reference intent actions 2017-03-04 21:42:24 -05:00