Commit Graph

5119 Commits

Author SHA1 Message Date
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
eeddb810b3 remove notes in swift file 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
fcaada1396 Merge pull request #1706 from omnivore-app/chore/localization-updates
Localizations References - iOS
2023-01-24 21:44:44 -08:00
3796fd18d7 remove commented code 2023-01-24 21:05:55 -08:00
f8609a1d80 update some local text refs 2023-01-24 14:02:37 -08:00
7bd1d882d3 update localtext refs 2023-01-24 13:51:25 -08:00
69f4738aee create static props for local text 2023-01-24 13:48:58 -08:00
2c65e2a9dd convert from dot syntax to camelcase in chinese strings file 2023-01-24 13:25:40 -08:00
622649bb91 convert from dot syntax to camelcase in english strings file 2023-01-24 13:17:04 -08:00
67f2d312c5 rearrange more strings 2023-01-24 12:21:19 -08:00
575e08851f rearrange some strings 2023-01-24 12:14:07 -08:00
0515f123c7 add additional english strings to .strings file 2023-01-24 12:05:42 -08:00
525c231020 udpates more chinese strings 2023-01-24 11:33:54 -08:00
48c63bef99 Merge pull request #1687 from holton-jiang/patch-2
Latest updates apple/Resources/zh-Hans.lproj/LaunchScreen.strings
2023-01-24 08:30:47 -08:00
09958718a7 Merge pull request #1689 from holton-jiang/patch-3
Create android/Omnivore/app/src/main/res/values-zh-rCN/strings.xml
2023-01-24 08:29:48 -08:00
19fe4087f5 Merge pull request #1691 from omnivore-app/feat/improve-ios-share-ext
Improve iOS share extension and syncing
2023-01-24 08:27:34 -08:00
91d31a2b17 Merge pull request #1703 from omnivore-app/fix/landing-images
Fix URLs for @1x images
2023-01-24 19:29:54 +08:00
49792cd84c Fix URLs for @1x images 2023-01-24 19:13:44 +08:00
ee1e8b6b8c Merge pull request #1702 from omnivore-app/fix/landing-page-tweaks
Update landing page layout and graphics
2023-01-24 19:01:45 +08:00
67481ac2d6 Fix duplicated landing footer 2023-01-24 18:46:49 +08:00
5e539ad82c Add missing About file 2023-01-24 18:29:10 +08:00
54727dd00c Add section on open source 2023-01-24 18:25:49 +08:00
af97ccefd9 Fix component name, linting fixes 2023-01-24 18:09:11 +08:00
9391092a52 Update landing page layout and graphics 2023-01-24 18:03:30 +08:00
75436c7a92 Merge pull request #1701 from omnivore-app/fix/matter-importer-lint
Build fixes in import-handler
2023-01-24 15:22:10 +08:00
cba676c9de Build fixes in import-handler 2023-01-24 14:55:00 +08:00
71e9150cb3 Merge pull request #1699 from omnivore-app/fix/matter-importer-archive-dir
Use glob to find _matter_history file in archives
2023-01-24 14:39:09 +08:00
b7abb5fa91 Use glob to find _matter_history file in archives
It looks like these have another directory within the archive, so
we have to search for the _matter_history file to find the full
archive content.
2023-01-24 14:14:04 +08:00