aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/MediaViewerActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-28video player should request audio focusChristian Schneppe1-2/+27
2019-04-02small improvement to auto hide fab in MediaViewerActivityChristian Schneppe1-1/+5
2019-02-09automatically hide and show FAB in MediaViewerActivityChristian Schneppe1-0/+31
2019-02-08optimize importsChristian Schneppe1-12/+0
2019-02-04rework MediaViewerActivityChristian Schneppe1-62/+36
2019-01-04add preference to play gif files automatically in chat viewChristian Schneppe1-1/+1
2019-01-04show warning if file from MediaViewerActivity is deletedChristian Schneppe1-2/+11
2018-10-22bring back animated gif view in MediaViewerChristian Schneppe1-2/+12
2018-10-03rework MediaViewerActivityChristian Schneppe1-39/+112
2018-05-05add animators for more activitiesChristian Schneppe1-1/+0
2018-05-02get video dimensions from bitmap instead of meta dataChristian Schneppe1-2/+14
2018-04-02show new fab in ShowFullscreenMessageActivityChristian Schneppe1-13/+29
2018-03-09use appcompat in more activitiesChristian Schneppe1-2/+2
2018-01-21fix NPE in shareWith intent and use FileProvider for sharingChristian Schneppe1-4/+12
2017-11-23code cleanupChristian Schneppe1-4/+4
2017-08-01put settings defaults into resource fileChristian Schneppe1-2/+2
2017-03-26update libraries and dependenciesChristian Schneppe1-2/+2
2017-03-24make auto media rotation in fullscreen configurableChristian Schneppe1-2/+10
2017-02-22don't animate image view and set some variables finalChristian Schneppe1-3/+4
2017-02-22make max brightness in fullscreen configurableChristian Schneppe1-4/+22
2017-02-19reworked rotation in FullScreenViewer fixes #107Christian Schneppe1-59/+18
2017-01-30play gif files in fullscreenChristian Schneppe1-6/+7
2017-01-25reworked videocompressionChristian Schneppe1-11/+24
2017-01-18Revert "play gif files in fullscreen view"Christian Schneppe1-25/+15
2017-01-15play gif files in fullscreen viewChristian Schneppe1-15/+25
2016-11-29handle image rotations in ShowFullscreenMessageActivity correctlyChristian Schneppe1-7/+46
2016-11-27added some logging to FullScreenViewerChristian Schneppe1-2/+4
2016-11-19reformat codeChristian Schneppe1-2/+2
2016-10-18code cleanupChristian Schneppe1-1/+0
2016-09-17some bug fixes in FullScreenMessageActivityChristian Schneppe1-11/+5
2016-09-05catch some exceptions to avoid crashesChristian Schneppe1-4/+19
2016-09-02don't rotate sqare contentChristian Schneppe1-4/+4
2016-09-02rotate FullScreenViewer based on dimensions of contentChristian Schneppe1-6/+51
2016-07-29changed package id inside manifest and projectChristian Schneppe1-2/+2
2016-07-27don't crash during standby and resume full screen video viewChristian Schneppe1-2/+16
2016-06-30add share button to image/video viewChristian Schneppe1-5/+34
2016-06-23show image/video in fullscreenChristian Schneppe1-1/+9
2016-06-20thumb caching improvementChristian Schneppe1-1/+0
2016-06-19optimized image cacheChristian Schneppe1-0/+2
2016-05-30start playing video directly without touching play buttonChristian Schneppe1-0/+1
2016-05-29let screen on while playing videos or showing imagesChristian Schneppe1-1/+3
2016-05-29set screen brightness to maximum while showing image or videoChristian Schneppe1-0/+11
2016-05-28integrate image- and video playerChristian Schneppe1-0/+110