Commit Graph

631 Commits

Author SHA1 Message Date
aebf8257d1 fix SwipeToDismiss extra padding 2024-02-26 22:38:48 +00:00
6e455e6b2f fix save article crash 2024-02-26 22:34:07 +00:00
789808b303 Android 0.194.0 release 2024-02-26 12:19:14 +08:00
caa6b8b68f Merge pull request #3573 from stefanosansone/fix/android-splash-screen-color
Android - Fix splash screen icon and background
2024-02-26 10:36:59 +08:00
000b6bfa75 add custom splashscreen 2024-02-25 01:18:07 +00:00
4a27ce7827 add snackbar 2024-02-24 00:15:33 +00:00
a156c6dbdc add account screen 2024-02-23 22:10:55 +00:00
77f04ea0c3 add social icons 2024-02-23 00:40:45 +00:00
dd6860908b add about screen 2024-02-23 00:08:07 +00:00
9944acd63c restyle settings items 2024-02-22 17:52:35 +00:00
ddb85a4f6e rename and format settings files 2024-02-22 16:05:05 +00:00
c064979832 rename savedItem val 2024-02-22 14:20:23 +00:00
0f7586afef Android 0.192.0 release 2024-02-22 11:34:49 +08:00
91c15d78dc Show labels on Android library view 2024-02-22 11:20:57 +08:00
de8cc44fdd replace itemsLiveData with uiState flow in currentSavedItemUnderEdit 2024-02-21 11:51:24 +00:00
e61df9d02e add saved item flow in library view model 2024-02-21 00:01:02 +00:00
9d800366c2 add dao and repository modules 2024-02-19 23:36:07 +00:00
4a285bd44f add library repository and stateflow 2024-02-17 20:27:18 +00:00
f9a122d571 add hilt compose navigation and compose runtime lifecycle libs 2024-02-17 18:52:16 +00:00
dc617ffaff migrate gradle to kts and version catalog 2024-02-15 00:23:31 +00:00
5427295fdd enable mark as read/unread 2024-02-14 09:22:59 +00:00
3f4aee641e bump version 2024-02-09 12:18:30 +00:00
a2056c7583 fix imports 2024-02-09 11:38:20 +00:00
61ed6589bb Merge remote-tracking branch 'origin/main' into feat/android-label-chips-m3-update 2024-02-09 00:33:04 +00:00
6347c69fd3 clean up 2024-02-09 00:31:30 +00:00
90b2ae8e6a clean up LabelsSelectionSheet 2024-02-07 17:36:28 +00:00
3835b6ac2e refactor packages 2024-02-07 17:33:28 +00:00
ede2432566 Bump appreader bundle 2024-02-06 12:40:13 +08:00
f798adfe5c add mark as read action 2024-02-05 19:05:27 +00:00
f59b944bd6 feat(android): scroll with volume buttons
closes: github issue #2936
2024-02-04 14:26:37 +05:30
2b24e24cf3 Merge remote-tracking branch 'origin/main' into feat/android-mark-ad-read 2024-02-01 13:17:22 +00:00
55ef6a6543 update apollo and rename package 2024-02-01 13:16:59 +00:00
d101952dee allow full window draw 2024-01-31 13:23:39 +00:00
1fa061ee0a bump compose version 2024-01-31 12:55:55 +00:00
5012d88ca5 Merge pull request #3365 from omnivore-app/fix/android-swipe-gesture
Fix issue with swipe to archive
2024-01-15 10:57:25 +08:00
86e73c16ab Update the debug icon 2024-01-12 21:46:40 -05:00
9e573ea4be Merge remote-tracking branch 'upstream/main' into android/debug-package-name 2024-01-12 21:27:14 -05:00
6aa70677ae Bump version 2024-01-12 12:47:05 +08:00
88f0c4f14a Fix issue with swipe to archive 2024-01-12 12:34:03 +08:00
4d2d44dea1 Bump version 2024-01-12 09:47:00 +08:00
6e67407de3 Fix early return on swipe to dismiss if swipe is less than threshold 2024-01-12 09:28:31 +08:00
ac8cdeef45 Merge pull request #3347 from omnivore-app/fix/android-library-labels
Syncing improvements for highlight changes on android
2024-01-10 12:03:43 +08:00
8e19cc8e8f Merge pull request #3307 from LennardSchwarz/add-german-translation
Add german translation
2024-01-10 12:02:35 +08:00
4a08c1f195 Syncing improvements for highlight changes on android 2024-01-10 11:47:30 +08:00
d0bb3131ab Update EmailLogin.kt 2024-01-09 22:45:01 -05:00
f248ee9ee3 Add autofill to login and signup page
Add autofill to login and signup page

1. Add autofill to login and signup page. Used https://bryanherbst.com/2021/04/13/compose-autofill/
2. Updated the Username text hint and label to "Username" from "Name"
2024-01-09 20:08:43 -05:00
d1833e5b3c Create a debug package name
# Context

This will allow developers to have both production and dev version on their phones at the same time. Also changed the name of the Dev version to Dev - Omnivore

If someone has the orginal icon files, I would prefer to change the debug icon to be a different color to distinguish it more. But  I couldn't find the main psd or svg file that the pngs are generated from
2024-01-09 19:20:26 -05:00
2905f3eb58 Use the new highlightChanges queue for highlight operations 2024-01-09 12:01:15 +08:00
654de969c4 More android offline sync improvements 2024-01-09 10:23:24 +08:00
cb48c755f1 Start creating a separate sync queue for android highlight changes 2024-01-08 22:27:48 +08:00