|
|
b2fd0e5a67
|
Merge pull request #3987 from mark-pitblado/main
fix support for themed icons (reverts to old monochrome until new monochrome is available)
|
2024-07-05 17:56:03 +08:00 |
|
|
|
62aac51846
|
Update strings.xml
Beauty xml
|
2024-07-05 13:29:58 +07:00 |
|
|
|
cbfdc8463a
|
Create strings.xml for Vietnamese
Full translation
|
2024-07-04 19:39:05 +07:00 |
|
|
|
c18acb2c83
|
Android 0.220.0 release
|
2024-07-04 13:34:47 +08:00 |
|
|
|
0b80d9a37d
|
Fix crash on Android when saving items
|
2024-07-04 12:12:45 +08:00 |
|
|
|
19981645db
|
Update permissions for android syncing
|
2024-07-04 12:01:52 +08:00 |
|
|
|
b0103965f2
|
Android release 0.218.0
|
2024-07-02 13:46:40 +08:00 |
|
|
|
09db09f85d
|
Skip download of PDFs that are already downloaded
|
2024-07-01 23:56:00 +08:00 |
|
|
|
8e4e49e151
|
WIP: download android PDFs for offline to internal storage
|
2024-07-01 18:12:38 +08:00 |
|
|
|
b3a1fa29cb
|
Merge pull request #4100 from stefanosansone/feature/android-rtl-text
Android - Right-to-left text support
|
2024-06-25 15:28:59 +08:00 |
|
|
|
5ebdd861f4
|
Merge pull request #4099 from stefanosansone/fix/android-self-hosting-button
Android - Onboarding navigation
|
2024-06-25 15:28:43 +08:00 |
|
|
|
b3358333cc
|
align saved card items
|
2024-06-24 01:54:14 +02:00 |
|
|
|
d61c3916f9
|
add right to left text support
|
2024-06-24 01:25:31 +02:00 |
|
|
|
d40701f918
|
bump version
|
2024-06-23 21:58:40 +02:00 |
|
|
|
6165dfe203
|
add user creation screen to onboarding navhost
|
2024-06-23 21:48:00 +02:00 |
|
|
|
f25acf0628
|
refactor onboarding
|
2024-06-23 19:53:19 +02:00 |
|
|
|
313f697bb1
|
Fix some typos|修改部分錯別字
|
2024-06-12 00:17:06 +08:00 |
|
|
|
05ee373393
|
Fix some typos|修改部分错别字
|
2024-06-12 00:14:29 +08:00 |
|
|
|
7ec0b26d48
|
Remove StateFlow.value direct access from compose
|
2024-06-01 15:31:34 +03:00 |
|
|
|
7c6d4c5a2b
|
Replace livedata with flow in WebReaderViewModel
|
2024-06-01 15:26:12 +03:00 |
|
|
|
69d23b154f
|
Compose side-effects fixes and remove unnecessary code
|
2024-06-01 15:14:19 +03:00 |
|
|
|
98336d49cb
|
Fix highlight not dark when on Black theme
|
2024-06-01 13:03:04 +03:00 |
|
|
|
87eba45d5c
|
Fixed app crash at startup
|
2024-05-31 15:20:44 +03:00 |
|
|
|
74b3581a74
|
Add offline typeaheadSearch and replaced LiveData with Flow
|
2024-05-30 09:53:03 +03:00 |
|
|
|
98c724c4c6
|
Decrease syncWorker initial delay
|
2024-05-30 09:32:15 +03:00 |
|
|
|
8aadc9c5af
|
Handle some Compose side effects
|
2024-05-29 16:56:51 +03:00 |
|
|
|
fcf7f40af3
|
Add animateItemPlacement to LazyColumn items
|
2024-05-29 16:55:49 +03:00 |
|
|
|
b20f1ba522
|
Remove unnecessary abstract class in SaveSheetActivity
|
2024-05-29 16:35:52 +03:00 |
|
|
|
4c70c8621f
|
Added sync library after saving from share menu
|
2024-05-29 16:22:04 +03:00 |
|
|
|
4d49d2f5b5
|
fix support for themed icons
With the new icon, themed icons no longer work. This adds the old monochrome icon back.
The alternative would be to add a monochrome for the new icon.
|
2024-05-26 08:31:22 -07:00 |
|
|
|
6bd5f50c2a
|
Use withContext(Dispatchers.IO) when writing android files
|
2024-05-20 20:30:20 +08:00 |
|
|
|
6d1a645f4a
|
Update android version to 0.210.0
|
2024-05-20 14:09:17 +08:00 |
|
|
|
ab2bc3260c
|
Merge pull request #3975 from omnivore-app/feat/android-update-icon
Android: update icon
|
2024-05-20 14:07:11 +08:00 |
|
|
|
4a1b0cb1fe
|
Use internal storage for content files
|
2024-05-20 13:52:07 +08:00 |
|
|
|
7b4dd9ecd3
|
Add icons
|
2024-05-18 06:30:31 +08:00 |
|
|
|
f8f1bc9c4b
|
Update the android icon
|
2024-05-18 06:29:40 +08:00 |
|
|
|
7ef643f549
|
Make digest refresh less
|
2024-05-14 10:43:38 +08:00 |
|
|
|
2ab845cace
|
Rebuild the appreader
|
2024-05-09 15:56:05 +08:00 |
|
|
|
937549f531
|
Save Android offline content to files instead of in DB
This works around max size constraints in the Room DB, we
will need to add something to clean up old files though.
|
2024-05-07 17:23:12 +08:00 |
|
|
|
702fb88fb7
|
make buttons more touchable
|
2024-05-04 01:56:59 +08:00 |
|
|
|
cd59eedcf0
|
avoid divide by zero error?
|
2024-05-04 01:52:47 +08:00 |
|
|
|
c9afcd0c86
|
Add plus and minus buttons to sliders on reader preference view
|
2024-05-04 01:35:56 +08:00 |
|
|
|
767b3dc77f
|
Merge pull request #3890 from omnivore-app/fix/android-synced-content
Add content when syncing
|
2024-05-03 08:52:18 +08:00 |
|
|
|
a021d1b549
|
Merge branch 'omnivore-app:main' into main
|
2024-05-02 23:04:56 +08:00 |
|
|
|
7a86df4722
|
Use Android sharesheet when sharing articles
|
2024-05-02 23:04:37 +08:00 |
|
|
|
2f075c82dd
|
Add content when syncing
|
2024-05-02 15:24:39 +08:00 |
|
|
|
c897f39937
|
Bump android version
|
2024-05-02 13:19:06 +08:00 |
|
|
|
4744c37dcd
|
Pull on html content when syncing on Android
|
2024-05-02 13:05:07 +08:00 |
|
|
|
b8dd327395
|
Make article title extra subject when sharing original
|
2024-05-01 21:29:24 +08:00 |
|
|
|
d1efd24093
|
bump version
|
2024-05-01 02:29:53 +02:00 |
|