Commit graph

3868 commits

Author SHA1 Message Date
Jackson Harper
f047775532 Improve the replay button, give an overlay behind so its easier to see 2022-10-11 16:41:23 +08:00
Jackson Harper
476d44fbb4 Try to prevent index out of bounds issues with the tab controller 2022-10-11 16:34:52 +08:00
Jackson Harper
68f9d9d1da Give the audio controller access to the dataService so it can update read positions 2022-10-11 16:20:04 +08:00
Jackson Harper
08c06a6dff Add a button to reset read location
This will be more useful when text to speech updates read position
while listening, gives the user more control and makes it easier
to handle scrolling back in an article.
2022-10-11 15:12:25 +08:00
Jackson Harper
3709628a93 Update the advanced search suggestions + typeahead when selected 2022-10-11 14:57:09 +08:00
Jackson Harper
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
Jackson Harper
4149299b68 Move the shimmer out of the library list 2022-10-11 12:47:55 +08:00
Jackson Harper
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
Jackson Harper
a1fabcc564 Set the searchbar to first responder when advanced search or term updates are used 2022-10-11 12:01:46 +08:00
Jackson Harper
015167af60 Remove old code 2022-10-11 11:33:53 +08:00
Jackson Harper
2d5bc56712 Remove old code 2022-10-11 11:33:09 +08:00
Jackson Harper
7bd8250e1e Rebasing 2022-10-11 11:27:33 +08:00
Jackson Harper
7267f07880 Use a new modal for search 2022-10-11 11:27:33 +08:00
Jackson Harper
783e25b63a Remove text to speech feature flag, its enabled for everyone now 2022-10-11 11:27:33 +08:00
Satindar Dhillon
df8be3c6c5
Merge pull request #1295 from omnivore-app/chore/android-pspdfkey
Android Keys
2022-10-10 09:59:47 -07:00
Rupin Khandelwal
eacb569489
Merge pull request #1278 from omnivore-app/bug/fix-gridLayout
Fix - Grid and List Layout
2022-10-10 11:18:47 -05:00
Satindar Dhillon
f64be5ba90 add setup instructions/command to load secrets file for Android 2022-10-10 08:30:57 -07:00
Satindar Dhillon
dae10b2f48 load pspdfkit key from secrets file 2022-10-10 07:45:33 -07:00
Hongbo Wu
9b64299c6b
Merge pull request #1293 from omnivore-app/fix/twitter-thread
If the saved tweet is a reply, we need to get the referenced tweet
2022-10-10 15:34:53 +08:00
Hongbo Wu
08c30f9c24 Show the original tweet firstly 2022-10-10 15:33:36 +08:00
Hongbo Wu
5d70d04154 If the saved tweet is a reply, we need to get the referenced tweet 2022-10-10 15:12:41 +08:00
Hongbo Wu
220576235f
Merge pull request #1291 from omnivore-app/sywhb-patch-1
Get tweet thread by conversation_id
2022-10-10 09:52:30 +08:00
Hongbo Wu
f7bc7089ce
Merge pull request #1292 from omnivore-app/fix/milkroad-newsletters
Change the milkroad newsletters parser according to the change of milkroad newsletter
2022-10-09 09:25:13 +08:00
Hongbo Wu
8f048dd15e Change the milkroad newsletters parser according to the change of milkroad newsletter 2022-10-08 09:37:12 +08:00
Hongbo Wu
06c1e09505 lint 2022-10-08 09:28:50 +08:00
Hongbo Wu
87361a9273 Fix omnivore-api Dockerfile 2022-10-08 09:24:09 +08:00
Hongbo Wu
2ff995d3b2
Get tweet thread by conversation_id 2022-10-08 09:09:18 +08:00
Jackson Harper
7adf8a8fd8
Merge pull request #1289 from omnivore-app/fix/highlight-pos
Better naming, fix issue with highlight bar placement
2022-10-07 18:29:38 +08:00
Jackson Harper
b3733a4ee6 Better naming, fix issue with highlight bar placement 2022-10-07 18:08:32 +08:00
Hongbo Wu
2daed6ce02
Merge pull request #1285 from omnivore-app/use-content-handler-in-api
use content handler in api
2022-10-07 17:34:50 +08:00
Jackson Harper
f8699fc05a
Merge pull request #1288 from omnivore-app/fix/highlight-w-note-color
Display some background colour on highlighted notes
2022-10-07 17:28:54 +08:00
Jackson Harper
3160f3ed60
Merge pull request #1263 from omnivore-app/feat/appstore-screenshots
Automation of appstore screenshots
2022-10-07 17:27:59 +08:00
Jackson Harper
501edbcde3 fix typo 2022-10-07 17:14:11 +08:00
Jackson Harper
35a8184790 More clear naming for the touch bar 2022-10-07 17:09:34 +08:00
Jackson Harper
846a720582 Use near cursor display on the highlight bar on non-touch devices 2022-10-07 16:58:33 +08:00
Hongbo Wu
c9400ca517 Remove dom param in preHandler method 2022-10-07 16:57:01 +08:00
Hongbo Wu
f607215826 Add build docker images in github action 2022-10-07 16:56:38 +08:00
Hongbo Wu
965a56d959 Fix Dockerfile 2022-10-07 16:56:38 +08:00
Hongbo Wu
49ed8e279b Calls preParseContent function in content-handler package before parsing content 2022-10-07 16:56:38 +08:00
Hongbo Wu
679977805f Remove custom content-handler in packages/api 2022-10-07 16:56:38 +08:00
Jackson Harper
7f9e898a1b Display the highlight bar near the cursor on non-touch devices 2022-10-07 16:51:01 +08:00
Hongbo Wu
e6ff48ca6b
Merge pull request #1286 from omnivore-app/feature/save-twitter-threads
Save unrolled recent twitter thread
2022-10-07 16:49:16 +08:00
Hongbo Wu
810df2ad8c Fix the tweets in reverse order and media file not showing 2022-10-07 16:31:56 +08:00
Jackson Harper
791c9a9113 Always treat highlightBackground as an array not a color now. This lets us apply alpha differently to backgrounds and underlines 2022-10-07 14:13:49 +08:00
Jackson Harper
e53c907916 Display some background colour on highlighted notes 2022-10-07 14:05:35 +08:00
Hongbo Wu
a8f964f615 Save only tweets in the thread by the original author 2022-10-07 13:47:20 +08:00
Jackson Harper
933b186cf1
Merge pull request #1272 from omnivore-app/feat/follow-along
WIP: follow along text for tts
2022-10-07 11:35:37 +08:00
Jackson Harper
a85ca36f8f
Merge pull request #1287 from omnivore-app/chore/ios-version-bump-1.16.0
bump ios version to 1.16.0
2022-10-07 11:03:52 +08:00
Satindar Dhillon
c4fe39ec02 bump ios version to 1.16.0 2022-10-06 18:06:55 -07:00
Satindar Dhillon
e92ccfbe79
Merge pull request #1266 from omnivore-app/feature/pspdfkit-android-integration
PSPDFKit Android
2022-10-06 17:54:40 -07:00