summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2017-10-20Merge branch 'develop' into htmlpatchMartin Fietz
2017-10-19Check extra text for nullMartin Fietz
2017-10-15Merged add_feed_label and add_new_feed_labelByteHamster
Closes #1833
2017-10-15lambdas break old Androids, sigh.Danial Klimkin
2017-10-15Reworking data dir dialogDanial Klimkin
2017-08-08request permissions in api > 23 (Android N etc.)Serge
I'm not sure but did you mean ">=" ?
2017-06-05RefactorMartin Fietz
2017-05-03Added null and instanceof checksByteHamster
2017-05-03Allow sharing feed file, as suggested in #2236ByteHamster
2017-04-16Merge pull request #2294 from ByteHamster/stats-durationMartin Fietz
Allow choosing between getDuration and getPlayedDuration
2017-04-15Renamed type to modeByteHamster
2017-04-15Added feed title to delete confirmationByteHamster
Closes #2291
2017-04-15Allow choosing between getDuration and getPlayedDurationByteHamster
2017-04-10Merge pull request #2287 from mfietz/2275-share-opmlMartin Fietz
Share OPML [Fixed]
2017-04-10Convert string to uriMartin Fietz
2017-04-09Merge branch 'develop' into developMartin Fietz
2017-03-17Handle OPML send intentCj Malone
2016-12-03Add branded launch screen.VarunBarad
2016-11-19Fix adding YouTube feedsCj Malone
2016-11-01Do not check permissions for OPML import on pre-M Android versionsMartin Fietz
2016-11-01Move EventBus register/unregister to appropriate classMartin Fietz
2016-11-01Merge pull request #2172 from mfietz/feature/1794-rename-feedsMartin Fietz
Rename feeds
2016-11-01Replace jsoup's example html to plain text parser with adaptation thereofMartin Fietz
2016-11-01Sanitize HTML from Atom feed descriptions/subtitlesMartin Fietz
2016-11-01Add ability to rename feedsMartin Fietz
2016-11-01Hide author(s) and language feed information if emptyMartin Fietz
2016-10-30Merge branch 'develop' into 2085-auto-enable-sleep-timerMartin Fietz
2016-10-15Move opml packageMartin Fietz
2016-10-15Refactor OPML export from asynctask to observableMartin Fietz
2016-10-12Replace toast with snackbar and optional undo actionMartin Fietz
2016-10-09Add dialog option to auto-enable sleep timerMartin Fietz
2016-10-02Merge pull request #1985 from mfietz/issue/1942-automatic-updateMartin Fietz
On resume, check if the feeds should be (automatically) refreshed.
2016-10-02Removed commented out debugging code and superfluous comments.eraymond
Change order of protected static keywords.
2016-09-28Added preference settings to customize fastforward and rewind delta. Closes ↵eraymond
#2129. Minor: Fixes title case in preference setting titles Minor: Fixes typo in naming of UserPreferences.getFastFowardSecs to UserPreferences.getFastForwardSecs.
2016-07-23Merge pull request #2027 from mfietz/issue/2023-2024-rotationMartin Fietz
Retain context menues and dialogs on rotation
2016-07-17Merge pull request #2060 from domingos86/gpodnet-notification-optionMartin Fietz
Make gpodnet sync error notifications optional
2016-07-02gpodnetauth activity: hide keyboard on login press, restrict login to single ↵Domingos Lopes
line, add IME actions
2016-07-02Merge pull request #2050 from mfietz/issue/2049-missing-onerrorMartin Fietz
OnlineFeedViewActivity: Add onError and refactor
2016-07-02Merge pull request #2055 from ↵Martin Fietz
DevFactory/release/Lamdbas_containing_only_one_statement_should_not_nest_this_statement_in_a_block squid:S1602 - Lamdbas containing only one statement should not nest this statement in a block.
2016-07-02Make gpodnet sync error notifications optionalDomingos Lopes
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2016-06-29Add onError and refactorMartin Fietz
2016-06-24Prevent NPEsMartin Fietz
2016-06-20Retain context menues and dialogs on rotationMartin Fietz
2016-06-20On resume, check if the feeds should be (automatically) refreshed.Martin Fietz
2016-06-11Merge pull request #1998 from mfietz/issue/1997-feedinfo-iseMartin Fietz
FeedInfoActivity: Prevent IllegalStateException
2016-06-11Replace AsyncTask with RxObservable, prevent IllegalStateExceptionMartin Fietz
2016-06-08indentation on MainActivity onCreateOptionsMenudomingos86
2016-06-07adapt ui to different flavorsDomingos Lopes
2016-06-06Prevent NPEMartin Fietz