Commit Graph

121 Commits

Author SHA1 Message Date
ffb5ad0d5f Cut down on loading refreshes 2023-01-20 20:04:25 +08:00
12f40a61b8 Use the ApplyLabels view when users want to search for labels 2023-01-20 18:08:51 +08:00
3af4308202 use local text for more strings 2023-01-19 17:36:50 -08:00
c71d9eae46 Dont loadItems onAppear as controllerDidChangeContent already does this
This prevents a double refresh when returning to the library view.
2023-01-02 11:55:24 +08:00
0c7b8f5036 On iPhone allow saving links from the reader 2022-12-28 16:30:35 +08:00
2005d2c6db Prompt users to open the community modal once. Add twitter option 2022-12-28 16:30:35 +08:00
10abb6582f Sync more items in the background if user has a large changeset 2022-12-28 16:30:35 +08:00
cf0d827815 WIP: community modal for iOS 2022-12-28 16:30:35 +08:00
2cdd75ac18 Rename highlights + notes to notebook 2022-12-01 13:59:29 +08:00
ab64e56ab4 Better cancelation of offline audio downloads, menu cleanup 2022-12-01 13:52:58 +08:00
25a22e4289 On iPad we need to hide the list row separator on the top 2022-11-29 15:59:06 +08:00
a3b53485ed Allow editing author on iOS 2022-11-25 14:42:56 +08:00
1b731ece90 Make delete language consistent on iOS and web 2022-11-24 14:57:41 +08:00
9814570380 Always show the loading headers now that filtering is faster 2022-11-17 18:45:36 +08:00
6eab360da3 Move download audio option, clean up menus 2022-11-14 10:35:17 +08:00
eaaf1c052b Fix typo 2022-11-11 15:39:47 +08:00
bca82068bd Fix alert/row flicker when removing items on iOS
This also updates the message to be consistent with Web.
2022-10-20 12:26:37 +08:00
68a304664c Empty state for the Highlights View 2022-10-17 15:13:05 +08:00
188b51b293 Fix the spacing on top of the library list
On iPad the navigation bar size was set too larger without
specifying inline.

Without the spacer we get some re-layout glitches after loading
completes.
2022-10-11 13:13:51 +08:00
4149299b68 Move the shimmer out of the library list 2022-10-11 12:47:55 +08:00
bca7b650d6 We still need to show the filtersheader if there is a search term but no results 2022-10-11 12:32:46 +08:00
2d5bc56712 Remove old code 2022-10-11 11:33:09 +08:00
7267f07880 Use a new modal for search 2022-10-11 11:27:33 +08:00
42b0921ab6 More work on the player UI, more consistent nav bar item sizing 2022-10-06 12:34:16 +08:00
db9246553f message web container view when highlight view is dismissed and mutations have occurred 2022-10-05 12:02:08 -07:00
c5ad8a238c persist annotation changes from highlights view 2022-10-05 12:02:08 -07:00
397fb5d9f7 add a basic highlights list view 2022-10-05 12:02:08 -07:00
d82ffa4432 add view highlights context menu to home feed items 2022-10-05 12:02:08 -07:00
e73072e224 Updates after rebasing, implement download for offline audio 2022-09-13 16:03:34 +08:00
be2d0e03dd Remove audio info alert 2022-09-13 15:27:45 +08:00
c4bbf4f618 Continue naming refactor. Session -> Controller 2022-09-13 15:26:48 +08:00
339745a93b Rename AudioSession to Controller, we should create a smaller class that handles the state of a individual playback session 2022-09-13 15:22:09 +08:00
ff6698c12d set linkIsActive on audio session article open 2022-09-12 22:37:03 -07:00
64dbafece1 track nav link selection from viewModel 2022-09-12 22:09:16 -07:00
7cba83d13e Merge pull request #1160 from omnivore-app/feature/text-to-speech-reader-shortcut
Text to Speech Reader Shortcut
2022-09-02 13:21:47 +08:00
41a5603593 use nsnotification to open web reader when selected from audio session 2022-08-31 06:56:18 -07:00
e46d7c7c9e Make offline audio download a user action during beta
This gets us past our cold start problem with audio, giving the
user the control to start downloading items.
2022-08-30 23:03:18 +08:00
4837a63ecb Preload audio files when the user opens the app
This kicks off generation and download of audio files. Pending
files are put in a queue and re-attempted. In the UI if a user
hits the pending state they just get some UI now.
2022-08-24 22:19:04 +08:00
73f9b96479 load article in macos app when read now is tapped from share ext 2022-07-12 22:31:00 -07:00
93d3485e40 remove old web reader code 2022-06-28 16:21:42 -07:00
6f86495cf4 lint fixes 2022-06-17 13:54:40 -07:00
f7172f02b1 show title edit sheets from context menu taps 2022-06-13 21:55:05 -07:00
fc01a6b7db add edit title context menu options 2022-06-13 21:35:21 -07:00
04e2d3ec92 add chip to change sort order of linked items 2022-06-02 11:30:06 -07:00
508763b061 update grid spacing 2022-05-25 12:06:30 -07:00
89e9519322 import pspsdfkit for ios only 2022-05-22 09:35:17 -07:00
8139664083 pass pdfitem to LinkItemDetailView when item is a pdf 2022-05-21 15:56:27 -07:00
12c2f8ab62 use task rather than onAppear for loading initial items 2022-05-20 08:54:16 -07:00
9858cc8413 remove guard for loadItems call 2022-05-20 08:49:47 -07:00
16c161e0e3 use nav link to present deep link 2022-05-18 11:38:10 -07:00