summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2020-03-23Extracted skip preference dialogByteHamster
2020-03-22Created audio player fragmentByteHamster
2020-03-22Updates based on QA feedbackNathan Mascitelli
2020-03-22Rename generatedBySystem to initiatedByUserNathan Mascitelli
2020-03-22Add generatedBySystem to DownloadRequestNathan Mascitelli
2020-03-20Merge pull request #3946 from ByteHamster/speed-up-startH. Lehmann
Install ssl provider asynchronously
2020-03-20Merge pull request #3948 from ByteHamster/authentication-button-visibilityH. Lehmann
Fixed white on white text
2020-03-20Fixed white on white textByteHamster
2020-03-20Merge pull request #3945 from ByteHamster/fix-jumping-splashH. Lehmann
Fixed jumping icon on splash screen
2020-03-20Fixed jumping icon on splash screenByteHamster
2020-03-20Fixed back button no longer closing appByteHamster
2020-03-20Install ssl provider asynchronouslyByteHamster
2020-03-18Using nav list fragment in MediaPlayerInfoActivityByteHamster
2020-03-18Migrated nav list to a fragmentByteHamster
2020-03-17Tiny add feed improvementsByteHamster
2020-03-16Removed unused cast buttonByteHamster
2020-03-16Made icons black instead of greyByteHamster
Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too.
2020-03-16Fixed clicking up arrowByteHamster
2020-03-15Added drawer hamburger iconByteHamster
2020-03-15Added collapsing feed infoByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-02-23Added 'Export logs' button to bug report pageByteHamster
2020-02-21Merge branch 'develop' into speed-indicator-viewByteHamster
2020-02-12Updated player screen appearanceByteHamster
2020-02-05Merge branch 'master' into developByteHamster
2020-02-04Fixed crash when creating chapters fragmentByteHamster
2020-02-02Enforce SeparatorWrapByteHamster
2020-02-02Enforce MethodParamPadByteHamster
2020-02-02Merge pull request #3817 from ByteHamster/viewpagerH. Lehmann
Added Viewpager indicator that shows if chapters are present
2020-02-02Added OnClickListener to pager indicatorByteHamster
2020-02-02Added ViewPager indicator that shows chapter availabilityByteHamster
2020-02-01Removed unused codeByteHamster
2020-02-01Merge pull request #3811 from ByteHamster/sleep-timer-uiH. Lehmann
Updated sleep timer UI
2020-02-01Updated sleep timer UIByteHamster
2020-01-31Always print current version of AntennaPodByteHamster
Otherwise, users report bugs with old stack traces and therefore old system info. Display a big system info block of the current version and a simple line of the crash version.
2020-01-29Removed unnecessary base activityByteHamster
2020-01-29Removed OPML import activity with only one buttonByteHamster
2020-01-29Moved database import/export to settingsByteHamster
2020-01-29Split import/export and storage preferencesByteHamster
2020-01-28Fixed adding feeds on Android 4.1ByteHamster
2020-01-26Merge pull request #3248 from maxbechtold/feat/simple-adjust-volume-per-feedH. Lehmann
Feat/simple adjust volume per feed
2020-01-26Display fancy speed indicatorByteHamster
2020-01-20Convert playback speeds to floatByteHamster
Advantage: When setting the speed to a value that is not available for the button using the audio controls dialog, we no longer jump to the lowest value. Instead, we jump to the next bigger one.
2020-01-15Fixed importing old database modelsByteHamster
Force full restart to trigger the upgrade methods again.
2020-01-07Cleanup codetxtd
2020-01-07Use replaceFirst() rather than replaceAll() when parsing subscribe on ↵txtd
android URLs
2020-01-07Properly parse subscribeonandroid.com URLs when subscribing to a feedtxtd
2019-12-24Merge pull request #3707 from ByteHamster/animate-feed-settingsH. Lehmann
Feed info animation updates
2019-12-24Switched to less demanding animationByteHamster
2019-12-21resolve review remarks w.r.t naming: volume reduction -> volume adaptionMax Bechtold