KaiserBh
7d97e9c9d4
Merge branch 'main' of https://github.com/mihonapp/mihon into feat/add-cross-device-sync
2024-01-18 15:43:15 +11:00
AntsyLich
6018aa99e2
Release v0.16.1
2024-01-18 01:30:03 +06:00
AntsyLich
99fd2731f5
Fix score issue with MangaUpdates
...
Also add custom user agent
Potentially fix #17
2024-01-18 01:28:54 +06:00
AntsyLich
3c3a1cd448
[skip ci] Refer to the preview build as beta
2024-01-17 16:01:26 +06:00
AntsyLich
1849715418
Fix icons not filled
...
Closes #3
2024-01-17 13:19:49 +06:00
KaiserBh
4ed8d71954
chore: use mihon icon.
2024-01-17 03:35:58 +11:00
KaiserBh
fd1da7d8d1
chore: ktlint
2024-01-17 03:25:38 +11:00
KaiserBh
47a6bd7b8f
chore: merge changes from upstream and fix conflicts.
2024-01-17 03:23:34 +11:00
AntsyLich
a605a4ec75
Release v0.16.0
2024-01-16 11:27:18 +06:00
AntsyLich
25c76f5612
Update icon
...
Huge thanks to LinkCable for making it
2024-01-16 05:30:38 +06:00
AntsyLich
62cb12a3f1
Add back "Check for Updates" and "What's new" on about
2024-01-16 03:52:35 +06:00
AntsyLich
f594f1994b
Lint
2024-01-16 03:04:08 +06:00
AntsyLich
96b85962e3
Change application id
2024-01-16 02:55:29 +06:00
AntsyLich
19afd8c9ca
Rename more references
2024-01-16 01:31:22 +06:00
AntsyLich
5067160132
Add a temporary icon
2024-01-16 01:17:18 +06:00
AntsyLich
c9906491fb
Make version code 1
2024-01-16 01:07:32 +06:00
AntsyLich
e51013d2a4
Remove unnecessary migrations
2024-01-16 01:07:32 +06:00
AntsyLich
1aa75f22d0
Replace all Tachi links to Mihon
2024-01-16 01:07:32 +06:00
AntsyLich
8c910f2a2c
Make tracker use Mihon's client
2024-01-16 01:07:32 +06:00
AntsyLich
dfb3091e38
Make the app Android 8+
2024-01-16 01:07:32 +06:00
AntsyLich
98bdef230a
Replace several reference of Tachiyomi to Mihon
2024-01-15 23:53:13 +06:00
AntsyLich
4b594fc11f
Add back update checker
2024-01-15 21:03:10 +06:00
AntsyLich
71931cf697
Add back analytics
2024-01-15 20:55:26 +06:00
AntsyLich
87e3525f88
Add back reference to Discord
...
Partially reverts commit 33c62ab711
.
2024-01-15 20:44:08 +06:00
KaiserBh
f51f94d7a6
chore: merge changes from upstream.
...
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-14 06:02:16 +11:00
arkon
a9c7cbf2c4
Install build-tools 29.0.3
2024-01-13 14:01:49 -05:00
KaiserBh
ffe6efdd7a
feat(sync): Allow to choose what to sync.
...
Various improvement and added the option to choose what they want to sync. Added sync library button to LibraryTab as well.
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-14 05:56:09 +11:00
arkon
e63a52b8e3
Use newer build tools
2024-01-13 13:52:50 -05:00
KaiserBh
89c577952c
Merge branch 'master' of https://github.com/tachiyomiorg/tachiyomi into sync-part-final
2024-01-14 03:25:40 +11:00
arkon
49991d38d9
Release v0.15.3
2024-01-13 09:33:18 -05:00
arkon
33c62ab711
Clean up some unnecessary bits
...
- Remove analytics/crash reporting
- Remove app update check
- Remove F-Droid warning
- Remove Discord references
2024-01-13 09:27:53 -05:00
arkon
a37f3eb709
Better message for empty extensions list
2024-01-12 09:27:59 -05:00
KaiserBh
2c84e8fa41
Merge branch 'master' into sync-part-final
2024-01-12 12:37:26 +11:00
arkon
c65a9aecf5
Fixed tap controls not working when zoomed in ( #10378 )
...
Co-authored-by: Paloys <Paloys@users.noreply.github.com>
2024-01-11 18:36:40 -05:00
arkon
02e50411de
Minor extension repo enhancements
...
- Shortcut to settings from extensions tab
- Don't show error toast anymore if nothing's loaded
- Ability to copy extension repo URL to clipboard
2024-01-11 18:25:13 -05:00
Caleb Morris
7292dadd5f
[download-cache] Fixed init logic to skip when cache file is missing ( #10362 )
...
There are several possible causes of the cache file to not exist, including user
action. By skipping these couple steps during initialization when the file is
missing, a renew action is allowed to start and the cache will rebuild and
hopefully work as expected.
Simple fix for #10360
2024-01-11 18:23:18 -05:00
KaiserBh
b1067b942e
Use transaction on restore to go brr. ( #10375 )
...
refactor: use transaction to go brr.
This improve the restore speed on fresh db and non fresh db.
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-11 18:22:46 -05:00
Caleb Morris
cf6f7c521c
Fixed dev UI preview ( #10385 )
...
The TachiyomiTheme introduced a dependency-injection construct that didn't
exist at the time of rendering previews, so I've changed the preview function
to use a preview version of the theme that uses declarative configuration
over dependency injection
2024-01-11 18:22:21 -05:00
KaiserBh
00ef1ea668
Merge branch 'sync-part-final' into feat/add-sync-triggers-experimental
2024-01-12 09:36:09 +11:00
KaiserBh
b13e3358a8
refactor: clean up comment docs, outdated.
2024-01-12 09:35:26 +11:00
KaiserBh
d407d698c8
chore: lint
2024-01-12 09:35:25 +11:00
KaiserBh
2f9f673326
feat: add backupSource, backupPref, and "SY" backupSavedSearches.
...
I forgot to add the data into the merging logic, So remote always have empty value :(. Better late than never.
2024-01-12 09:26:42 +11:00
KaiserBh
9593e726c6
Merge remote-tracking branch 'origin/sync-part-final' into feat/add-sync-triggers-experimental
2024-01-12 02:29:30 +11:00
KaiserBh
f5b10cd07f
feat: add a way to reset last_sync_timestamp.
2024-01-12 02:08:47 +11:00
KaiserBh
6d0dbf1c56
refactor
...
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-10 21:03:44 +11:00
KaiserBh
dd301c465b
Merge branch 'sync-part-final' into feat/add-sync-triggers-experimental
2024-01-10 19:59:24 +11:00
KaiserBh
f02a9de4db
fix: decoding and encoding.
...
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-10 19:59:01 +11:00
KaiserBh
205d34358c
chore: lint
...
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-10 19:41:44 +11:00
KaiserBh
542ad22c93
chore: lint
...
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-10 19:41:34 +11:00
KaiserBh
7f77422a1f
revert: remove gson for now.
...
Other error arise so people with over big big library can't use it at the moment. Since OOM issue.
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-10 19:41:09 +11:00