Commit Graph

1101 Commits

Author SHA1 Message Date
6e89e466cd Call check for update digest when loading 2024-05-07 15:37:17 +08:00
e407633eae Fix crash with library items that have no info 2024-05-06 17:09:47 +08:00
3c56d01c86 Load digest from disk if available 2024-05-03 16:09:16 +08:00
2c0f5dc6a1 Load cached items first 2024-05-03 16:08:15 +08:00
053ceb9073 Fix preferences popover on iOS 15 for iPad users 2024-05-03 15:45:36 +08:00
e00f8150cd Long press to view full story 2024-05-03 14:20:56 +08:00
c7536dc598 Forward and backward chapter skipping 2024-05-03 13:58:15 +08:00
e4ae644c7d Refactor chapter data to allow for click to skip to next chapter 2024-05-03 09:20:29 +08:00
cd5940b840 Feature flag explain 2024-04-22 19:04:10 -07:00
f0be6a41a9 Clean up, remove old stubbed stuff 2024-04-22 17:40:50 -07:00
1ba0746cea Start to pull out old digest view 2024-04-22 15:57:08 -07:00
7f0a95b454 Add iOS digest views 2024-04-22 15:52:28 -07:00
47150c2991 Refactoring the UX for digest view 2024-04-16 21:00:27 +08:00
2b53d7791a Update tab bar to allow opting into digest 2024-04-16 21:00:27 +08:00
4e61b360d7 Add iOS digest views 2024-04-16 21:00:27 +08:00
e5b495e0e1 Fix issue with the notifications toggle not holding the users preference 2024-03-29 10:51:35 +08:00
c70c4107f6 Delay speech preload so web loads faster 2024-03-29 10:25:35 +08:00
2c6c8c0281 Better handling of case where an item is deleted then opened from push notification 2024-03-29 10:25:20 +08:00
0167ecc652 Fix swipe to archive not triggering a list update 2024-03-28 21:09:22 +08:00
05cdd7734a Handle push notifications from the tab view on iOS 2024-03-27 10:37:03 +08:00
0f2b9370ca Add open in system browser iOS setting
Also fixes issue where the incorrect URL could be used when doing
open operation.
2024-03-26 18:00:46 +08:00
25d3c03124 Move youtube sticky player on iOS to give room to toolbar 2024-03-26 15:06:43 +08:00
49dde3f102 Dont show menu when in auto highlight mode, better spacing for youtube sticky player 2024-03-21 13:03:33 +08:00
1021d2d6a2 Some linting 2024-03-21 12:26:30 +08:00
4184d64341 Add dismiss on tap outside extension 2024-03-21 10:17:50 +08:00
27d7998da0 Disable scale on rotate on iOS 2024-03-20 11:46:21 +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
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
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
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
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
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