Commit Graph

  • 4cda114f4c
    Typo #748 tzugen 2022-06-16 16:22:37 +0200
  • d8b5b774ee
    Merge pull request #726 from ultrasonic/media3-flat tzugen 2022-06-16 13:47:36 +0200
  • b6730f5a93
    Reset widget on manual exit as well. #726 tzugen 2022-06-08 10:02:04 +0200
  • 87c160610f
    Clear widget when service is being shutdown tzugen 2022-06-08 09:17:14 +0200
  • 70f8b75019
    Completely stop and release the player on dismissing the app. tzugen 2022-06-07 16:18:26 +0200
  • 147d7cd46e
    Fix reappearing notification tzugen 2022-06-07 16:00:51 +0200
  • 59e37e62a6
    Call stopForeground(yes) tzugen 2022-06-07 13:30:33 +0200
  • 1e571e165c
    Don't ecit the process, and reinit Koin on resume tzugen 2022-06-06 22:12:16 +0200
  • 5e0dd14c4f
    Shutdown service on exit button press tzugen 2022-05-31 10:27:29 +0200
  • 53ae0cd232
    Update copyright tzugen 2022-05-31 10:18:23 +0200
  • 608f86ac5f
    Always call prepare before starting playback, otherwise resuming playback is difficult when the session was dismissed... tzugen 2022-05-30 16:24:24 +0200
  • 669b51c0d2
    Merge remote-tracking branch 'origin/develop' into media3-flat tzugen 2022-05-30 16:11:59 +0200
  • 6e1478d896
    Pause playback when swiping away... tzugen 2022-05-30 16:10:54 +0200
  • d9e4b8b3d3
    Merge pull request #737 from i-do-cpp/develop Nite 2022-05-17 17:49:07 +0200
  • f2d7998dc4 add screenshots to README.md #740 Anindra 2022-05-11 19:43:19 +0530
  • 7105df7f8c add screenshots (from 1080x2340 resolution device) Anindra 2022-05-11 19:36:31 +0530
  • e7731cfcdc remove screenshot from src/main/res/ Anindra 2022-05-11 19:33:59 +0530
  • 9024e85843 add screenshots to README.md Anindra 2022-05-11 19:09:05 +0530
  • 2ffb6ade17 add screenshots Anindra 2022-05-11 19:08:41 +0530
  • f790e29add
    Fixed AndroidManifest to receive Bluetooth events Set parallel downloads to 2 so the third thread can stream for playback Nite 2022-05-10 18:15:37 +0200
  • faf07f2887
    Fixed not closed connection in CachedDataSource Nite 2022-05-06 18:51:12 +0200
  • 057644f592
    Support HTTP basic authentication #737 i-do-cpp 2022-05-01 09:44:58 +0200
  • 926081f84c
    Add exported attributes, fix lint tzugen 2022-05-04 11:59:48 +0200
  • 4a00494647
    Readd Headphone plug and Bluetooth listeners tzugen 2022-05-04 11:24:07 +0200
  • 34e0178db3
    Fixed Lint errors Nite 2022-05-02 20:47:38 +0200
  • cbe3992b01
    Fixed Notification Ids to be different for Downloader and Player Fixed multiple start of periodic CheckDownloads Nite 2022-05-02 20:46:01 +0200
  • 46846bd5c9
    Incremented max playlist size Fixed DownloadService start Minor fixes Nite 2022-04-24 08:44:36 +0200
  • 707339b88b
    Try to fix the mess :) tzugen 2022-04-22 21:03:57 +0200
  • 827654c0c1
    Create lock before launching the coroutine, return always a copy of the list and not the real one. tzugen 2022-04-21 20:24:43 +0200
  • 1d236aa6e3
    RM unused PlayerState.kt tzugen 2022-04-21 14:52:11 +0200
  • 9cdba9a27a
    Ensure main thread usage in Rx subscription. tzugen 2022-04-21 14:42:24 +0200
  • 7ba599f58c
    Remove throttle again, causes calls from wrong thread... tzugen 2022-04-21 14:39:16 +0200
  • 2e1e627b7a
    - Set Wake mode flag according to Offline status - Use Rx to trigger CheckDownloads() - Fix #680 by listening to PositionDiscontinuity - Throttle RxEvents tzugen 2022-04-21 10:45:37 +0200
  • d550eabf88
    Always call prepare on adding items tzugen 2022-04-21 10:12:05 +0200
  • dda86b42c7
    Fix prefs tzugen 2022-04-20 22:54:59 +0200
  • b6e890b26c
    Cleanup tzugen 2022-04-20 22:03:17 +0200
  • c2ac1d436f
    Use previous values for channel id tzugen 2022-04-20 21:56:30 +0200
  • 2aaa3c2119
    Fix de(serilization) tzugen 2022-04-20 21:40:22 +0200
  • 5d4aff1f21
    Cleanup restore tzugen 2022-04-18 09:56:36 +0200
  • 6115ac995f
    Remove legacyPlayerState tzugen 2022-04-18 09:26:13 +0200
  • 647435fe55
    launch restore on Main Thread tzugen 2022-04-20 20:57:51 +0200
  • 81d24f6cbb
    Cleanup MediaPlayerLifecycleSupport.kt tzugen 2022-04-20 17:06:30 +0200
  • 69c78f4c37
    Enable StrictMode logging, rm unused prefs tzugen 2022-04-20 13:15:22 +0200
  • 8a5dbe491d
    Don't manage ID manually, but use autoGenerate to ensure uniqueness (across the lifetime of the db) #720 tzugen 2022-03-27 12:03:59 +0200
  • 0f62159a6c Merge branch 'target-sdk-31' of https://github.com/hmueller01/ultrasonic into target-sdk-31 #731 Holger Müller 2022-04-17 08:39:44 +0200
  • 741c9fd9fb Merge branch 'media3-flat' into target-sdk-31 Holger Müller 2022-04-17 08:37:35 +0200
  • 9b5e1995aa Merge branch 'media3-flat' of https://github.com/ultrasonic/ultrasonic into media3-flat Holger Müller 2022-04-17 08:02:03 +0200
  • 0342320a7a
    Merge branch 'media3-flat' into HEAD tzugen 2022-04-17 07:02:38 +0200
  • 3691428a68
    Squashed commit of the following: tzugen 2022-04-17 06:58:39 +0200
  • 788538ee6a
    Squashed commit of the following: tzugen 2022-04-17 06:55:24 +0200
  • 762aeec5d3
    Cleanup tzugen 2022-04-16 21:20:10 +0200
  • c7d9af4529 fixed CI failure #733 Holger Müller 2022-04-16 17:56:41 +0200
  • 59e18bc5c0 removed unused dataSourceFactory, commented debug output Holger Müller 2022-04-16 17:42:49 +0200
  • e7601e1dd5 Merge branch 'media3-flat' of https://github.com/ultrasonic/ultrasonic into media3-flat Holger Müller 2022-04-16 16:42:07 +0200
  • a3a0c7f41d
    Minor tzugen 2022-04-16 11:23:05 +0200
  • 1564379bd1
    Fix a bunch of problems with the DataSources tzugen 2022-04-16 00:04:52 +0200
  • 2bf5ee60c5 Merge remote-tracking branch 'upstream/media3-flat' into media3-flat Holger Müller 2022-04-12 19:42:11 +0200
  • 5f237c8feb exported some receiver Holger Müller 2022-04-12 19:39:43 +0200
  • 7d33770fd6
    Add some more logging calls tzugen 2022-04-12 17:12:17 +0200
  • 728afad00c
    Merge remote-tracking branch 'origin/develop' into media3-flat tzugen 2022-04-12 17:04:35 +0200
  • f121e297df
    Fix publish github signed apk CI step (again) 3.2.0 Óscar García Amor 2022-04-11 11:58:57 +0200
  • 3f2cfb131a
    Fix publish github signed apk CI step Óscar García Amor 2022-04-11 11:40:01 +0200
  • b8b4b81726
    Fix sign release apk CI step Óscar García Amor 2022-04-11 11:27:02 +0200
  • 383089a409
    Improve CI pipeline Óscar García Amor 2022-04-11 11:07:29 +0200
  • 8d8a5f05ea
    Bump version to 3.2.0 Óscar García Amor 2022-04-11 10:12:52 +0200
  • 46a2e5d67b
    Update translations Óscar García Amor 2022-04-11 09:50:17 +0200
  • 741e7f6c73 added backup rules Holger Müller 2022-04-09 12:07:35 +0200
  • aebafceb6a make build working with target sdk 31 Holger Müller 2022-04-09 08:21:35 +0200
  • 7a8f20ade7 make build working with target sdk 31 Holger Müller 2022-04-08 23:21:15 +0200
  • 5890c32b7e make build working with target sdk 31 Holger Müller 2022-04-08 22:57:23 +0200
  • 1c7c4839b3 Merge remote-tracking branch 'upstream/media3-flat' into media3-flat Holger Müller 2022-04-08 21:55:14 +0200
  • 92ef78a36a
    Move alpha value to const val. tzugen 2022-04-08 21:28:14 +0200
  • e5021959c3
    Fix a small bug in togglePlayPause() tzugen 2022-04-08 21:24:04 +0200
  • 48b0cdea83 Merge remote-tracking branch 'upstream/media3-flat' into media3-flat #729 Holger Müller 2022-04-08 19:58:55 +0200
  • 3ca25ed1c6
    Rework ActiveServer handling. Remove blocking call on setting the server. Implement offline server display more cleanly. Reconfigure the SourceFactory when the active server has changed tzugen 2022-04-08 18:08:56 +0200
  • 6da83db9df
    Set memory to 3.2g tzugen 2022-04-08 18:07:13 +0200
  • 9101980cb6 Merge remote-tracking branch 'upstream/media3-flat' into media3-flat Holger Müller 2022-04-08 17:07:54 +0200
  • 9779844620
    Solve more simple... tzugen 2022-04-07 15:29:24 +0200
  • f936ad690c
    Remove GC logging tzugen 2022-04-07 15:27:52 +0200
  • 5230ce011d
    Make full body logging an optional debug setting. tzugen 2022-04-07 15:14:14 +0200
  • 515690abac made button off mode better visible Holger Müller 2022-04-07 08:55:42 +0200
  • a98c9e2ffd
    fixed copy paste error with repeat button Holger Müller 2022-04-06 10:27:51 +0200
  • 0128a8b29d
    Fix memory settings tzugen 2022-04-06 21:00:27 +0200
  • 6050fc9861
    fixed copy paste error with repeat button #728 Holger Müller 2022-04-06 10:27:51 +0200
  • 21ac78040c
    up tzugen 2022-04-06 09:57:37 +0200
  • dd15453537
    up tzugen 2022-04-06 09:48:30 +0200
  • f69537597b
    Upgrade version tzugen 2022-04-06 09:41:39 +0200
  • 9bbced8fc4
    Try2 tzugen 2022-04-06 09:34:55 +0200
  • cef81fc949
    Experiment tzugen 2022-04-06 09:26:31 +0200
  • 9abb82df7f
    try tzugen 2022-04-06 09:18:14 +0200
  • 1b193771b6
    Use xlog tzugen 2022-04-06 09:15:01 +0200
  • a70a63866d
    Up tzugen 2022-04-06 09:12:26 +0200
  • 8714384216
    Format tzugen 2022-04-06 09:04:35 +0200
  • 7c35ba020e
    Enable build tzugen 2022-04-06 09:01:32 +0200
  • 7f761ccc48
    More GC debugging tzugen 2022-04-06 09:00:12 +0200
  • 2315606645
    Wrong cache key! tzugen 2022-04-06 08:49:15 +0200
  • 6f63bfab0c
    Revert "Try" tzugen 2022-04-06 08:46:59 +0200
  • a352003280
    Try tzugen 2022-04-06 08:35:31 +0200
  • a50bc7b99f
    Use larger circleci image tzugen 2022-04-06 08:02:02 +0200
  • 41f5520f1f
    Remove unused resources & update lint baseline tzugen 2022-04-05 22:52:02 +0200