75cb94b51a
Fix tint on AMOLED theme ( #966 )
...
Fix tint on AMOLED theme
2017-08-30 21:50:19 +02:00
2f6d163a7a
Simplify presenter delegate
2017-08-29 10:39:22 +02:00
ecfe72bcad
Let GC take care of the presenter. Also fix #947
2017-08-29 09:55:42 +02:00
e6ff9e18cc
Fix #956
2017-08-28 10:13:27 +02:00
3c550c1781
Kotlin 1.1.4. Add discord link in about
2017-08-28 10:00:13 +02:00
7053777997
Release version v6.1.4
...
Offload metadata check to background thread
Add search cache
2017-08-28 03:20:35 -04:00
5ae0589547
License manga update and Manga Fox Title Update ( #937 )
...
* update mangafox parsing to read chapter title also if it exists.
* updated chapterImpl to force update chapters if chapter name changes. This allows for chapter name changes from the source to update in app
* switched from : to - since other sites that already have title use - so it provides consistency across sources.
* fixed spacing for -
* fixes license status for manga fox
if manga is licensed no chapters will be shown.
* 1. changed equality in chapterImp back to just the url (removed scanlator, and name comparison)
2. Removed extra line of code assigning mangaFox title twice
3. Modified ChapterSourceSync for scanlator/title/url comparison.
* cleaned spaces, added comment, incorporated toChange code from other pull request
* throw exception instead of returning empty list when licensed
* space fix
2017-08-28 09:10:19 +02:00
71fc6fc257
Revert chapter equals method
2017-08-26 12:50:52 +02:00
c0d7b16ee6
Allow to update chapter metadata
2017-08-26 12:46:35 +02:00
1107b95ebd
Remove leftover code
2017-08-26 03:52:52 -04:00
36003fd622
Remove leftover TODO
2017-08-26 03:48:12 -04:00
84121ff901
Release v6.1.3
...
Make search engine synchronous
Offload some search engine tasks to background threads
Minor search engine speedups
2017-08-26 03:40:59 -04:00
bcc2ec1668
Fix migration dialog showing on startup even with no manga
2017-08-25 22:26:57 -04:00
08dffda2a1
Fix NHentai and PervEden sources
...
Version bump to v6.1.2
2017-08-25 19:08:33 -04:00
9f4540a4f1
Fallback to normal library searching when metadata is not available
2017-08-25 18:52:32 -04:00
67ac95f15f
Merge branch 'master' of https://github.com/inorichi/tachiyomi
2017-08-25 17:39:22 -04:00
cd291f0a27
Migrate to realm for metadata
2017-08-25 17:31:38 -04:00
f3f7aa9e1d
Also fix Batoto popular query
2017-08-25 23:30:18 +02:00
43355970db
Batoto fix. #953
2017-08-25 23:10:31 +02:00
bb6b88a703
Make drawerArrow private again (as it was in upstream)
2017-08-24 18:31:45 -04:00
239b36c31a
Add nhentai URL importing
...
Allow fast importing of single URLs by inputting the URL into the source's search bar
2017-08-24 18:31:08 -04:00
dcb6ae44dd
Fix intercept activity
2017-08-24 17:33:03 -04:00
b20b3d6f5c
Add fingerprint to lock UI
...
Migrate login UI to conductor
Fix batch add controller not saving EditText content onResume
Prevent double-locking of lock UI
Remove back button from lock UI
Fix login preference not updating
2017-08-24 17:11:43 -04:00
32d02f9329
Migrate to Tachiyomi 6.1
...
Rewrite batch add UI
Rewrite lock UI
2017-08-24 12:28:54 -04:00
3da7c47bf5
Merge branch 'master' of https://github.com/inorichi/tachiyomi
...
# Conflicts:
# app/build.gradle
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/activity/ActivityMixin.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/activity/BaseActivity.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/adapter/FlexibleViewHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/adapter/SmartFragmentStatePagerAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/fragment/BaseFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/fragment/BaseRxFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/fragment/FragmentMixin.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/category/CategoryActivity.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/latest_updates/LatestUpdatesFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryCategoryAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryCategoryView.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/main/ChangelogDialogFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/main/MainActivity.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaActivity.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaEvent.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaPresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/ChaptersFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/ChapterCountEvent.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaFavoriteEvent.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoPresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/TrackFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/recently_read/RecentlyReadFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAboutFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsActivity.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAdvancedFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsDownloadsFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsGeneralFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsTrackingFragment.kt
# app/src/main/java/eu/kanade/tachiyomi/util/AndroidComponentUtil.java
# app/src/main/java/eu/kanade/tachiyomi/widget/preference/LibraryColumnsDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/widget/preference/SimpleDialogPreference.kt
# app/src/main/res/layout/activity_download_manager.xml
# app/src/main/res/layout/activity_edit_categories.xml
# app/src/main/res/layout/activity_manga.xml
# app/src/main/res/layout/activity_preferences.xml
# app/src/main/res/layout/fragment_backup.xml
# app/src/main/res/layout/fragment_download_queue.xml
# app/src/main/res/layout/fragment_library.xml
# app/src/main/res/layout/fragment_library_category.xml
# app/src/main/res/layout/item_chapter.xml
# app/src/main/res/layout/item_recent_chapters.xml
# app/src/main/res/layout/toolbar.xml
# app/src/main/res/raw/changelog_release.xml
# app/src/main/res/values/arrays.xml
# app/src/main/res/xml/pref_about.xml
# app/src/main/res/xml/pref_advanced.xml
# app/src/main/res/xml/pref_downloads.xml
# app/src/main/res/xml/pref_general.xml
# app/src/main/res/xml/pref_reader.xml
# app/src/main/res/xml/pref_sources.xml
# app/src/main/res/xml/pref_tracking.xml
Migrate to Tachiyomi 6.1
Rewrite batch add UI
2017-08-24 11:24:23 -04:00
bfa386acba
Add Filter by Completed for library ( #941 )
...
* issue 938
added filter by completed manga status
* changed to use existing string
fixed space issue in method in presenter
2017-08-19 20:34:43 +02:00
e8b432485d
Minor changes
2017-08-15 15:06:21 +02:00
a12a34e3bb
Add Batoto Scanlator to Chapter view ( #789 )
...
* Added scanlator for Batoto on chapter list
* adjusted item_chapter layout for scanlator
adjusted so db chapters get updated if scanlator does not match source scanlator
* adjusted item_chapter layout for scanlator
adjusted chapter holder to dynamically set title max lines depending on if scanlator exists
* fixed excess blank line
* changed scanlator to be instantiated instead lateint to prevent toast message erro when viewing chapters by catalog
* changed item_chapter.xml to constraint layout
* removed accidental changes to catalog
* cleaned up code.
* fixed issue where long title was running into 3 dot menu
fixed issue where no scanlator for manga was causing date to not be bottom lined
fixed general chapter layout to be more similar to existing
* allow scanlator to be null
* fixed merge issue
* fixed merge issue
* attempt to fix whitespace carriage return issue
* attempt to fix whitespace carriage return issue
* attempt to fix whitespace carriage return issue
2017-08-15 15:05:41 +02:00
b79855c01d
Remove circle image view dependency
2017-08-09 12:38:54 +02:00
17fe501a6d
Ask permissions once. Fixes #892
2017-08-07 11:04:27 +02:00
6c242084ca
Fallback chapter cache to internal storage
2017-08-03 21:44:31 +02:00
aefe7b176a
Fixes case where manga name ends with s. ( #919 )
2017-07-31 20:04:14 +02:00
6059b85e58
Fix library category not updatable when empty. Closes #907
2017-07-27 09:21:15 +02:00
aa46c52eee
Crop borders for webtoons. Closes #904
2017-07-26 20:35:31 +02:00
d3cbfbdb59
Add workaround for disappearing menu items
2017-07-26 11:29:03 +02:00
cc9b77b876
Simultaneous download will now show on start. ( #911 )
2017-07-26 10:49:13 +02:00
bb40a4d6b8
Dependency updates. Enable new translations. Minor fixes
2017-07-08 16:44:01 +02:00
90d27147e6
Fix gradle build warnings. Remove unused strings
2017-07-05 17:21:27 +02:00
fd8f7ea693
Fix #880 . Downgrade conductor to 2.1.2 for now
2017-07-05 14:19:58 +02:00
5eeb497f2b
Fallback batoto urls to http (a library update took ages). Kotlin update to 1.1.3
2017-07-04 15:50:53 +02:00
505e642691
Fix issues with Batoto; some links now use https rather than http, so parsing was affected. ( #873 )
2017-07-02 20:35:07 +02:00
74a7e2a17e
Fix local source not working if english was disabled. Closes #848
2017-06-17 12:46:34 +02:00
5fec956ce6
Main activity now uses single task. Fixes #850 . Actually use new support library
2017-06-17 12:34:46 +02:00
1794782323
Add option to invert volume keys. Closes #834
2017-06-11 11:36:12 +02:00
0210ee8747
Fix #819 . Update support lib
2017-06-10 16:49:40 +02:00
ca412832ef
Library notification now opens recent updates. Closes #808
2017-06-04 18:56:24 +02:00
1089c25b8f
allow sorting by total chapters for library view ( #811 )
...
* allow sorting by total chapters for library view
* allow sorting by total chapters for library view
* Changed to remove query per manga.
2017-05-31 21:50:21 +02:00
ca2236958a
Reorganize layouts by feature
2017-05-25 12:16:58 +02:00
c7686323b7
Remove activity mixin class
2017-05-24 14:00:26 +02:00
73d1a1a05e
Fix backup issue. Closes #806
2017-05-24 11:15:40 +02:00