AntsyLich
05efc4ebeb
Update types of legacy tracker model to match to domain one ( #245 )
...
* `score` to Double
* `tracker_id` to Long
* `last_chapter_read` to Double
* `total_chapters` to Long
* `status` to Long
2024-01-27 23:17:09 +06:00
MajorTanya
65bfa083f2
Replace "tachiyomi" with "mihon" in crash log name ( #234 )
...
Closes #223 .
2024-01-26 01:00:23 +06:00
CodeSpoof
b8a9998bbd
[skip ci] Remove official extensions check from issue templates ( #233 )
...
* Update report_issue.yml
There are no official extensions anymore and the URL was for the tachiyomi repo anyway
* Update request_feature.yml
No more official extensions
2024-01-25 23:27:23 +06:00
Weblate (bot)
d736bec003
Translations update from Hosted Weblate ( #225 )
...
* Translated using Weblate (Swedish)
Currently translated at 100.0% (17 of 17 strings)
Translation: Mihon/Mihon Plurals
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/sv/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (17 of 17 strings)
Translation: Mihon/Mihon Plurals
Translate-URL: https://hosted.weblate.org/projects/mihon/mihon-plurals/zh_Hant/
---------
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl>
Co-authored-by: Lzmxya <lzmxya@gmail.com>
2024-01-24 19:23:39 +06:00
Secozzi
348b23a9fd
Fix refreshing from enhanced tracker ( #219 )
...
fix refreshing from enhanced tracker
2024-01-24 19:16:28 +06:00
Theodoro Loureiro mota
121b2ec829
[skip ci] Removing extensions from config issues ( #224 )
2024-01-24 19:05:40 +06:00
Theodoro Loureiro mota
1dd130df9e
Fix #126 : Inconsistent button height with some languages in "Data and storage" ( #202 )
...
* replace the windowInsetsPadding for navigationBarsPadding + statusBarsPadding
* Fixing bug in the MultiChoiceSegmentedButtonRow
* Rollback file
2024-01-23 18:47:05 +06:00
Theodoro Loureiro mota
e17d87f357
Adding Type-safe project accessors ( #194 )
...
* replace the windowInsetsPadding for navigationBarsPadding + statusBarsPadding
* Enabling TYPESAFE_PROJECT_ACCESSORS
* Adding typesafe project accessors in the app module
* Adding typesafe project accessors in the core module
* Adding typesafe project accessors in the core-metadata module
* Adding typesafe project accessors in the data module
* Adding typesafe project accessors in the domain module
* Adding typesafe project accessors in the presentation-core module
* Adding typesafe project accessors in the presentation-widget module
* Adding typesafe project accessors in the source-local module
* Adding typesafe project accessors in the source-api module
* Rolling back
* Changing TYPESAFE_PROJECT_ACCESSORS line
* Removing extra spaces
2024-01-23 18:35:58 +06:00
Soitora
de75561402
Change README to Markdown ( #208 )
...
* Change README to Markdown
Also fix license and add disclaimer
* Change some links to markdown as well
2024-01-23 14:14:05 +06:00
AntsyLich
58085336a5
Lint
2024-01-22 20:20:11 +06:00
Soitora
89ea0a271b
Add translation widget ( #195 )
2024-01-22 20:12:39 +06:00
AntsyLich
e3f33e24f5
Use own client for trackers + custom user agents
...
Closes #114
Closes #143
Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com>
2024-01-22 16:18:30 +06:00
AntsyLich
9fd1419142
Translations ( #189 )
...
* Small fix on french translation. (#104 )
Update fr/strings.xml
Remove mentions of "official" extensions repos. (On 18+ extensions warning)
Fixed a setting label who had the first letter in lowercase.
* Updated Turkish suffixes (#125 )
Update strings.xml
* Fix zh-rTW Translation (#118 )
fix zh-tw translate
* Update Filipino Plurals (#112 )
Updated some Filipino Plurals to make sense grammatically
* Update Filipino Strings (#111 )
Changed/updated a few grammatical strings for the Filipino Translation
---------
Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com>
Co-authored-by: NukeSource <123626751+NukeSource@users.noreply.github.com>
Co-authored-by: ɴᴇᴋᴏ <111511925+NeKoOuO@users.noreply.github.com>
Co-authored-by: InfinityDouki56 <31158494+infyProductions@users.noreply.github.com>
2024-01-22 15:45:37 +06:00
AntsyLich
cb06898430
Fix issues when updating extensions
2024-01-22 02:27:45 +06:00
AntsyLich
39407407f2
Remove usage of .not()
where possible
2024-01-21 19:40:42 +06:00
AntsyLich
a024218410
Fix faulty MangaUpdates score in db
...
Closes #117
2024-01-21 12:21:30 +06:00
AntsyLich
26815c7356
Tweak app icon scaling
2024-01-21 11:55:25 +06:00
jobobby04
e0deeb8008
Backup and Restore Excluded scanlators ( #166 )
...
* Backup and Restore Excluded scanlators
* Improve performance
* This looks better
2024-01-21 11:38:36 +06:00
AntsyLich
38d6ab80ce
Fix "Flash on page change" gives black screen on page change
...
Fixes #108
2024-01-20 16:33:50 +06:00
Federico Pierantoni
78e66fd8d3
Tweak README ( #154 )
...
* update README.md
* Update README.md
---------
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-01-20 15:59:18 +06:00
Soitora
26aa126ecb
Modernize README ( #139 )
...
* Prepare new Readme
* Modernize README
* Tweak wording
2024-01-20 01:33:42 +06:00
KaiserBh
e4a65656e7
refactor: db changes for syncing. ( #113 )
...
fix: sync marking chapter unread when we do library update before syncing.
So this should have been 0 on insert instead of the current time on insert. Essentially this issue arises: https://discord.com/channels/1099009852791083058/1099009853864812708/1190022356060614756
Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-18 10:37:41 +06: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
DavidK004
e34043f1fe
Fixed Serbian translation ( #75 )
2024-01-18 01:27:08 +06:00
AntsyLich
3c3a1cd448
[skip ci] Refer to the preview build as beta
2024-01-17 16:01:26 +06:00
Chris
0a2df21c5b
Fix Indonesian translation ( #68 )
...
Fix minor Indonesian translation
2024-01-17 14:05:06 +06:00
AntsyLich
277be02682
Update project icon
2024-01-17 13:29:42 +06:00
AntsyLich
1849715418
Fix icons not filled
...
Closes #3
2024-01-17 13:19:49 +06:00
Jere
dc6d4f9917
Fix minor grammatical errors in Finnish strings ( #64 )
2024-01-17 10:48:30 +06:00
dan-malprod
a9d98e5048
[skip ci] Updated Issue and Feature Request templates ( #41 )
...
* Update version in issue template
* Update request_feature.yml
2024-01-16 23:20:37 +06:00
AntsyLich
653940613d
Replace some more Tachiyomi reference
2024-01-16 19:55:56 +06:00
MajorTanya
23a2d816e4
[skip ci] Replaced mentions of Tachiyomi with Mihon in Issue Templates ( #22 )
...
Tachiyomi => Mihon in Issue Templates
2024-01-16 17:53:52 +06:00
AntsyLich
8a3a9146db
[skip ci] Remove inorichi's Funding.yml, and replace app-icon
2024-01-16 12:53:28 +06:00
AntsyLich
a605a4ec75
Release v0.16.0
2024-01-16 11:27:18 +06:00
AntsyLich
c83037eeab
Fix update downloader borked
2024-01-16 05:43:26 +06:00
AntsyLich
25c76f5612
Update icon
...
Huge thanks to LinkCable for making it
2024-01-16 05:30:38 +06:00
AntsyLich
0d449a9b1d
That env variable was needed
2024-01-16 04:31:51 +06:00
AntsyLich
62cb12a3f1
Add back "Check for Updates" and "What's new" on about
2024-01-16 03:52:35 +06:00
AntsyLich
9ec4dc5758
Remove unneeded env from build_push.yml
2024-01-16 03:27:22 +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
f77e0e2d00
Remove weblate from readme
2024-01-16 02:46:08 +06:00
AntsyLich
ce60ac150b
Rename master branch to main
2024-01-16 01:36:08 +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