Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Fixed colors in dark theme | ByteHamster | |
2020-07-11 | Redesign filter dialog | bws9000 | |
2020-07-11 | Redesign filter dialog | bws9000 | |
2020-07-11 | Merge pull request #9 from AntennaPod/develop | Burt Snyder | |
update me | |||
2020-07-11 | Merge pull request #4260 from gerardolgvr/replace-share-menu-by-dialog | H. Lehmann | |
fixes #1215 replacing share menu by dialog | |||
2020-07-11 | Add seekbar to Android 10 notifications | Marlin Sööse | |
Adds a seekbar which is scrubbable for the media player notification in Android 10 | |||
2020-07-10 | updates for share dialog and implementing new instance pattern | Gerardo Vázquez | |
2020-07-07 | Redesign filter dialog | bws9000 | |
2020-07-07 | Merge pull request #8 from AntennaPod/develop | Burt Snyder | |
update me | |||
2020-07-06 | Merge pull request #4274 from ByteHamster/filename-accents | H. Lehmann | |
Stripping accents before generating file name | |||
2020-07-03 | Stripping accents before generating file name | ByteHamster | |
2020-07-02 | Redesign filter dialog | bws9000 | |
2020-07-02 | Redesign filter dialog | bws9000 | |
2020-07-02 | Redesign filter dialog | bws9000 | |
2020-07-02 | Merge pull request #7 from AntennaPod/develop | Burt Snyder | |
update me | |||
2020-07-01 | updating strings xml for share dialog and share podcast | Gerardo Vázquez | |
2020-07-01 | Merge pull request #4266 from ramzan/develop | H. Lehmann | |
Rename "Headphones Disconnect" option | |||
2020-06-28 | updating ShareDialog according to code review | Gerardo Vázquez | |
2020-06-27 | Change string pref_pauseOnHeadsetDisconnect_title to 'Headphones or ↵ | Ramzan | |
Bluetooth disconnect' | |||
2020-06-27 | Redesign filter dialog | bws9000 | |
2020-06-26 | fixing test and ShareEpisodeDialog | Gerardo Vázquez | |
2020-06-26 | adding shared preferences to ShareEpisodeDialog | Gerardo Vázquez | |
2020-06-26 | updating share episode dialog | Gerardo Vázquez | |
2020-06-24 | Trimming Atom content (except GUID) | ByteHamster | |
2020-06-21 | Using state lists for colors | ByteHamster | |
2020-06-21 | Redesign filter dialog | bws9000 | |
2020-06-16 | Better parser errors | ByteHamster | |
2020-06-14 | Merge pull request #4232 from ByteHamster/fix-crash-loading-chapters | H. Lehmann | |
Fixed crash when loading chapters fails | |||
2020-06-11 | Send play intent if service state is unknown | ByteHamster | |
2020-06-09 | Fixed crash when loading chapters fails | ByteHamster | |
2020-05-29 | Added auto skip feed settings icon | ByteHamster | |
2020-05-29 | Updated translations | ByteHamster | |
2020-05-29 | Do not show service running notification on onCreate | ByteHamster | |
Sometimes (Bluetooth/Android Auto), the service is created and then just bound to. That means that onStartCommand is never called. This causes a persistent notification. Just in case the notification is somehow still shown to users, modified the message to tell them how to hide it. | |||
2020-05-29 | Load queue in background | ByteHamster | |
2020-05-27 | Made notification IDs unique | ByteHamster | |
2020-05-27 | Cleaned up unused IDs | ByteHamster | |
2020-05-27 | Made PendingIntent request codes unique | ByteHamster | |
2020-05-25 | Merge pull request #4192 from ByteHamster/fix-new-label | H. Lehmann | |
Fixed new label | |||
2020-05-25 | Fixed new label | ByteHamster | |
2020-05-24 | Merge pull request #4106 from malockin/export-favorites | H. Lehmann | |
Export favourites | |||
2020-05-24 | Use replace instread of replaceAll & fix typo | malockin | |
2020-05-23 | Cleaner CSS, item templates | malockin | |
Moved favorite item CSS to main template file. Added template files for feed information and favorite episode information, reducing in-line HTML usage in Java code. | |||
2020-05-22 | Fixed wrong translation | ByteHamster | |
2020-05-21 | Make transifex happy by providing two plural forms | ByteHamster | |
2020-05-21 | Merge pull request #4177 from ByteHamster/stop-button-onlinefeedview | H. Lehmann | |
Added button to stop previewed episode | |||
2020-05-21 | Merge pull request #4179 from ByteHamster/upper-case-url-scheme | H. Lehmann | |
URL schemes are case insensitive | |||
2020-05-21 | URL schemes are case insensitive | ByteHamster | |
2020-05-21 | Added button to stop previewed episode | ByteHamster | |
2020-05-20 | Do not resize seekbar to make it easier to grab | ByteHamster | |
2020-05-20 | Merge pull request #4173 from ByteHamster/retry-gpodder | H. Lehmann | |
Retry gpodder sync before notifying |