Commit graph

5162 commits

Author SHA1 Message Date
Jackson Harper
8f532aa846 Add link to documentation, move feedback button above privacy/tos 2023-01-26 13:51:08 +08:00
Jackson Harper
68fcbae6dc
Merge pull request #1712 from omnivore-app/fix/ios-labels-view
Use same UI for LabelsView as Apply Labels View
2023-01-26 13:13:18 +08:00
Satindar Dhillon
4c71332aed
Merge pull request #1713 from omnivore-app/chore/strings-refs
String updates + unit test for syntax
2023-01-25 19:48:57 -08:00
Satindar Dhillon
dcf40c1daa apply generic local text values 2023-01-25 13:09:19 -08:00
Satindar Dhillon
1cbaa87101 apply local text on for text (other than generic list) 2023-01-25 12:45:12 -08:00
Satindar Dhillon
c486167969 use more LocalText 2023-01-25 10:59:38 -08:00
Satindar Dhillon
3b5350eced modify language unit tests to work on all locales 2023-01-25 10:23:01 -08:00
Satindar Dhillon
06b3150252 add unit test to make sure Localizable.strings files are syntactically correct 2023-01-25 10:06:23 -08:00
Satindar Dhillon
8c9d8816c7 add unit tests to default ios test plan 2023-01-25 09:28:27 -08:00
Satindar Dhillon
f4c501f42c add missing semiclon in strings file 2023-01-25 09:16:01 -08:00
Satindar Dhillon
9e85e0496b move comment in line with translation 2023-01-25 08:55:05 -08:00
Satindar Dhillon
192198ebcc
Merge pull request #1709 from holton-jiang/patch-6
Update apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings
2023-01-25 08:52:14 -08:00
Jackson Harper
409ca5ce6d Use same UI for LabelsView as Apply Labels View
Mostly changes the create label button and list style.
2023-01-25 22:41:29 +08:00
蒋明强
bfe98ab431
Update Localizable.strings 2023-01-25 16:42:09 +08:00
蒋明强
531a373940
Update Localizable.strings
Update Chinese Simplified translations.
2023-01-25 16:05:29 +08:00
Satindar Dhillon
f36eb0ed32
Merge pull request #1637 from omnivore-app/feature/android-library-sync
Library Syncing - Android
2023-01-24 22:51:11 -08:00
Jackson Harper
77f7c8bf09
Merge pull request #1704 from omnivore-app/fix/importer-logging
Improve logging on errors in the importer tool
2023-01-25 14:23:50 +08:00
Jackson Harper
506568e0c2
Merge pull request #1667 from omnivore-app/recent-emails
recent emails
2023-01-25 14:22:00 +08:00
Satindar Dhillon
1822dc7853 remove test label in library view 2023-01-24 21:56:17 -08:00
Satindar Dhillon
c937742b56 regenerate app reader bundles after rebase 2023-01-24 21:52:26 -08:00
Satindar Dhillon
6393c52a24 load web reader from server before db 2023-01-24 21:51:36 -08:00
Satindar Dhillon
075182d515 remove log commands 2023-01-24 21:51:36 -08:00
Satindar Dhillon
83897e63e3 update web bundles 2023-01-24 21:51:33 -08:00
Satindar Dhillon
a02f1efaf4 remove old web reader 2023-01-24 21:50:44 -08:00
Satindar Dhillon
3f1c9d7093 use insert rather than update when creating a highlight 2023-01-24 21:50:44 -08:00
Satindar Dhillon
f352f2a3de fetch cards list then content for first 20 updated items 2023-01-24 21:50:44 -08:00
Satindar Dhillon
bb1efac336 update db for saved item property changes before sending updates to serevr 2023-01-24 21:50:44 -08:00
Satindar Dhillon
23f1ccde1e pop web reader when un/archive or delete action is selected from the reader view 2023-01-24 21:50:44 -08:00
Satindar Dhillon
7d20c6ca91 use data service item action to handle library list changes 2023-01-24 21:50:44 -08:00
Satindar Dhillon
89099d4431 use db to save archive status changes and handle deletion from web reader 2023-01-24 21:50:43 -08:00
Satindar Dhillon
8aec8005ce check if content value is present when opening web reader from db 2023-01-24 21:50:43 -08:00
Satindar Dhillon
245c40e685 split data service file into more files 2023-01-24 21:50:43 -08:00
Satindar Dhillon
8cd14c7540 sync offline highlight changes with serevr before syncing library 2023-01-24 21:50:43 -08:00
Satindar Dhillon
a0d00028a7 sync offline savedItem updates before syncing library list 2023-01-24 21:50:43 -08:00
Satindar Dhillon
3f14cb08ae set defaults values for serverSyncSTatus and isDeleted values 2023-01-24 21:50:43 -08:00
Satindar Dhillon
d7c76bf9c5 add foreign keys to cross ref tables 2023-01-24 21:50:43 -08:00
Satindar Dhillon
8319fb67ca load article content from sql 2023-01-24 21:50:43 -08:00
Satindar Dhillon
ffeacab409 save labels when saving items 2023-01-24 21:50:43 -08:00
Satindar Dhillon
8b20a0b0be add cross ref table for saved item and saved item labels 2023-01-24 21:50:43 -08:00
Satindar Dhillon
23cb7cb2a5 rename id fields to reflect entity type 2023-01-24 21:50:43 -08:00
Satindar Dhillon
985d1ff7ae stub in syncSavedItemContent function in data service 2023-01-24 21:50:43 -08:00
Satindar Dhillon
26e0c78e19 use live data function from room to render library list 2023-01-24 21:50:43 -08:00
Satindar Dhillon
8349a05dfd discard old search results when new results come in 2023-01-24 21:50:43 -08:00
Satindar Dhillon
8faf23d4ba load library list using room db 2023-01-24 21:50:43 -08:00
Satindar Dhillon
eeddb810b3 remove notes in swift file 2023-01-24 21:50:43 -08:00
Satindar Dhillon
02818ab8f1 create SavedItemUpdatesQuery 2023-01-24 21:50:43 -08:00
Satindar Dhillon
87c1800d70 stub in sync call 2023-01-24 21:50:43 -08:00
Satindar Dhillon
2bb2e806ff add updatesSince API to Android 2023-01-24 21:50:43 -08:00
Satindar Dhillon
270412bc49 inject networker into data service 2023-01-24 21:50:43 -08:00
Satindar Dhillon
fcaada1396
Merge pull request #1706 from omnivore-app/chore/localization-updates
Localizations References - iOS
2023-01-24 21:44:44 -08:00