summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2019-04-04Merge pull request #3086 from ByteHamster/fix-double-slash-urlMartin Fietz
Specifying base url
2019-04-04Merge pull request #2954 from orionlee/bugfix_phantom_notification_rework_2716H. Lehmann
Fix phantom service notification
2019-04-03bulk edit - refactor - reorder method parameter for ↵orionlee
DBWriter.removeQueueItem(Context, FeedItem, boolean) to be consistent with the rest of the API.
2019-04-03bulk edit - refactor - factorize common codes in binding action to its UI ↵orionlee
and actual logic.
2019-04-03bulk edit - refactor - rename menu ids, to be consistent with single edit ↵orionlee
counterparts
2019-04-03bulk edit - refactor - rename internal constant flags so that the names are ↵orionlee
consistent
2019-04-03Specifying base urlByteHamster
Fixes <a href="//example.com"> links
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-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-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-02Add preference to allow mobile updates of imagesByteHamster
2019-04-01Added include to the queue and episode layoutJatin Kumar
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-29Change the icons in interface #3040Matias de Andrea
2019-03-29Fixed typosJatin Kumar
2019-03-29Fixed fyyd feed searchByteHamster
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-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 #3048 from ByteHamster/new-episodes-downloadH. Lehmann
Fixed download status update in NewEpisodesFragment
2019-03-08Fixed download status update in NewEpisodesFragmentByteHamster
2019-03-07Fix #3028: actually use encodedQuery from URLEncoder to avoid encoding issuesMatthieu De Beule
2019-03-05Merge pull request #3013 from hannesa2/buildImprovementsH. Lehmann
Build improvements
2019-03-04Merge pull request #3050 from ByteHamster/add-backup-keywordH. Lehmann
Add backup keyword to search
2019-03-04Merge pull request #3047 from ByteHamster/move-to-unit-testH. Lehmann
Moved some implementation tests to unit tests
2019-03-04Merge pull request #3044 from mamehacker/min_max_speeds_from_preferencesH. Lehmann
Set min/max playback speeds from preferences
2019-03-04Add backup keyword to searchByteHamster
2019-03-03Moved some implementation tests to unit testsByteHamster
2019-03-02Fix regexNathan Mascitelli
2019-03-02Adjust regext to ignore X:Y timecodesNathan Mascitelli
2019-02-27start playbackService code paths reviewed (context.startService() andorionlee
ContextCompat.startForegroundService())
2019-02-27more #2716 - fix VideoPlayback upon hitting home button.orionlee
2019-02-27#2716 Prototype for the revamped PlaybackService to fix phantomorionlee
notification. Many rough edges. Notable TODOs are marked with [2716].
2019-02-27Set min/max playback speeds from preferencesShinichiro Fujiwara
2019-02-13Use a single format for short timecodesNathan Mascitelli
It is unlikely that multiple formats for short timecodes would be used in one document. Therefor we will parse all the short timecodes to see if they are all less then the duration as HH:MM. If they are we will use that, otherwise we will parse them as MM:SS.