Jackson Harper
57575c75aa
Remove the subscriber dialog that was part of the header before
2022-10-12 14:31:34 +08:00
Jackson Harper
0116304284
Dont exclude substacks in article headers
...
Substack uses this class on header elements like <h1> to give
them anchors in the documents, but we mark content with `header`
in its class name as unlikely.
2022-10-12 14:27:31 +08:00
Jackson Harper
9725f505b7
Merge pull request #1268 from omnivore-app/feat/getting-started-guide
...
Add the getting started guide as markdown
2022-10-11 14:03:40 +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
Satindar Dhillon
e79ce6fb28
update pspdfkit version -- solves threading issues
2022-10-06 17:42:10 -07:00
Rupin Khandelwal
4bcb33f15b
Merge branch 'main' of github.com:omnivore-app/omnivore into bug/fix-gridLayout
2022-10-06 12:51:40 -05:00
Rupin Khandelwal
5bc3dec953
Fixed all the layouts and cleaned up CSS for grid
2022-10-06 12:45:43 -05:00
Rupin Khandelwal
b6173cdc2d
Fixed the problem about the layouts - Fresh look helps
2022-10-06 11:47:02 -05:00
Satindar Dhillon
59fe797feb
load annotations and scroll to saved index ancor page
2022-10-06 08:32:39 -07:00
Satindar Dhillon
d89a8d2158
load highlights when pdf is loaded
2022-10-06 08:32:39 -07:00
Satindar Dhillon
634e178e45
use fragment rather than compose for pspdfkit
2022-10-06 08:32:39 -07:00
Satindar Dhillon
a466887dc7
download pdf file and store it locally
2022-10-06 08:32:39 -07:00
Satindar Dhillon
9fc81ed50d
wrap pspdfkit documentview in a fragment
2022-10-06 08:32:39 -07:00
Satindar Dhillon
ff960b760d
add large heap declaration
2022-10-06 08:32:39 -07:00
Satindar Dhillon
a40d523228
add pspdfkit android dep
2022-10-06 08:32:39 -07:00