|
|
af89f4abd2
|
Merge pull request #3945 from omnivore-app/feat/ios-more-playback-speeds
feat/ios more playback speeds
|
2024-05-13 16:32:44 +08:00 |
|
|
|
4150ac8ded
|
Add some extra debug info on configured environment
|
2024-05-13 13:44:28 +08:00 |
|
|
|
2766216ca8
|
Some clean up on new user creation
|
2024-05-10 19:33:38 +08:00 |
|
|
|
cd5940b840
|
Feature flag explain
|
2024-04-22 19:04:10 -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 |
|
|
|
1021d2d6a2
|
Some linting
|
2024-03-21 12:26:30 +08:00 |
|
|
|
d83ee5c647
|
Add fetch content to iOS, fix Transmission version
|
2024-03-14 10:40:30 +08:00 |
|
|
|
9e99b5d7f8
|
Parse libraryItemId from notifications
|
2024-03-08 20:41:18 +08:00 |
|
|
|
c6bcac4070
|
Improve app intents, always set readAt when an article is opened
|
2024-01-10 21:11:07 +08:00 |
|
|
|
486ec19937
|
Improve logged out handler of extension, create new local db path
|
2024-01-04 12:20:57 +08:00 |
|
|
|
4689b5325f
|
Ensure app environment is configured
This can happen if a user sets a custom self hosting environment,
then deletes and re-installs the app.
|
2024-01-04 10:59:42 +08:00 |
|
|
|
6237c9df51
|
iOS: clear old database when running new version, better alignment of reader icons
|
2024-01-03 18:14:51 +08:00 |
|
|
|
3667595f48
|
Sync move operation, attempt to sync before home is loaded
|
2023-12-28 15:46:57 +08:00 |
|
|
|
3362a5b016
|
Better separation of sync and search
|
2023-12-26 14:23:39 +08:00 |
|
|
|
3d87ef671b
|
Start tracking totalCount for queries
|
2023-12-24 14:43:28 +08:00 |
|
|
|
3aca91f083
|
Pass delete/archive/view handlers into audio player
|
2023-12-23 16:12:33 +08:00 |
|
|
|
e4850311f4
|
archive/delete for tts player, use valet to sync hide system labels property
Using valet instead of UserDefaults(suiteName to work around
some potential issues with the extension loading.
|
2023-12-22 20:11:36 +08:00 |
|
|
|
a882c759c2
|
More on updating email folders, make resource views refreshable
|
2023-12-20 15:36:12 +08:00 |
|
|
|
afe926e45d
|
Improve markdown export
|
2023-12-20 14:36:00 +08:00 |
|
|
|
49ddaee0be
|
Show Move to Inbox in following items toolbar
|
2023-12-20 14:35:59 +08:00 |
|
|
|
e17f243db0
|
Start using toast operation handler
|
2023-12-20 14:35:59 +08:00 |
|
|
|
e312562636
|
Separate feeds and newsletters on the subscriptions view
|
2023-12-20 14:35:59 +08:00 |
|
|
|
b527cadd69
|
Dont use core data objects for cards to avoid fake cards creating core data items
|
2023-12-20 14:35:59 +08:00 |
|
|
|
8b7a59dc3c
|
Query for new highlights when calling findHighlight for PDFs
This fixes an issue where you could not create a note on a
new PDF highlight.
|
2023-12-07 17:15:53 +08:00 |
|
|
|
ee375274b8
|
Support move operation
|
2023-12-07 17:15:53 +08:00 |
|
|
|
bfd3365f28
|
Handle PDFs with new Transimission presentation controllers
|
2023-12-07 17:15:53 +08:00 |
|
|
|
e63b4f9b2c
|
Abstract out fetching from view model so we can better handle multiple fetch folders
Rename LinkedItem to LibraryItem
More on following
Add new fetcher
Tab bar
|
2023-12-07 17:15:52 +08:00 |
|
|
|
bf1561887d
|
Sync saved searches on iOS
|
2023-11-27 21:44:52 +08:00 |
|
|
|
155d71c7bd
|
Add some voices
|
2023-11-08 19:36:34 +08:00 |
|
|
|
7f23b6b2d9
|
Add downloaded filter
|
2023-11-01 23:19:29 +08:00 |
|
|
|
e1076f9ac4
|
Add save note to view model, improve labels editor
|
2023-11-01 18:25:37 +08:00 |
|
|
|
b92cbbc9a5
|
Add note containers
|
2023-11-01 17:56:54 +08:00 |
|
|
|
1b85fb0c15
|
Add feeds, better delete handling
|
2023-11-01 14:29:15 +08:00 |
|
|
|
8fe51a5f80
|
More on ios share extension improvements
|
2023-10-30 10:34:02 +08:00 |
|
|
|
9a1ccd46bc
|
Bump version, attempt to refetch PDFs if download signed URL has expired
|
2023-10-24 12:43:41 +08:00 |
|
|
|
d7bd5c54a3
|
iOS: fix for PDF downloads, always use the download signed URL, not the original URL
|
2023-10-24 12:43:41 +08:00 |
|
|
|
7db20ebc3d
|
Add support for viewing coloured highlights in iOS and Android
|
2023-08-25 16:27:06 +08:00 |
|
|
|
a8853f1690
|
ios: Show self hosting values if already set
|
2023-07-31 11:02:07 +08:00 |
|
|
|
ade7d7f44f
|
ios: Improve the modal when setting self hosting data
|
2023-07-31 10:52:57 +08:00 |
|
|
|
3ce6d28d4b
|
Use in:library for the Read Later filter
|
2023-07-17 19:46:35 +08:00 |
|
|
|
3f3bdd2d4f
|
Only use local fetch for certain filters
|
2023-07-17 14:37:50 +08:00 |
|
|
|
a780b24ba1
|
Better handling of delete undo
|
2023-07-14 16:28:06 +08:00 |
|
|
|
52776521f3
|
Improve undelete
|
2023-07-12 16:59:17 +08:00 |
|
|
|
e4b86ecf34
|
Improvements to the Continue Reading section, add long press actions
|
2023-07-06 16:22:57 -07:00 |
|
|
|
41443c70b5
|
Structure tabviews in iOS
|
2023-07-06 16:22:57 -07:00 |
|
|
|
32d583e05c
|
Start adding tab view, improved Pinned header
|
2023-07-06 16:22:57 -07:00 |
|
|
|
50bbdfa441
|
Use the same sorting of labels on iOS as Web
|
2023-05-29 15:02:51 +08:00 |
|
|
|
4cf5eef261
|
Allow library items to be dragged into other apps
|
2023-05-24 16:44:43 +08:00 |
|