NerdNumber9
f36327ecc9
Add application lock functionality.
2017-03-05 12:36:52 -05:00
NerdNumber9
aba8d01818
Merge branch 'master' of https://github.com/inorichi/tachiyomi
2017-03-04 22:46:56 -05:00
NerdNumber9
03cb7062f2
Merge branch 'master' of https://github.com/inorichi/tachiyomi
...
# Conflicts:
# README.md
# app/build.gradle
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt
# app/src/main/java/eu/kanade/tachiyomi/data/source/SourceManager.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/Page.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/backup/BackupPresenter.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/res/raw/changelog_release.xml
# app/src/main/res/values/arrays.xml
# app/src/main/res/values/strings.xml
2017-03-04 22:43:06 -05:00
len
c00eaae62b
AS 2.3 and Kotlin 1.1
2017-03-03 17:42:46 +01:00
len
8e4dd030d0
Release v0.5.0
2017-02-26 13:58:45 +01:00
len
4d7b188999
Fix #636 . Minor improvements. Dependency updates
2017-02-23 22:30:43 +01:00
len
6de260d73f
Fix #660 . Update subsampling
2017-02-19 23:39:53 +01:00
len
2230ad59f1
Minor fixes and improvements. Dependency updates. Drop support for the old armeabi and use arm64-v8a instead
2017-02-16 23:22:30 +01:00
len
e22b1661f4
Borders crop improvements
2017-02-15 21:56:05 +01:00
len
91c58640a7
Add crop borders functionality, #219
2017-02-12 00:30:32 +01:00
len
c8e3375248
Rar/cbr support
2017-02-08 22:12:00 +01:00
len
fe413d52d6
Show loading/error for images in catalogue grid view. Update support lib
2017-02-04 19:07:06 +01:00
len
9320d1f7a4
Update subsampling
2017-01-29 23:05:55 +01:00
paronos
2b73a9d2a4
Local manga in zip/cbz/folder format ( #648 )
...
* add local source
* small fixes
* change Chapter to SChapter and and Manga to SManga in ChapterRecognition.
Use ChapterRecognition.parseChapterNumber() to recognize chapter numbers.
* use thread poll
* update isImage()
* add isImage() function to DiskUtil
* improve cover handling
* Support external SD cards
* use R.string.app_name as root folder name
2017-01-29 20:48:55 +01:00
len
e25ce768bb
Migrate covers to external files dir. Fix #647
2017-01-26 22:15:17 +01:00
len
52c50398b8
Fix Rapid region decoder
2017-01-19 23:34:54 +01:00
len
f7b94179a4
Update subsampling with some fixes
2017-01-19 21:12:49 +01:00
len
e045ca8538
Dependency updates
2017-01-18 21:27:01 +01:00
len
e4d4dbbeb6
Change package name to flexible adapter v4
2017-01-12 16:24:40 +01:00
NerdNumber9
84042c61e0
Release 4.0.1.
2017-01-09 17:33:47 -05:00
NerdNumber9
407ba6c628
Fix duplicate galleries.
2017-01-09 17:27:58 -05:00
NerdNumber9
a58f780452
Remove ACRA.
2017-01-07 10:07:37 -05:00
NerdNumber9
cb73e55db1
Deduplicate some code.
...
Change package name.
2017-01-05 18:26:32 -05:00
NerdNumber9
8fb4093dc6
Various bug fixes and code cleanup.
2017-01-04 23:34:47 -05:00
NerdNumber9
02c70d868d
Implement search engine.
2017-01-03 16:57:51 -05:00
NerdNumber9
caa1e1ef09
Add EH code.
2017-01-02 18:02:10 -05:00
len
2032ba3ba3
Now using subsampling 3.6.0
2017-01-01 21:30:29 +01:00
len
9bcde69ee0
Release 0.4.2
2017-01-01 21:00:52 +01:00
len
a7192e866f
Locale fix. Kotlin update to 1.0.6
2016-12-27 20:18:38 +01:00
len
d21a93123b
Dependency updates
2016-12-20 18:58:21 +01:00
inorichi
94ee4e7fb5
Experimental Anilist and Kitsu support ( #586 )
...
* Tracking tab with anilist support
* Rename MangaSync to Track
* Rename variables and methods to track
* Kitsu implementation
* Variables refactoring
* Travis fix?
2016-12-18 22:56:28 +01:00
len
fd76255cf6
Release 0.4.1
2016-12-18 21:05:33 +01:00
len
d971768056
Release 0.4.0
2016-12-03 16:54:29 +01:00
len
907472403d
Upgrade okhttp
2016-12-01 19:36:58 +01:00
len
d30c019b89
Allow to share images when reading online. Move chapter cache to external cache dir. Dependency updates.
2016-11-29 21:37:35 +01:00
len
86b8712dd1
Update subsampling
2016-11-29 00:18:02 +01:00
len
44241e03da
Update preferences lib
2016-11-27 22:02:23 +01:00
len
4d4b9c0d6d
Dependency updates. Remove some unused strings
2016-11-23 21:09:46 +01:00
inorichi
6f297161de
Download manager rewrite ( #535 )
...
* Saving to SD working
* Rename imagePath to uri
* Handle android < 21
* Minor changes
* Separate downloader from the manager. Optimize folder lookups
* Persist downloads across restarts
* Fix for #511
* Updated ReactiveNetwork. Add some documentation
* More documentation and minor fixes
* Handle persistent notifications. Other minor changes
* Improve downloader and add documentation
* Rename pageNumber to index in Page class
* Remove unused methods
* Use chop method
* Make sure dest dir is created
* Reset downloads dir preference
* Use invalidate options menu in download fragment and fix wrong condition
* Fix empty download queue after application restart
* Use addAll method in download queue to avoid too many notifications
* Inform download manager changes
2016-11-20 11:20:57 +01:00
len
59c626b4a8
Add an extension function to limit the number of characters in a string. Dependency updates
2016-11-19 14:46:49 +01:00
len
f98095e6cb
Allow to change chapter fields before inserting to database. Update Kotlin to 1.0.5
2016-11-12 14:04:25 +01:00
len
2856d9d6a3
Add product flavors. Switch to evernote's job scheduler
2016-11-06 18:44:14 +01:00
len
10a1ba95d6
Support API 25 again. Bump dependencies
2016-11-05 19:28:47 +01:00
len
dcbd72e64d
Release 0.3.2
2016-10-30 17:39:16 +01:00
len
52e1e93f9d
Added another image decoder. It should be faster than Rapid and more reliable than Skia.
2016-10-28 19:26:47 +02:00
len
22bbcaeed0
Remove builtin decoders from Rapid
2016-10-23 16:42:48 +02:00
len
c1ac47e1ce
Revert support lib 25 (broken as usual), update subsampling lib
2016-10-22 21:43:37 +02:00
len
e375101132
Revert "Support API 25. Use new DividerItemDecoration."
...
This reverts commit 05b14bae7b
.
2016-10-22 21:42:48 +02:00
len
05b14bae7b
Support API 25. Use new DividerItemDecoration.
2016-10-22 20:21:25 +02:00
inorichi
c9e1e6e020
Release 0.3.1
2016-10-17 08:43:19 +02:00