Jay
7f7acfc55a
More updates
...
Seperation of Updating Library and New Chapters found
If there is only one manga update, a start reading action is added to the notificaion
Fixed issue with nav bar not being transparent when starting a shortcut from launcher
Insets work on manga info scrolling text
2019-11-02 01:26:14 -07:00
Jay
744b0a3f58
More Fab work + Checks for duplicate snackbars
2019-10-30 20:53:14 -07:00
Jay
d719cae942
More snack
2019-10-30 01:19:30 -07:00
Jay
1d0f6e8bce
Fixed action mode bar + drawer in 3 button landscape
2019-10-29 22:23:47 -07:00
Jay
a7e349b1b2
More use of Snackbars
...
No longer double confirming to see if it's ok to remove manga in library and catalouge, snackbar has an undo button
2019-10-29 19:22:54 -07:00
Jay
25bf5602ba
Migration for androidx
2019-10-28 22:51:46 -07:00
Jay
29264bca34
Fixes to navbar for devices under Android O
2019-10-28 18:40:44 -07:00
Jay
197b5cf6a4
Still more insets work
...
Fixed insets for landscape manga info controller + using snackbars for adding and removing mangas
2019-10-28 02:27:01 -07:00
Jay
fee8ccab86
Theme fixes
...
And one more inset fix for catalogue
2019-10-27 23:20:17 -07:00
Jay
1d7d40ba8c
Cleanup + fixes to preference category
2019-10-27 22:46:26 -07:00
Jay
507807eee0
Fixed various reader themes + dialogs
2019-10-27 19:05:35 -07:00
Jay
a5c32bb35c
Added all translations for new themes
2019-10-27 15:36:02 -07:00
Jay
06d2be7dcf
Merge remote-tracking branch 'upstream/master' into Automatic_Reader_Background
2019-10-27 15:08:06 -07:00
Jay
cad94d2937
Translations
2019-10-27 15:04:44 -07:00
Jay
40a0584498
sets for defualt theme + localization
2019-10-27 01:10:13 -07:00
Jay
824921660f
Update colors.xml
2019-10-26 23:52:28 -07:00
Jay
c66fb3c410
Update library_list_recycler.xml
2019-10-26 23:06:41 -07:00
Jay
7a7ada3125
Use of newest jetbrains kourtines + more insets fixed
2019-10-26 22:43:57 -07:00
Jay
1f6230c5a3
Fixes for older versions of android
2019-10-26 21:42:49 -07:00
Jay
dd25736fb9
Added Notch support
...
+ removed force dark where needed
Co-Authored-By: tonarii <tonarii@users.noreply.github.com>
2019-10-26 18:26:31 -07:00
Jay
8b69813f34
More stuff
...
Cleartext (http sites) support
Moved view extensions to view extensions
Even more insets support
2019-10-26 18:04:52 -07:00
Jay
3930345cbd
more insets work
2019-10-26 14:20:46 -07:00
Jay
b9e3e3de55
Android 29 SDK + edge to edge
2019-10-25 01:44:47 -07:00
Jay
c9fbe98bc4
Update catalogue_controller.xml
2019-10-24 02:54:27 -07:00
Jay
b17717181d
android 28 sdk
2019-10-24 02:47:41 -07:00
Jay
59a0d91679
More theming
2019-10-24 00:45:03 -07:00
Jay
c0e4b9bb38
Dark Theme based on system
2019-10-23 23:43:18 -07:00
funkyhippo
24bb94ceac
Implemented extension search functionality. ( #2211 )
2019-10-14 11:15:00 +02:00
Jozef Hollý
e02cf67f85
Update translation files ( #2238 )
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/
2019-09-21 11:00:45 -04:00
Jozef Hollý
bf4bef6d62
Translations ( #2011 )
...
Translations
2019-09-21 09:50:38 -04:00
fei long
3abae1cc75
Add chinese track website "bangumi" ( #2032 )
...
* copy from shikimori and change parmater
* add login activity
* fix
* login sucess
* search
* add...
* auth fix
* save status
* revert shikimori
* fix oauth error
* add bangumi info
* update read chapter index
* refersh token
* remove outdate file
* drop comment
* change icon
* drop search result which type not comic
* fix bind logic
* set status
* add ep status
* format code
* disable cache for `collection` api
2019-07-23 12:35:38 +02:00
MCAxiaz
e8638cb0b3
Hide Empty Search Results in Catalogues ( #2066 )
...
* test2
* remove nothing_found view and associated resources
2019-07-01 13:06:19 +02:00
Harsh Parekh
5d8dc241d8
Update ranking ( #1772 )
...
* Add LibraryUpdateRanker
This class provides various functions to generate Comparators that can
be used to order the manga to update.
One such ordering is by relevance:
It prioritises manga that were updated more recently.
Another Ordering is by lexicographic order:
This is the default behaviour.
* Use relevanceRanking scheme
Instead of default(noRanking/lex ranking) now mangaList is sorted with
relevanceRanking.
* Add UI and associated variables & strings for Update Ranking.
* Use user preferences to determine update ranking scheme.
* Refactor relevanceRanking to latestFirstranking.
This name seems to better reflect the ranking scheme and frees up the
name relevanceRanking for future use.
* Set latestFirst scheme as default.
(Changing over from lexicographic scheme)
* Fix 1
[Convert LibraryUpdateRanker to a object.](./files/82f263749f0ae775385b23dd919f1865360db969#r287513539)
[Nitpick: Add lines](./files/82f263749f0ae775385b23dd919f1865360db969#r287540256)
[Replace Java comparator](./files/82f263749f0ae775385b23dd919f1865360db969#r287539976)
[Nitpick: Add local variable](./files/82f263749f0ae775385b23dd919f1865360db969#r287514805)
* Fix 2
[Weird import](./files/82f263749f0ae775385b23dd919f1865360db969#r287513709)
[Default value](./files/82f263749f0ae775385b23dd919f1865360db969#r287540064)
[Use existing Strings](./files/82f263749f0ae775385b23dd919f1865360db969#r287514476)
[Use Library update order](./files/82f263749f0ae775385b23dd919f1865360db969#r287540204)
2019-06-09 14:32:12 +02:00
Jay
b4b78e0f6b
Merge remote-tracking branch 'upstream/master' into Automatic_Reader_Background
2019-06-08 15:59:29 -07:00
Eugene
974a24d03b
Add help link to nav drawer ( #2049 )
2019-05-25 13:46:42 +02:00
Deumiankio
021dde66eb
Add color filter blend modes ( #2013 )
...
* Add color filter blend modes
* Only show modes supported by currently used API level.
* Fix arrays.xml for API level <=27.
2019-04-29 19:32:49 +02:00
Pavka
5840a3e1e2
Shikomori -> Shikimori. Fix update chapters ( #1996 )
...
* Shikomori -> Shikimori. Fix update chapters
* Removed logs and format code
2019-04-29 18:40:26 +02:00
Eugene
68aca55e6f
Add options to open catalogue in browser/webview ( #1979 )
2019-04-16 17:34:52 +02:00
Jay
83b684c37d
Merge remote-tracking branch 'upstream/master' into Automatic_Reader_Background
2019-04-13 09:56:19 -07:00
Jay
a7cb651df2
Merge remote-tracking branch 'upstream/master' into Automatic_Reader_Background
2019-04-13 09:45:17 -07:00
inorichi
a053d55fbc
Disable proguard
2019-04-13 14:57:58 +02:00
inorichi
38ba8852a3
Release 0.8.3
2019-04-13 14:18:10 +02:00
inorichi
0a988d1c69
Enable new translations
2019-04-12 19:19:35 +02:00
inorichi
5f9e65cc9b
Fix lint issues on new strings
2019-04-12 19:07:41 +02:00
Jozef Hollý
026188268d
Translations ( #1886 )
...
* Translated using Weblate (Czech)
Currently translated at 99.8% (426 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/cs/
* Translated using Weblate (Hindi)
Currently translated at 99.8% (426 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/hi/
* Translated using Weblate (Korean)
Currently translated at 79.2% (338 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ko/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/es/
* Translated using Weblate (Korean)
Currently translated at 81.5% (348 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ko/
Translated using Weblate (Korean)
Currently translated at 81.5% (348 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ko/
* Translated using Weblate (Korean)
Currently translated at 94.1% (402 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ko/
* Translated using Weblate (French)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/fr/
* Translated using Weblate (Hindi)
Currently translated at 99.8% (426 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/hi/
* Translated using Weblate (Korean)
Currently translated at 95.3% (407 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ko/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (426 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/pt_BR/
* Added translation using Weblate (Sardinian)
* Translated using Weblate (Sardinian)
Currently translated at 52.7% (225 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/sc/
* Added translation using Weblate (Filipino)
* Translated using Weblate (Filipino)
Currently translated at 5.2% (22 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/fil/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/es/
* Translated using Weblate (Filipino)
Currently translated at 11.2% (48 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/fil/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/tr/
* Translated using Weblate (Sardinian)
Currently translated at 56.4% (241 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/sc/
* Translated using Weblate (Portuguese)
Currently translated at 81.5% (348 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/pt/
* Translated using Weblate (Portuguese)
Currently translated at 81.5% (348 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/pt/
* Translated using Weblate (Serbian)
Currently translated at 77.5% (331 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/sr/
* Translated using Weblate (Sardinian)
Currently translated at 71.7% (306 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/sc/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/zh_Hans/
* Translated using Weblate (Russian)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ru/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/uk/
* Translated using Weblate (Sardinian)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/sc/
* Translated using Weblate (Bulgarian)
Currently translated at 100.0% (427 of 427 strings)
Translation: Tachiyomi/Strings
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/bg/
(cherry picked from commit ab854420b5e52f145146da9df5f2f4ff2ee283f1)
2019-04-12 19:04:44 +02:00
inorichi
e7606e6dca
Add option to open manga details in a WebView
2019-04-08 02:08:40 +02:00
Amine A
8f2878a841
Added search intent handler and Google Search Action, for the global search ( #1787 )
...
* Added search intent handler
* Added support for Google Search actions
2019-04-03 10:25:52 +02:00
Carlos
77296348a0
add option to skip chapters marked read ( #1791 )
2019-04-03 10:22:32 +02:00
Pavka
a62a7d5330
Feature/shikomori track ( #1905 )
...
* Add shikomori track
* Fix char 'M'
* Fix date in search
2019-04-03 10:14:37 +02:00
inorichi
55bf1c31a6
Set explicit autobackup rules
2019-04-01 17:14:37 +02:00