Commit Graph

  • 29e453c201 Minor style tweaks arkon 2020-04-18 19:05:19 -04:00
  • 6c14402992 Remove manga homescreen shortcuts arkon 2020-04-18 16:06:31 -04:00
  • bdee525336 Lint fixes arkon 2020-04-18 15:28:44 -04:00
  • fbf13efe74 Bump minimum extension lib and WebView versions arkon 2020-04-18 14:51:20 -04:00
  • 415df2357c JDK8, lint fixing (#2888) TacoTheDank 2020-04-18 14:47:22 -04:00
  • 4fc8800a37 Webtoon zoom out (#2892) morcefaster 2020-04-18 21:43:54 +03:00
  • 6a532b836d Refactor databinding fields to parent abstract classes arkon 2020-04-18 14:40:18 -04:00
  • 31b94fd3ff Fix string key typo arkon 2020-04-18 14:25:29 -04:00
  • fd733e819d More consistent card radii arkon 2020-04-18 14:18:51 -04:00
  • 7b6d52c613 Tweak outlined library icon more arkon 2020-04-18 14:12:33 -04:00
  • df69559b39 Collapsable manga summary/genre section arkon 2020-04-18 12:40:47 -04:00
  • e388f0d563 Round manga info cover arkon 2020-04-18 11:59:22 -04:00
  • 85e7b78b21 Fix for library tags not triggering search arkon 2020-04-18 11:53:25 -04:00
  • 42a97f8c40 Add function in interface to get list of genres arkon 2020-04-18 11:36:05 -04:00
  • 5cff247aa4 Tweak library icon (closes #2754) arkon 2020-04-18 11:20:09 -04:00
  • f115691365 Revert attempted WebView process fix arkon 2020-04-17 22:42:14 -04:00
  • deb66436cb Remove redundant call to set extension badge in bottom nav arkon 2020-04-17 20:22:46 -04:00
  • b8152dd7f9 More FlowPreferences migrations arkon 2020-04-17 20:12:43 -04:00
  • 678c004a64 Add parent class for view configs arkon 2020-04-17 20:10:29 -04:00
  • d9f44c1f7d Extension function instead of redefining uiScope everywhere arkon 2020-04-17 20:06:33 -04:00
  • 088160ed32 Extra genre chip text trimming arkon 2020-04-17 19:51:57 -04:00
  • 8de004d281 toggle reader menu if transition by tapping are disabled (#2887) raslmenea 2020-04-18 01:35:04 +03:00
  • bcde4337ac Replace colorPrimaryDark with colorPrimaryVariant arkon 2020-04-17 18:32:27 -04:00
  • 401210da44 More FlowPreferences migrations arkon 2020-04-17 18:30:05 -04:00
  • beb81b657e Migrate some RxSharedPreferences to FlowSharedPreferences arkon 2020-04-17 09:28:58 -04:00
  • f7b3450d65 More rxbindings migration arkon 2020-04-17 09:28:26 -04:00
  • 29776c739a Use HTTPS for crash reports arkon 2020-04-17 09:27:36 -04:00
  • bdf322ceb0 Mostly migrate rxbinding to Kotlin Flow version arkon 2020-04-16 23:04:00 -04:00
  • fae763dbb0 Manga info action buttons arkon 2020-04-03 22:41:37 -04:00
  • c0792522a4 Scrolling manga info view arkon 2020-04-03 22:35:50 -04:00
  • c67e62bac3 Remove some relayed chapter info from main manga info view arkon 2020-04-03 21:57:40 -04:00
  • 9dc184adff Make immersive mode slightly more reliable on rotation arkon 2020-04-16 22:00:10 -04:00
  • 7118817df7 Move bitmap images to nodpi arkon 2020-04-16 19:09:05 -04:00
  • 287b83b6c6 Gradle and travis updates (#2881) TacoTheDank 2020-04-16 17:23:02 -04:00
  • 5d03eef051 Prevented overzealous preloading (#2882) morcefaster 2020-04-17 00:22:44 +03:00
  • 48f7b06549 Minor edits arkon 2020-04-16 17:21:58 -04:00
  • 4e111cebbe Update Acra arkon 2020-04-15 22:57:34 -04:00
  • fe32332e2a Rename "Local manga" -> "Local source" arkon 2020-04-14 17:48:06 -04:00
  • 0bb6e1cdc2 Crash fixes arkon 2020-04-14 17:13:45 -04:00
  • e67bb64311 Rounded library covers arkon 2020-04-12 22:29:15 -04:00
  • 9058536406 Use native fontFamily support for library titles arkon 2020-04-12 22:22:26 -04:00
  • 5bc9e1632a Remove unnecessary reader sheet backgrounds arkon 2020-04-12 22:10:49 -04:00
  • a0a8899801 Tweak tracking card UI arkon 2020-04-12 22:00:19 -04:00
  • aedb4749a2 Controllers now properly remove their toolbar items on pop (fixes #2864) Jay 2020-04-11 00:06:25 -04:00
  • f52d49ad00 Replace some icons arkon 2020-04-12 12:34:06 -04:00
  • a1e7592bd8 Rename catalogue classes/layouts -> source arkon 2020-04-12 12:21:47 -04:00
  • c784d24fa6 Default reader theme to black arkon 2020-04-12 11:32:02 -04:00
  • 0375c0b2c5 Prioritize pinned sources in global search (closes #1739) arkon 2020-04-11 11:46:05 -04:00
  • 135e55fe27 Fix switch style in reader settings sheet (fixes #2784) arkon 2020-04-11 11:29:55 -04:00
  • 1ed291086a Hide filter FAB in source latest arkon 2020-04-11 11:02:32 -04:00
  • f6e25627de Temporary workaround for chapter FAB being invisible arkon 2020-04-10 23:55:18 -04:00
  • 8fe79a1fb5 Add source pinning (closes #2322) arkon 2020-04-10 18:38:24 -04:00
  • a1df78517f use explicit file url instead of download manager's content url (#2859) MCAxiaz 2020-04-10 15:11:24 -07:00
  • 92fa8d683a Remove maxWidth logic from SimpleNavigationView since it's not a sidebar anymore arkon 2020-04-10 18:11:04 -04:00
  • df27138401 Fix webview back/forward button color arkon 2020-04-10 18:07:23 -04:00
  • 7c7d40ea44 Fix status/navigation bar colors (fixes #2858) arkon 2020-04-10 18:07:09 -04:00
  • aa70be525d Add text to chapter FAB, shrink extended FABs on scroll arkon 2020-04-10 15:39:28 -04:00
  • f7ac969a4a Fix for Filter.Select labels jumping on filter sheet reloading arkon 2020-04-10 15:23:29 -04:00
  • 4f5e52fdd4 Move search filter sheet actions to the top arkon 2020-04-10 15:15:31 -04:00
  • 5183848250 Add padding for catalogue filter FAB arkon 2020-04-10 15:00:56 -04:00
  • 69af1baf7a Use LinearLayout as root of main_activity arkon 2020-04-10 14:49:21 -04:00
  • 9a28cbc1e4 Use FAB for catalogue filter arkon 2020-04-10 14:43:13 -04:00
  • c38b457ba0 Show open in webview menu icon if room arkon 2020-04-10 14:41:24 -04:00
  • 1a50f7062a Migrate to ViewBinding in ReaderActivity arkon 2020-04-10 14:23:38 -04:00
  • 8cfd80ba84 Move catalogue filters to bottom sheet arkon 2020-04-10 14:23:27 -04:00
  • e5e14e1f9e Fix invisible back/forward webview icons in white them arkon 2020-04-10 14:09:08 -04:00
  • 6611464f73 Minor updates arkon 2020-04-10 12:04:24 -04:00
  • 51d93f0217 Open decode error pages in webview instead of browser arkon 2020-04-10 11:49:51 -04:00
  • fdc7981d18 Tweak webtoon margin setting arkon 2020-04-10 11:45:30 -04:00
  • a63d165dd3 Merge branch 'jleehey-feature/webtoon-margins' into pr/2349 arkon 2020-04-10 11:15:04 -04:00
  • 145a744ce0 Merge branch 'feature/webtoon-margins' of git://github.com/jleehey/tachiyomi into jleehey-feature/webtoon-margins arkon 2020-04-10 11:14:09 -04:00
  • df625a998f Use colorSecondary for text field cursor (fixes #2853) arkon 2020-04-10 10:43:39 -04:00
  • 21c1a499ac Migrate to ViewBinding in WebviewActivity arkon 2020-04-10 10:02:51 -04:00
  • 9a81cabece Update Gradle arkon 2020-04-10 09:57:46 -04:00
  • b50dc206eb Translated using Weblate (Turkish) (#2834) Jozef Hollý 2020-04-10 14:39:59 +02:00
  • 9044760a10 Change color of 'last page read' in chapter description (#2855) FlaminSarge 2020-04-10 05:37:58 -07:00
  • 0b811773e1 Fix zh-rCN plural strings (#2847) Lyaiya 2020-04-10 20:34:37 +08:00
  • 627a720d4b Migrate to ViewBinding from Kotlin synthetics in controllers arkon 2020-04-08 23:06:28 -04:00
  • 89d45e7775 [CI SKIP] Update issue_closer.yml arkon 2020-04-08 19:39:41 -04:00
  • c0e6e03dc6 Create issue_closer.yml arkon 2020-04-08 19:36:36 -04:00
  • 05fd8e2a38 Add continuous vertical to default reader options arkon 2020-04-07 22:51:39 -04:00
  • dd59748bf0 Minor cleanup arkon 2020-04-07 22:44:37 -04:00
  • 38ceaf5253 Add Continuous vertical reading mode (#2833) jobobby04 2020-04-07 22:35:43 -04:00
  • b2fba5083b Duplicate Hebrew strings on build for legacy locale code arkon 2020-04-07 22:32:27 -04:00
  • be6a209fe9 Sort languages, add Hebrew arkon 2020-04-07 22:00:39 -04:00
  • 0f0305c602 Translated using Weblate (Turkish) (#2801) Jozef Hollý 2020-04-08 04:15:13 +02:00
  • d5350fd719 Tweak string comparison to account for length (fixes #2831) arkon 2020-04-07 21:40:36 -04:00
  • ea75f63dfb Update library shortcut icon arkon 2020-04-07 17:01:42 -04:00
  • de8e530b37 Update tracker icons arkon 2020-04-07 16:58:08 -04:00
  • bff927c6eb close response before proceeding chain (#2832) MCAxiaz 2020-04-07 03:41:05 -07:00
  • 985bb44559 Add select inverse action arkon 2020-04-05 15:55:35 -04:00
  • 9c44cae5b8 Tweak dark theme snackbar (closes #2699) arkon 2020-04-05 13:55:42 -04:00
  • 6872455922 Perform catalogue search when genre tag is tapped arkon 2020-04-04 12:10:00 -04:00
  • ce13a5152b Update issue templates arkon 2020-04-04 10:21:19 -04:00
  • d7c13cc291 Perform local search when source is tapped from manga info arkon 2020-04-04 10:10:00 -04:00
  • 022c0746c0 Show error toast when extensions list fails to load arkon 2020-04-03 22:54:52 -04:00
  • 06c3f57f62 Cache source package icons arkon 2020-04-03 21:39:55 -04:00
  • 9da27cc56e Show extension icons in source filtering view (closes #2814) arkon 2020-04-02 19:52:09 -04:00
  • 92c5497eab Fix shortcuts popping up library sheet or duplicating controllers in backstack arkon 2020-04-02 19:46:44 -04:00
  • f115fe47fe Using extension icon instead of letter for catalogues (closes #2261) Jay 2020-03-20 01:52:03 -04:00