summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-03Specifying base urlByteHamster
Fixes <a href="//example.com"> links
2019-04-03Respect 'keep updated' for new items counterByteHamster
2019-04-03Merge pull request #3082 from ByteHamster/mobile-updatesH. Lehmann
Mobile updates: Allow images
2019-04-03Merge pull request #3060 from jatinkumarg/issue-3052H. Lehmann
Added empty views to the PlayBack History, Queue,and Downloads
2019-04-03Review changesByteHamster
2019-04-02bulk edit - no longer defaulted to check allorionlee
2019-04-02bulk edit - "N selected" UI logicorionlee
2019-04-02fix typo in commentsorionlee
2019-04-02bulk remove from queue - backend - implement the new APIorionlee
2019-04-02bulk remove from queue - backend - refactor existing logic to support bulk ↵orionlee
remove
2019-04-02Renamed text view ids and added tools namespaceJatin Kumar
2019-04-02bulk remove from queue - frontend logic, with a stub backend.orionlee
2019-04-02document android:elevation API compatibilityorionlee
2019-04-02batch edit - replace the bottom button UI with FAB Speed Dial (no new ↵orionlee
actions yet)
2019-04-02fix speed dial buttons orderorionlee
2019-04-02ensure speed dials clickable (for pre-Android 5 devices)orionlee
2019-04-02stub speed action action listenerorionlee
2019-04-02make speed dials scrollable, so that they work in landscape / split window mode.orionlee
2019-04-02UI Prototype for Batch Edit Episodes rework (from #1145)orionlee
2019-04-02Use ApOkHttpUrlLoader for all imagesByteHamster
Probably got broken during my Glide update. When using append or prepend, Glide uses the next one in the chain if ApOkHttpUrlLoader blocks
2019-04-02Add preference to allow mobile updates of imagesByteHamster
2019-04-01Added include to the queue and episode layoutJatin Kumar
2019-04-01Merge pull request #3077 from bibz/developH. Lehmann
Validate that the item state is only changed when needed
2019-03-31Validate that the *new* and *not played* are also exclusiveBorjan Tchakaloff
The FeedItem state is actually a tri-state, complement the test coverage by checking that the state changes from *new* to *not played*.
2019-03-31Validate that the item state is only changed when neededBorjan Tchakaloff
Follow-up to commit 8172d87477dd593745d4776417ef3dd7884d17fb (#3067) that adds test coverage for the resolved issue. Also, fix that commit by making the update condition more explicit: the FeedItem state is only changed when a state switch is necessary. In other words, an item marked as *new* that gets downloaded should lose the *new* mark and gain the *unplayed* mark instead.
2019-03-31Require the Mockito library for unit testingBorjan Tchakaloff
2019-03-31Validate that the *new* and *played* states are exclusiveBorjan Tchakaloff
2019-03-30Updated text sizes from dp to spJatin Kumar
2019-03-31Merge pull request #3073 from deandreamatias/fix-button-shadow-3040H. Lehmann
Fix #3040 Video playback control button shadow
2019-03-30Delete unused drawableMatias de Andrea
2019-03-30Merge pull request #3074 from ByteHamster/fyydlinMartin Fietz
Fixed fyyd feed search
2019-03-30Merge pull request #3068 from bibz/developMartin Fietz
Do not reset item "played" flag on media download
2019-03-29Fixes #3040Matias de Andrea
- Delete unused icons
2019-03-29Change the icons in interface #3040Matias de Andrea
2019-03-29Add new vector icons #3040Matias de Andrea
2019-03-29Fixed typosJatin Kumar
2019-03-29Fixed fyyd feed searchByteHamster
2019-03-29Fix #3040Matias de Andrea
- Change the size of the button circle background
2019-03-27Merge pull request #3066 from ↵H. Lehmann
orionlee/bugfix_statistics_played_duration_inflated_2162 bugfix - statistics - inflated actual played duration
2019-03-27Updated NewEpisodesFragment and FavoriteEpisodesFragment filesJatin Kumar
2019-03-27Fixes #3052: Added empty views to the Playback History, Queue, Downloads and ↵Jatin Kumar
Episodes
2019-03-25Do not reset item "played" flag on media downloadBorjan Tchakaloff
If an item has already been played, downloading its media will not reset that "played" flag. Fixes: #3067
2019-03-24#2162 bugfix - statistics - inflated actual played durationorionlee
2019-03-23Merge pull request #3062 from ByteHamster/feed-test-handlerH. Lehmann
Fixed FeedHandlerTest
2019-03-23Fixed FeedHandlerTestByteHamster
2019-03-21Added empty views to the PlayBack History, Queue,and DownloadsJatin Kumar
2019-03-09bugfix - video playback upon press back button (and pause), playback ↵orionlee
notification might reappear if one swipes it away quickly.
2019-03-08Merge pull request #3057 from matdb/developH. Lehmann
Fix #3054: use UTF-8 to encode password and username for gpodder auth
2019-03-08Fix #3054: use UTF-8 to encode password and username for gpodder authMatthieu De Beule
2019-03-08Merge pull request #1 from AntennaPod/developMatthieu
catch up