Commit Graph

24 Commits

Author SHA1 Message Date
b5e0d828e1 wire up google auth for android 2022-08-18 11:52:14 -07:00
d5233f24ec remove unused code 2022-08-18 08:44:41 -07:00
d9d50883c3 Pass viewModel into the SaveContent view 2022-08-18 19:20:26 +08:00
7c2fa1554f Remove unused import 2022-08-18 18:52:33 +08:00
1e03cc599a Remove close button, simplify code a bit 2022-08-18 18:38:26 +08:00
4dfc29b68b Use a ModalBottomSheet for saving on Android 2022-08-18 17:56:14 +08:00
da45bcdd2c update kotlin version. use material3 color scheme. 2022-08-17 20:08:01 -07:00
a99aafe6d8 show snackbar when login submission returns an error 2022-08-17 12:20:34 -07:00
b2398efa58 upgrade gardle plugin 2022-08-17 12:20:34 -07:00
53cb16bd2a add a logout button that clears datastore when tapped 2022-08-17 12:20:34 -07:00
f7dfb21f4f observe live data for auth token existence in root view 2022-08-17 12:20:34 -07:00
64f59c7247 WIP: trying out bottom sheet for share activity 2022-08-17 12:20:34 -07:00
4f16e9ef30 add apollo client and make saveURL request 2022-08-17 12:20:34 -07:00
81e78749ca remove extra imports 2022-08-17 12:20:34 -07:00
aedfc33f5f access auth token in save activity 2022-08-17 12:20:34 -07:00
6c859430de add save activity to handle saves from android browser 2022-08-17 12:20:34 -07:00
70d4b3caad login with email and save token to datastore 2022-08-17 12:20:34 -07:00
3d54da13a0 add dagger hilt android deps 2022-08-17 12:20:34 -07:00
db6561af1a add datastore dep to gradle 2022-08-17 12:20:34 -07:00
65a420ad8c use retrofir to make rest api call for email login 2022-08-17 12:20:34 -07:00
0f13d234e4 add LoginViewModel 2022-08-17 12:20:34 -07:00
68e3569517 add android view model gradle deps 2022-08-17 12:20:34 -07:00
7f0e5007a0 WIP 2022-08-03 20:50:16 -07:00
e340141ca9 create new android app 2022-08-02 14:54:34 -07:00