Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Enhancements for eInk in Reader and Library View #3798

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 0 additions & 10 deletions .dockerignore

This file was deleted.

15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

16 changes: 0 additions & 16 deletions .eslintrc

This file was deleted.

73 changes: 0 additions & 73 deletions .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .node-version

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

20 changes: 0 additions & 20 deletions .vercelignore

This file was deleted.

31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# Omnivore
# Omnivore eInk
This is a fork of the android app of omnivore to work better on eInk devices and everyone who likes even less distraction (scrolling) while reading.

These features are currently added:


in article view (Webreader):
- pagination / splitting of text into pages
- tap and swipe gestures to jump to next page
- current / total pages index
- update of reading progress to database
- retrieval of reading status and jump to acording page
- physical volume buttons to scroll

in library view:
- volume buttons to "scroll" by number of displayed items
- toast message: index "showing X - XX out of XXX" items

Bonus:
- fullscreen / hide status bar

todo:
- provide toggle to turn pagination on and off in reading prefs
- figure where such a toggle would be for the library scrolling
- gestures for library view as an alternative to the volume buttons.
- merge with official code base
- toggle for fullscreen

------------------------------------------------------


[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/omnivore-app/omnivore/Run%20tests)](https://github.com/omnivore-app/omnivore/actions/workflows/run-tests.yaml)
[![Discord](https://img.shields.io/discord/844965259462311966?label=Join%20our%20Discord)](https://discord.gg/h2z5rppzz9)
Expand Down
3 changes: 3 additions & 0 deletions android/Omnivore/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,621 changes: 1,621 additions & 0 deletions android/Omnivore/.idea/cody_history.xml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions android/Omnivore/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions android/Omnivore/.idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions android/Omnivore/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions android/Omnivore/.idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions android/Omnivore/.idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions android/Omnivore/.idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions android/Omnivore/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions android/Omnivore/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions android/Omnivore/app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "app.omnivore.omnivore",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 194001,
"versionName": "0.195.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
2 changes: 1 addition & 1 deletion android/Omnivore/app/src/debug/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Dev - Omnivore</string>
<string name="app_name">Omnivore eInk wip</string>
</resources>
Loading