Commit Graph

705 Commits

Author SHA1 Message Date
817a3903b2 remove quotes around labels and highlights array 2022-09-19 14:36:42 -07:00
de2e543965 load bundled resources into web reader 2022-09-19 14:25:18 -07:00
38fdd7250c add web assets to android 2022-09-19 11:38:07 -07:00
40d56ac6c8 move LinkedItem into models package 2022-09-19 10:22:08 -07:00
ab9a7dae88 add ArticleContent class and stub in webreader 2022-09-19 09:40:44 -07:00
85cbe5ac33 handle email accounts that need verification 2022-09-15 22:12:46 -07:00
ae72de90d1 open forgot password link in chrome when user taps button 2022-09-15 21:12:13 -07:00
e131e83fec add spacing between clickable text 2022-09-15 21:01:54 -07:00
8669330932 add scroll to email sign up form 2022-09-15 21:01:54 -07:00
1024cb5a31 add name and username fields to email signup form 2022-09-15 21:01:54 -07:00
bfbcf9b339 stub in email signup view 2022-09-15 21:01:54 -07:00
bf000e665c validate username pattern. show checkmark when name is valid 2022-09-15 21:01:54 -07:00
1e93e462b9 add create-account call for user sign up 2022-09-15 21:01:54 -07:00
20f618a1e6 add username validation 2022-09-15 21:01:54 -07:00
721226c6cc add validate username graphql file 2022-09-15 21:01:54 -07:00
7d1f1ef6fc add create user profile view 2022-09-15 21:01:54 -07:00
868a24a608 observe regsitration state from login view model 2022-09-15 21:01:54 -07:00
04b4c5ac93 add pending user request 2022-09-15 21:01:54 -07:00
6f6df5b2fb Release Android 0.0.7 2022-09-15 16:08:27 +08:00
ea4eda7e53 Set the API cookie as well as the web cookie
We need to set both of these values as the web will make an
API request.
2022-09-15 11:57:21 +08:00
5cb2ee1715 Fix web URLs in Android app 2022-09-14 13:35:31 +08:00
b54136843d Remove binary android studio added 2022-09-12 11:40:40 +08:00
1561000c47 Release Android 0.0.4 2022-09-09 15:00:27 +08:00
357faf5947 fix kotlin string concat error. clear cursor value when search term changes 2022-09-06 21:29:56 -07:00
c952dd0686 track search results order to make sure old queries aren't displayed 2022-09-06 20:25:14 -07:00
ece9c6b9d5 reset search term after search bar is dismissed 2022-09-06 15:35:40 -07:00
d9b0dea0a9 use surfaceVariant color for top app bar container color 2022-09-06 13:20:32 -07:00
e4e5afe072 use material3 topappbar 2022-09-06 13:10:10 -07:00
d069952f5a Add search bar to android home feed 2022-09-06 09:59:22 -07:00
f1eedbf03d check if image url is null 2022-09-02 14:01:58 -07:00
a0b56f43a1 update android feed card layout 2022-09-02 10:26:38 -07:00
687352920c set status and nav bar background to black 2022-09-02 10:26:38 -07:00
6fa0ecb10a add system bars padding modifier 2022-09-02 10:26:38 -07:00
538f85e3d2 add infinite loader to home feed 2022-08-31 14:53:27 -07:00
4fafca7f46 Move web reader into own file 2022-08-31 13:38:01 -07:00
06390bd479 add a settings view 2022-08-31 13:36:17 -07:00
fb5b77a522 navigate to web reader via navhost when item card is tapped 2022-08-31 11:48:38 -07:00
ca54edad26 navigate to webreader by using the navhost 2022-08-31 11:41:30 -07:00
3e41d3d59b add navController to root of home 2022-08-31 11:27:02 -07:00
bc9ee845dc use card component to render item list 2022-08-31 10:30:51 -07:00
a280e29ee6 fix cookie settings in android webview 2022-08-31 06:18:34 -07:00
efe0475be7 load /app/me/slug pages in android webview 2022-08-30 14:45:46 -07:00
67d8d95825 WIP: Render list of linked items 2022-08-30 11:09:54 -07:00
2eabc318fe add a home view model 2022-08-30 11:09:54 -07:00
be51a17315 extracy logout button to it's own comosable function 2022-08-30 11:09:54 -07:00
a157584076 Release android v0.0.3 2022-08-30 12:06:12 +08:00
0786e71c68 remove topbar from apple auth webview 2022-08-28 22:44:45 -07:00
3d78b4df44 exchange apple token for omnivore token 2022-08-28 22:44:45 -07:00
8ca10ea75e update android apple login redirect uri 2022-08-28 22:44:45 -07:00
9888285556 apple auth sort of works 2022-08-28 22:44:45 -07:00