Commit Graph

  • 0fd7cc964f update gradle wrapper, agp, kotlin and libraries develop Jannik 2024-10-29 22:07:06 +01:00
  • b07a6fd407 update gradle wrapper, agp, kotlin and libraries Jannik 2024-03-03 21:21:12 +01:00
  • 7d661712f7 update to kotlin 1.9.0 Jannik 2023-11-15 15:50:13 +01:00
  • 8fcf047e99 update agp and libraries Jannik 2023-11-15 15:37:44 +01:00
  • 17dbe945e5 mograte MyListFragment to use a simple ViewModel Jannik 2023-10-15 18:44:22 +02:00
  • 5f609d4c33 update agp and libraries Jannik 2023-09-29 23:47:47 +02:00
  • 6515f657d0 partially revert c448b44fc4 1.1.0-beta3 Jannik 2023-08-11 15:07:33 +02:00
  • c448b44fc4 updatelibraries and agp * agp 8.0.2 -> 8.1.0 * kotlinx-coroutines-android 1.7.2 -> 1.7.3 * navigation-fragment-ktx 2.6.0 -> 2.7.0 * navigation-ui-ktx 2.6.0 -> 2.7.0 Jannik 2023-08-11 14:58:17 +02:00
  • 88ebc378d3 add changelog for beta3; update gradle wrapper to 8.2.1 Jannik 2023-08-11 14:41:55 +02:00
  • 1a012cba7d add support for dedicated subtitle and audio language settings Jannik 2023-07-21 21:42:55 +02:00
  • 59a457430e migrate more Crunchyroll API endpoints to v2 Jannik 2023-07-21 17:22:45 +02:00
  • 0662d656ac update libraries, agp and kotlin Jannik 2023-07-21 11:43:38 +02:00
  • 3549a3d2a7 migrate Crunchyroll.objects() to new v2 endpoint Jannik 2023-07-21 11:39:48 +02:00
  • c89ae54929 fix typo in changelog for 1.1.0-beta2 1.1.0-beta2 Jannik 2023-04-16 16:51:59 +02:00
  • 3aa03783a9 add changelogs for 1.1.0-beta2 Jannik 2023-04-16 16:49:09 +02:00
  • 4bceacf75c make versions in DataTypes -> Episodes -> Episode nullable since it is in fact nullable Jannik 2023-04-16 16:24:28 +02:00
  • cf02bee7d4 minor fixes Jannik 2023-04-16 13:49:22 +02:00
  • 01d026cc7f update libraries, agp and gradle Jannik 2023-04-16 00:06:40 +02:00
  • 7580093649 Merge pull request 'migrate to material 3' (#70) from feature/material-3 into develop Jannik 2023-04-15 23:51:08 +02:00
  • f266731115 remove old theme definition Jannik 2023-04-15 23:50:40 +02:00
  • a6a23c8560 fix onboarding colors for light/dark theme Jannik 2023-04-15 23:46:13 +02:00
  • 2cb05de810 fix theme selection dialog to work with system theme also use system as new default Jannik 2023-04-15 22:48:59 +02:00
  • 5cf4527a92 clean up color and theme definitions Jannik 2023-04-15 22:35:19 +02:00
  • 14ad34138c fix onboarding fragments and bottom sheet login Jannik 2023-04-15 22:02:49 +02:00
  • 47e1f6bd49 initial migration to material 3 Jannik 2023-03-29 16:16:31 +02:00
  • fdcb76e26e update glide and kotlinx-serialization Jannik 2023-03-01 17:24:02 +01:00
  • 7004d73b9f update libraries and kotlin Jannik 2023-03-01 17:17:23 +01:00
  • a13eb15adf add changelog for 1.1.0-beta1 1.1.0-beta1 Jannik 2023-02-19 17:06:33 +01:00
  • d40ab9519c migrate playheads() to crunchyroll v2 api Jannik 2023-02-19 16:53:54 +01:00
  • 2e7db26d1d migrate more api calls to v2 Jannik 2023-02-19 15:13:31 +01:00
  • 8b7fb3ac5f fix crunchyroll parser to work with the latest api changes Jannik 2023-02-19 14:21:46 +01:00
  • 097383a082 fix playback & update to agp 7.4.0 Jannik 2023-01-25 19:51:38 +01:00
  • 9380f98098 add watchlist to MyListsFragment Jannik 2022-12-26 19:43:40 +01:00
  • e0f05169f5 fix shimmer items having the wrong size, update MediaFragmentSimilar to not depend on a specific view model Jannik 2022-12-26 19:40:03 +01:00
  • e113a9c795 Merge library and search into one fragment Jannik 2022-12-26 16:10:38 +01:00
  • 8e397e13d2 fix padding for ItemMedia Jannik 2022-12-22 18:08:32 +01:00
  • 31e7adac03 update gradle wrapper to version 7.6 Jannik 2022-12-22 16:16:28 +01:00
  • 63f5e69094 update ktor Jannik 2022-12-11 20:00:39 +01:00
  • bf6f2d916e make MeidaFragment poster and backdrop responsive Jannik 2022-12-04 15:25:05 +01:00
  • 81a20e0aa9 Merge pull request 'add dynamic spanCount for library/search fragemnt and MediaFragmentSimilar' (#68) from feature/dynamic_span_count into develop Jannik 2022-12-04 15:24:18 +01:00
  • ed8f3fdcda set spanCount according to screen width Jannik 2022-12-04 14:48:25 +01:00
  • fffbeaeb49 make MediaItem width fully dynamic, based on the parents width (50% of parent width) and update SearchFragment to use MediaItemListAdapter and remove now unused MediaItemAdapter Jannik 2022-12-04 13:51:29 +01:00
  • 21caa8eb1b update MediaItem to suport dynamic size Jannik 2022-12-03 00:05:57 +01:00
  • bbc819551b disable platform diagnostics for exo player Jannik 2022-12-02 23:59:39 +01:00
  • 2004a3f483 replace runBlocking{} in setCurrentEpisode with suspend Jannik 2022-11-26 18:34:32 +01:00
  • 0a31c2fd88 update dependencies Jannik 2022-11-26 18:09:50 +01:00
  • f49b5a2730 rework the player activity starting behaviour Jannik 2022-11-26 17:46:25 +01:00
  • a95813e91e use the series id of upNextSeries to select the current season and only fall back to preferred local if not found Jannik 2022-11-26 15:52:20 +01:00
  • 8bdaa8122b replace usage of private exo_white with player_white Jannik 2022-11-05 11:58:41 +01:00
  • e2ea0a364e update agp, kotlin and libraries Jannik 2022-11-05 11:57:35 +01:00
  • 777c6e0212 add ScrollView to player language/subtitles selection Jannik 2022-11-05 11:24:16 +01:00
  • 71d5c58653 add crunchy intro metadata to parser and update the skip intro function, closes #66 Jannik 2022-10-28 22:57:42 +02:00
  • 6624e71228 add more items to the shimmer layout on the home screen Jannik 2022-10-14 17:08:51 +02:00
  • d33de371d1 Merge pull request 'version 1.0.0' (#67) from develop into master 1.0.0 master Jannik 2022-10-12 15:36:38 +02:00
  • 1ecd25bb06 update version and changelog for 1.0.0 release Jannik 2022-10-12 15:25:48 +02:00
  • fa28eb35ab fix crash in TMDBApiController when searchMovie() returns no title Jannik 2022-09-21 21:06:52 +02:00
  • d3fe81224b add missing play button functionality for highlight media in HomeFragment Jannik 2022-09-20 19:47:42 +02:00
  • 34c7f9d081 replace TextView in shimmer items with dummy ImageView with rounded corners Jannik 2022-09-20 15:20:49 +02:00
  • e835715b9c fix item_media width 1.0.0-beta3 Jannik 2022-09-18 13:53:19 +02:00
  • 001141337d add shimmer for highlight in home screen, update agp to version 7.3.0 Jannik 2022-09-18 13:33:22 +02:00
  • 5cd3d25ebe fix shimmer for light theme Jannik 2022-09-15 18:02:48 +02:00
  • 215e01c53a add changelog for beta3 release Jannik 2022-09-14 22:00:00 +02:00
  • 1751963574 update gradle wrapper to version 7.5.1 Jannik 2022-09-14 21:42:23 +02:00
  • 9c3548a866 add shimmer effect while loading to the lists in home fragment Jannik 2022-09-14 21:31:27 +02:00
  • ebd96f9849 compileSdkVersion 33 and library updates Jannik 2022-09-14 20:33:08 +02:00
  • 85b17d7a76 improve buttonNextEp hiding behaviour Jannik 2022-08-27 13:59:30 +02:00
  • f128efea0d set compileSdkVersion and targetSdkVersion to 32 Jannik 2022-08-27 13:56:15 +02:00
  • da94003368 update agp and libraries Jannik 2022-08-19 22:54:38 +02:00
  • 3fdc2aff1b Merge pull request 'update ktor to version 2.x' (#63) from feature/ktor_update into develop Jannik 2022-08-19 22:40:55 +02:00
  • 326da147f1 update ktor to version 2.1.0 Jannik 2022-08-19 18:18:09 +02:00
  • f398c82f62 update ktor to version 2.0.3 Jannik 2022-08-19 18:15:37 +02:00
  • 821f8b5590 add subscription status and tier to the AccountFragment Jannik 2022-07-21 22:06:41 +02:00
  • 0028cb6dd7 fix EpisodesListDialogFragment current episode selection Jannik 2022-07-21 18:49:29 +02:00
  • 127bd030b9 add unit test for token type serialization Jannik 2022-07-16 15:08:13 +02:00
  • 3cadaa5c7a update playhead every 30 seconds while playback is active Jannik 2022-07-16 14:35:22 +02:00
  • 97966f5ad3 fix a crash when url or vcodes are missing for a stream Jannik 2022-07-16 14:13:08 +02:00
  • 4c55bb771f partially revert c34b95795f Jannik 2022-07-16 13:48:28 +02:00
  • 8eb737a831 use a separate scope to update playheads Jannik 2022-07-10 13:50:53 +02:00
  • 522b893dc8 update kotlin coroutines library Jannik 2022-07-10 13:26:23 +02:00
  • 69e0b6bcca update kotlin and libraries Jannik 2022-07-10 13:19:59 +02:00
  • c34b95795f fix rwd/ffwd button pos when animation is running, clean up rwd/ffwd animation handling Jannik 2022-07-10 12:52:42 +02:00
  • 9059306e90 add icon to fastlane metadata Jannik 2022-06-07 22:04:45 +02:00
  • ed0c0a4c61 update libraries Jannik 2022-06-06 13:53:49 +02:00
  • 03a79346b7 update version code and name -> beta3 Jannik 2022-06-06 13:45:13 +02:00
  • ad1e3068cd update changelog for beta2 release 1.0.0-beta2 Jannik 2022-06-06 13:33:21 +02:00
  • de1f19c2b7 catch exceprion in playheads() and postPlayheads() & update agp Jannik 2022-06-06 13:14:41 +02:00
  • 12bbc2ef5f add recommendations to home fragment Jannik 2022-05-22 11:21:49 +02:00
  • 0186cef79e fix player progress bar skip intro/next ep button overlapping Jannik 2022-05-22 10:39:17 +02:00
  • bc5509cf93 use newSingleThreadContext instead of mutex for token refresh Jannik 2022-05-20 15:07:07 +02:00
  • ef9a0f00d0 hide the playbutton on media items in library- and searchfragment Jannik 2022-05-18 20:59:28 +02:00
  • b85d7ae025 update kotlin, agp, dependecies Jannik 2022-05-18 20:58:02 +02:00
  • 69c9666d2b fix crash if media is present in metadb, but season/episode are not present Jannik 2022-04-22 23:51:51 +02:00
  • 7d6c300f7e implement runtime cache for Crunchyroll.browse() Jannik 2022-04-16 17:52:10 +02:00
  • 1ebc1194e6 add categories support to Crunchyroll.browse() Jannik 2022-04-16 17:23:53 +02:00
  • c48328723b increase touch target height for exo_progress Jannik 2022-04-15 17:55:01 +02:00
  • 95c8a72c94 add playhead progress indicator to player episodes list Jannik 2022-04-15 17:47:17 +02:00
  • fc04e8e222 remove kotlin-android-extensions, use viewBinding in Player Jannik 2022-04-15 17:25:31 +02:00
  • a898a70653 migrate player episodes list to DialogFragment; change hideBars() behaviour Jannik 2022-04-15 16:28:15 +02:00
  • 58aab72097 fix FullScreenDialogStyle Jannik 2022-04-15 13:39:18 +02:00
  • 35157b78f5 migrate player language settings to DialogFragment; update hideBars() Jannik 2022-04-15 13:32:16 +02:00