summaryrefslogtreecommitdiff
path: root/core/src/main/AndroidManifest.xml
AgeCommit message (Collapse)Author
2022-03-15Use ShareCompat.IntentBuilder for all share actions (#5780)cketti
2022-02-23Replace deprecated JobIntentService with WorkManagerTacoTheDank
2021-07-22Suppress ScopedStorage lint for nowTacoTheDank
2021-07-22Fix QueryPermissionsNeeded code lint errorsTacoTheDank
2021-02-03Reduce coupling between widget and playback serviceByteHamster
Instead of binding to the service, pass the required data. This also ensures that the widget is updated instantly when calling from PlaybackService. JobService had the problem that the OS sometimes took some seconds before actually executing the job.
2020-10-01Enabled Lint for core moduleByteHamster
2020-03-30Migrated to WorkManager to allow retryingByteHamster
2020-03-30Uncoupled AntennaPod from specific GpodnetSyncServiceByteHamster
2020-03-26Removed WiFi filter on Android 10ByteHamster
2019-09-16#3387 short-term (v1.7.3) fix for WiFi filter UI on Android 10+orionlee
(Requires user to grant location permission manually)
2019-05-06Using WorkManager for feed updatesByteHamster
2018-05-26Merge pull request #2667 from ByteHamster/api-26-supportH. Lehmann
Api 26 support
2018-05-15Give FeedUpdateReceiver a human-friendly label per review feedback.orionlee
2018-05-12#2686: Allow feeds update to be triggered by external apps.orionlee
2018-05-05Migrated Gpodnet to JobIntentService, so it does not need notificationByteHamster
2018-05-03Added JobScheduler for feed updatesByteHamster
2018-02-10Removing old files and changing references.Humberto Fraga
Splash screen now follows icon color.
2018-01-07Fix small whitespace errorDirk Mueller
This causes Android Lint to barf as it can not detect the VIBRATE permission being requested.
2016-06-29Add preliminary support for Android Auto by changing PlaybackService to ↵Meir Schwarz
extend MediaBrowserServiceCompat. Allows playback from queue and basic control using Android Auto.
2016-06-19Fix core manifestMartin Fietz
2015-09-05Vibrate and lower volume when timer is about to expire, shake to reset timerMartin Fietz
2015-08-28Resume playback when bluetooth device is reconnectedMartin Fietz
2015-08-18Load feed media size on demandMartin Fietz
2015-07-09Determine media file size if feed doesn't report it correctlyMartin Fietz
2014-11-30FeedUpdateReceiver was not registered in Manifestdaniel oeh
fixes #566
2014-10-17Added more changes to support SPdaniel oeh
2014-10-12Fixed manifestsdaniel oeh
2014-10-11Moved core classes into subprojectdaniel oeh