Commit Graph

805 Commits

Author SHA1 Message Date
Stefan Schueller db560bb340 Code cleanup 2020-07-05 14:15:48 +02:00
Stefan Schueller a56dc55921 Code cleanup 2020-07-05 13:56:17 +02:00
Stefan Schueller ded16379f1 Code Format 2020-07-05 13:16:50 +02:00
Stefan Schüller f84fcb4ba5
Merge pull request #206 from Poslovitch/automated-code-cleanup-videoplayactivity
Automated code cleanup in VideoPlayActivity
2020-07-05 13:13:54 +02:00
Stefan Schüller 57b49bb200
Merge pull request #204 from Poslovitch/tweaks-video-options-display
Added preview of the current playback speed and video quality in the VideoOptionsFragment
2020-07-05 13:13:34 +02:00
Florian CUNY 9609447aae Automated code cleanup in VideoPlayActivity
Removed unused imports, redundancy, useless checks ; code formatting
2020-07-05 11:52:40 +02:00
Florian CUNY b2a8cf857d Removed unusued imports in VideoOptionsFragment.java 2020-07-05 11:07:57 +02:00
Florian CUNY 9a91c2140a Made use of existing strings for the video speed display 2020-07-05 11:07:35 +02:00
Florian CUNY d631193311 Made the "Automated" video quality translatable 2020-07-05 09:38:03 +02:00
Stefan Schüller 90029aaf76
Merge pull request #201 from Poslovitch/ignore-icon-reserved-space
Ignore icon reserved space for preferences in SettingsActivity
2020-07-05 00:17:25 +02:00
Florian CUNY fd3a7c87d1 Fixed typo in ar strings.xml 2020-07-04 22:46:52 +02:00
Stefan Schüller b9eeb06b5b
Merge pull request #203 from sschueller/develop
fix https://github.com/sschueller/peertube-android/issues/202
2020-07-04 22:37:14 +02:00
Stefan Schueller 3a29bf5985 fix https://github.com/sschueller/peertube-android/issues/202 2020-07-04 22:36:17 +02:00
Florian CUNY 70593c17ee Added preview of the current playback speed and video quality in the VideoOptionsFragment 2020-07-04 22:30:58 +02:00
Florian CUNY 8d7063ee78 Added VideoPlayerService#getPlayBackSpeed 2020-07-04 22:30:00 +02:00
Florian CUNY 12e4c7fa35 Made the preferences not retain the margin reserved to icons in SettingsActivity
Android reserves some space next to a preference to let developers put an icon there.
As there aren't any icons, I added app:iconSpaceReserved="false" to all the preferences in order to "remove" this useless blank space.
2020-07-04 21:41:24 +02:00
Florian CUNY 58c338880a Removed unused import in SettingsActivity.java 2020-07-04 21:38:29 +02:00
Stefan Schüller 3933f79bda
Merge pull request #200 from sschueller/develop
Version 1.0.42
2020-07-04 20:58:29 +02:00
Stefan Schueller 9f892a5065 Lib version bump 2020-07-04 20:57:35 +02:00
Stefan Schueller 1d2035e4f8 Version 1.0.42 2020-07-04 20:54:09 +02:00
Stefan Schueller 057c521a4a Fix merge 2020-07-04 20:50:26 +02:00
Stefan Schueller d73527bac6 Merge branch 'develop' of https://hosted.weblate.org/git/peertube/android into develop
 Conflicts:
	app/src/main/res/values-fr/strings.xml
	app/src/main/res/values-tr/strings.xml
2020-07-04 20:48:17 +02:00
Stefan Schueller 9ffea41df5 Added more fields to server list 2020-07-04 20:46:32 +02:00
Stefan Schüller b9d6aff740
Merge pull request #199 from Poslovitch/appbar-settings-activity
Added appbar at the top of the SettingsActivity
2020-07-04 19:39:27 +02:00
Florian CUNY 4f1a6fd97c Added appbar at the top of the SettingsActivity 2020-07-04 17:26:01 +02:00
Stefan Schueller 15ce004b26 Fixed https://github.com/sschueller/peertube-android/issues/194 with new Lib. 2020-07-04 17:01:49 +02:00
Don Kimberlin d6d2f4a9ca
Merge pull request #10 from sschueller/develop
synching up
2020-07-04 07:35:26 -07:00
Stefan Schüller 555db86072
Merge pull request #195 from dhk2/fixnotification
Add stop button to expanded notification, and stop and switch to audio in video window
2020-07-04 16:27:35 +02:00
Stefan Schüller 21fa31e789
Merge pull request #198 from Poslovitch/french-translations
Improved and added some French translations
2020-07-04 16:26:35 +02:00
Stefan Schüller 6c140059e3
Merge pull request #197 from Poslovitch/untranslatable-strings
Removed translations for untranslatable strings
2020-07-04 16:25:40 +02:00
Florian CUNY 3505952187 Improved and added some French translations 2020-07-04 14:34:34 +02:00
Florian CUNY 6f51d8f6b3 Removed translations for untranslatable strings 2020-07-04 14:21:31 +02:00
dhk2 83898c81cd Bug fix for DateUtils not working as documented 2020-07-03 22:06:38 -07:00
dhk2 7790ca4592 Bug fix for DateUtils not working as documented 2020-07-03 21:58:56 -07:00
dhk2 d11d19e164 Bug fix for DateUtils not working as documented 2020-07-03 21:53:58 -07:00
dhk2 1d3a464c62 Bug fix for DateUtils not working as documented 2020-07-03 21:48:43 -07:00
dhk2 2c5248aebb Bug fix for DateUtils not working as documented 2020-07-03 21:41:35 -07:00
dhk2 39c38ca0fa Fixing unregister error for noisy audio 2020-07-03 20:35:53 -07:00
dhk2 a99e9978de Fixing unregister error for noisy audio 2020-07-03 20:33:14 -07:00
dhk2 9d1ffd77c3 Trying to assuage gits conflict adverse attitude 2020-07-03 20:09:33 -07:00
dhk2 63469d12be Trying to assuage gits conflict adverse attitude 2020-07-03 16:15:15 -07:00
dhk2 46f6cf5169 Trying to assuage gits conflict adverse attitude 2020-07-03 16:08:05 -07:00
dhk2 42ce468b31 Trying to assuage gits conflict adverse attitude 2020-07-03 16:06:14 -07:00
dhk2 6995d9fde6 adding controls to exit pip or switch to background audio 2020-07-03 16:02:57 -07:00
dhk2 fabb8a6d79 adding controls to exit pip or switch to background audio 2020-07-03 16:00:29 -07:00
dhk2 c05c67e7f8 adding controls to exit pip or switch to background audio 2020-07-03 15:53:38 -07:00
dhk2 81e92a421a adding controls to exit pip or switch to background audio 2020-07-03 15:50:54 -07:00
dhk2 76b3ddcf69 adding controls to exit pip or switch to background audio 2020-07-03 15:47:20 -07:00
dhk2 71bc325d49 adding controls to exit pip or switch to background audio 2020-07-03 15:44:22 -07:00
dhk2 33779e10a1 adding controls to exit pip or switch to background audio 2020-07-03 15:43:13 -07:00