aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/MediaViewerActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* add ability to delete own files from MediaViewerActivityChristian Schneppe2020-02-161-27/+63
* don't crash if player == nullChristian Schneppe2020-02-021-3/+3
* release video player onStopChristian Schneppe2020-01-311-2/+4
* use ToastCompat instead of ToastChristian Schneppe2020-01-311-8/+9
* use ExoPlayer for video playbackChristian Schneppe2020-01-311-21/+64
* use setFlags instead of addFlags to grant uri permissionsChristian Schneppe2019-12-131-1/+1
* open video if internal player failsChristian Schneppe2019-10-271-25/+25
* migrate to AndroidXChristian Schneppe2019-09-201-4/+3
* fix rotation issues in MediaViewerActivityChristian Schneppe2019-08-311-0/+1
* video player should request audio focusChristian Schneppe2019-04-281-2/+27
* small improvement to auto hide fab in MediaViewerActivityChristian Schneppe2019-04-021-1/+5
* automatically hide and show FAB in MediaViewerActivityChristian Schneppe2019-02-091-0/+31
* optimize importsChristian Schneppe2019-02-081-12/+0
* rework MediaViewerActivityChristian Schneppe2019-02-041-62/+36
* add preference to play gif files automatically in chat viewChristian Schneppe2019-01-041-1/+1
* show warning if file from MediaViewerActivity is deletedChristian Schneppe2019-01-041-2/+11
* bring back animated gif view in MediaViewerChristian Schneppe2018-10-221-2/+12
* rework MediaViewerActivityChristian Schneppe2018-10-031-0/+378