Commit Graph

297 Commits

Author SHA1 Message Date
87dcebe730 clear room db when logging out on android 2023-02-14 07:54:28 -08:00
0bd9df2ccf load bg colro of webview based on theme 2023-02-14 07:54:28 -08:00
9bd6b9409c animate webview alpha changes 2023-02-14 07:54:28 -08:00
6e045faf9d avoid calling web view load twice 2023-02-14 07:54:28 -08:00
94c107ebc1 load web reader via activity rather than composable 2023-02-14 07:54:28 -08:00
e51de533e7 use clientx/y in highlight layer 2023-02-14 07:54:28 -08:00
bd588b0636 bump android build to 0.20 2023-02-14 07:54:28 -08:00
b54443fba4 make sure nav bar is always shown when page first loads 2023-02-14 07:54:28 -08:00
82638eaf04 multiply x and y tap coordinates by density to get correct bar positioning 2023-02-14 07:54:28 -08:00
2c738d111d use web scroll changes to change top app bar height 2023-02-14 07:54:28 -08:00
b14aba02ed track scrolling from webview rather than webview container 2023-02-14 07:54:28 -08:00
4be570b621 add library shorcut 2023-01-31 12:38:57 -08:00
07fd550ee4 add shortcut to library when reader is opened from share ext 2023-01-31 12:35:08 -08:00
9894b8fb50 load web reader container when tapping read now 2023-01-31 12:20:24 -08:00
00dfb9386c load web reader container from read now button action 2023-01-30 15:22:30 -08:00
3bf74d1f75 add read now button to android share ext 2023-01-30 11:58:09 -08:00
1822dc7853 remove test label in library view 2023-01-24 21:56:17 -08:00
c937742b56 regenerate app reader bundles after rebase 2023-01-24 21:52:26 -08:00
6393c52a24 load web reader from server before db 2023-01-24 21:51:36 -08:00
075182d515 remove log commands 2023-01-24 21:51:36 -08:00
83897e63e3 update web bundles 2023-01-24 21:51:33 -08:00
a02f1efaf4 remove old web reader 2023-01-24 21:50:44 -08:00
3f1c9d7093 use insert rather than update when creating a highlight 2023-01-24 21:50:44 -08:00
f352f2a3de fetch cards list then content for first 20 updated items 2023-01-24 21:50:44 -08:00
bb1efac336 update db for saved item property changes before sending updates to serevr 2023-01-24 21:50:44 -08:00
23f1ccde1e pop web reader when un/archive or delete action is selected from the reader view 2023-01-24 21:50:44 -08:00
7d20c6ca91 use data service item action to handle library list changes 2023-01-24 21:50:44 -08:00
89099d4431 use db to save archive status changes and handle deletion from web reader 2023-01-24 21:50:43 -08:00
8aec8005ce check if content value is present when opening web reader from db 2023-01-24 21:50:43 -08:00
245c40e685 split data service file into more files 2023-01-24 21:50:43 -08:00
8cd14c7540 sync offline highlight changes with serevr before syncing library 2023-01-24 21:50:43 -08:00
a0d00028a7 sync offline savedItem updates before syncing library list 2023-01-24 21:50:43 -08:00
3f14cb08ae set defaults values for serverSyncSTatus and isDeleted values 2023-01-24 21:50:43 -08:00
d7c76bf9c5 add foreign keys to cross ref tables 2023-01-24 21:50:43 -08:00
8319fb67ca load article content from sql 2023-01-24 21:50:43 -08:00
ffeacab409 save labels when saving items 2023-01-24 21:50:43 -08:00
8b20a0b0be add cross ref table for saved item and saved item labels 2023-01-24 21:50:43 -08:00
23cb7cb2a5 rename id fields to reflect entity type 2023-01-24 21:50:43 -08:00
985d1ff7ae stub in syncSavedItemContent function in data service 2023-01-24 21:50:43 -08:00
26e0c78e19 use live data function from room to render library list 2023-01-24 21:50:43 -08:00
8349a05dfd discard old search results when new results come in 2023-01-24 21:50:43 -08:00
8faf23d4ba load library list using room db 2023-01-24 21:50:43 -08:00
02818ab8f1 create SavedItemUpdatesQuery 2023-01-24 21:50:43 -08:00
87c1800d70 stub in sync call 2023-01-24 21:50:43 -08:00
2bb2e806ff add updatesSince API to Android 2023-01-24 21:50:43 -08:00
270412bc49 inject networker into data service 2023-01-24 21:50:43 -08:00
7cecb748ae Create strings.xml
This is the Chinese Simplified translation for Android.
2023-01-20 17:53:16 +08:00
9d19f6fdba use SavedItemCardData to populate library list 2023-01-04 11:36:39 -08:00
4985508702 update SavedItemCardData class 2023-01-04 11:21:12 -08:00
bbe8508753 create savedItemCardData class 2023-01-04 10:55:52 -08:00