Commit graph

85 commits

Author SHA1 Message Date
Aidan Follestad
6ff3dfc214 Darken the light theme divider slightly 2019-01-07 17:12:57 -08:00
Aidan Follestad
5cd7127e4f Move retry policy input down, add a footer to it 2019-01-07 17:12:05 -08:00
Aidan Follestad
b153622a93 Even out view spacing in add site screen 2019-01-07 16:59:18 -08:00
Aidan Follestad
2585ed77b9 0.8.2 2019-01-07 16:01:47 -08:00
Aidan Follestad
69d9eb094e Retry policy functionality works, resolves #30 2019-01-07 15:50:04 -08:00
Aidan Follestad
da7623db79 Add data model and UI for retry policy, part of #30 2019-01-07 14:55:03 -08:00
Aidan Follestad
09352724ee Fix a string in the donation dialog 2019-01-07 12:54:21 -08:00
Aidan Follestad
6daebe46eb Add Fabric for automatic crash reporting 2019-01-07 10:52:04 -08:00
Aidan Follestad
aa4bebf1ce Divider color tweaks 2019-01-06 22:50:02 -08:00
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
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
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