Commit Graph

1782 Commits

Author SHA1 Message Date
5df1c1cd3e Simplify code, handle crazy people with 12hr time 2024-03-15 19:59:50 +08:00
eecfd1c402 Add a button to iOS to leave a rating/review 2024-03-14 12:47:15 +08:00
d83ee5c647 Add fetch content to iOS, fix Transmission version 2024-03-14 10:40:30 +08:00
3bb12a09df Merge pull request #3667 from omnivore-app/ios/enable-fullscreen
Enable fullscreen mode
2024-03-13 22:25:59 +08:00
2be835f23e Enable fullscreen mode
This is needed on iOS to allow the YouTube embed to go fullscreen.
2024-03-13 22:04:21 +08:00
433fa00fa3 Use older version of transmission for swipe back gesture
Also comment out findSelected as it crashes in iOS 17.4
2024-03-13 21:13:43 +08:00
07d40a57fb textboix to textbox 2024-03-09 18:41:38 -08:00
e15ae29961 Use folders when handling push notifications 2024-03-08 21:11:16 +08:00
9e99b5d7f8 Parse libraryItemId from notifications 2024-03-08 20:41:18 +08:00
28aa9a468d Reduce toast display time 2024-03-08 17:23:38 +08:00
7d77291f11 Push configuration on iOS 2024-03-08 17:15:59 +08:00
bd4e405984 Dont show results indicator while loading on iPad 2024-03-08 13:26:49 +08:00
2ce4fa3f48 Fix issues with search view hierarchy 2024-03-08 13:20:22 +08:00
5383e8133b Dont show footer during loading 2024-03-08 12:49:41 +08:00
cd8347d0e0 Properly observe model items so library position can be updated 2024-03-08 12:43:54 +08:00
0e605830dd Update Localizable.strings 2024-02-26 15:26:06 +08:00
23be43cb03 Bump iOS version 2024-02-22 17:21:16 +08:00
82db51b24e Correct the archive icon 2024-02-22 15:30:36 +08:00
6617fa8413 Add unarchive and trash to grid context menu 2024-02-22 15:28:49 +08:00
48dfbdd0f9 Fix observation of items for the grid 2024-02-22 15:28:36 +08:00
6d61e6c9ae Make browser full screen for ipad 2024-02-22 15:27:31 +08:00
986b664a36 Ignore folders when displaying deleted items 2024-02-06 14:06:35 +08:00
ad0bf56aed Reset fetcher state when filter is changed 2024-02-06 14:06:21 +08:00
ede2432566 Bump appreader bundle 2024-02-06 12:40:13 +08:00
067e3a8976 Add missing files 2024-02-06 11:43:44 +08:00
839b364d13 Separate bottom bar visibility so we dont display the top bar when scrolled to bottom 2024-02-06 11:43:44 +08:00
14811ee2d4 Bump version, improve analytics 2024-02-06 11:43:44 +08:00
5f3a3d4bf3 Add PDF loader, add Empty trash button 2024-02-06 11:43:43 +08:00
737692214c Use the new presentation logic for grid cards 2024-02-06 11:43:43 +08:00
01a51a347e Use new presentation logic for feature cards 2024-02-06 11:43:43 +08:00
85caaa7ea3 Use transmission for snackbar, fix issue with ownership of currently viewed item
The list object of the root library view had ownership of the
currently selected item, so object modifications that removed
the item from the current library list (like move or archive)
could cause the object to be released and the current screen
to continue operating on an invalid object.
2024-02-06 11:43:43 +08:00
03766734e5 Pull out popup view and replace with Transmission snackbars
PopupView and Transimission can interfere with each other and
cause an issue with the root screen becoming black and the app
getting stuck.
2024-02-06 11:43:43 +08:00
b905ff126b Remove async algorithms package 2024-02-06 11:43:43 +08:00
177a3c3f90 fix: ios add labels not working in subscription settings
* creating wrong filter in the rule
2024-02-01 11:09:20 +08:00
62df69fd26 call helper function to locate root vc from main thread 2024-01-24 14:10:55 -08:00
17bae460b4 use swiftformat plugin to run formatter 2024-01-20 08:18:42 -08:00
cb94e06b43 Fix issues with feature filter not being updated 2024-01-12 10:11:50 +08:00
00cf035abf Add some extra properties to the app intent 2024-01-12 10:11:28 +08:00
1e8ac68a38 Use animation on remove swipe action 2024-01-11 11:48:13 +08:00
9feb6bb0e5 Improve read now by popping to root 2024-01-10 21:32:49 +08:00
c6bcac4070 Improve app intents, always set readAt when an article is opened 2024-01-10 21:11:07 +08:00
e49f9d6d6a Use sheet instead of fullCover, add labels on PDF, add Discord button 2024-01-10 17:00:38 +08:00
ac8cdeef45 Merge pull request #3347 from omnivore-app/fix/android-library-labels
Syncing improvements for highlight changes on android
2024-01-10 12:03:43 +08:00
8e19cc8e8f Merge pull request #3307 from LennardSchwarz/add-german-translation
Add german translation
2024-01-10 12:02:35 +08:00
4a08c1f195 Syncing improvements for highlight changes on android 2024-01-10 11:47:30 +08:00
535a5cbd9e Merge pull request #3333 from omnivore-app/fix/android-library-labels
Open the labels sheet from the library on Android
2024-01-09 19:24:13 +08:00
80f0150512 Dont show the iPhone tab bar in edit mode 2024-01-09 14:20:04 +08:00
ecb5fbf112 Make filters work a bit better with non-following 2024-01-09 12:35:07 +08:00
2919b7d7ce Improve the iOS filters when following tab is disabled 2024-01-09 10:24:25 +08:00
cb48c755f1 Start creating a separate sync queue for android highlight changes 2024-01-08 22:27:48 +08:00