Commit Graph

207 Commits

Author SHA1 Message Date
Stefan Schueller 3730804c8f Bug fixes, code cleanup 2021-01-24 00:31:51 +01:00
dhk2 bf17a9ee61 fix issue #244 by adding clear search history option to settings menu 2021-01-17 14:34:42 -08:00
dhk2 c95e86d0d9 fix issue #234 Making X in pip mode stop background audio properly 2021-01-17 13:13:32 -08:00
kosharskiy d8e2989b76 cleaned code 2021-01-14 23:09:28 +02:00
kosharskiy 53e4a12056 Merge branch 'develop' into feature/add_edit_server_in_server_book 2021-01-14 23:02:11 +02:00
kosharskiy 69a6d9ebfb fixed default app language on first start; the same fix made for video filter 2021-01-14 18:42:27 +02:00
kosharskiy 13685974fd implemented server edit; converted ServerRepository and ServerDao to kotlin 2021-01-14 10:46:29 +02:00
kosharskiy 2a1d2058e3 refactored ServerListAdapter and converted it to kotlin 2021-01-14 09:55:22 +02:00
kosharskiy 4f12fd94ff Converted ServerAddressBookActivity to kotlin and refactored this activity 2021-01-14 02:01:39 +02:00
kosharskiy eb19a04779 converted AddServerFragment to kotlin and refactored it 2021-01-14 00:49:41 +02:00
Stefan Schueller 15aee422fa docs: Fixed license mix up 2020-11-28 22:36:47 +01:00
Stefan Schüller 86cfac15d5 Allow insecure connections 2020-11-22 13:54:54 +01:00
Stefan Schüller 1089632a19 Translated using Weblate (Italian)
Currently translated at 99.1% (340 of 343 strings)

Translation: PeerTube/Android
Translate-URL: https://hosted.weblate.org/projects/peertube/android/it/
2020-09-26 18:56:58 +02:00
Stefan Schüller f1825ae75e Fix token refresh 2020-07-09 21:17:21 +02:00
Stefan Schueller dda3c7cbc0 Version Bump-revert to fix broken auth 2020-07-08 20:26:39 +02:00
Stefan Schüller 832e103a11 Reproducible Builds 2020-07-08 12:31:30 +02:00
Stefan Schueller b235bbf423 Added token refresh. 2020-07-05 20:51:53 +02:00
Florian CUNY 7fa40bc8cd
Merge branch 'develop' into likes-implementation 2020-07-05 17:52:59 +02:00
Stefan Schueller 082c482e47 Code cleanup 2020-07-05 16:12:35 +02:00
Stefan Schueller e4766c9363 Code cleanup 2020-07-05 15:11:48 +02:00
Stefan Schueller cee233db39 Code cleanup 2020-07-05 15:07:50 +02:00
Florian CUNY 52c593b9f1 Completed implementation of Likes & Dislikes
* Added the ability to change the rating from Like to Dislike and vice versa without having to "undo" the rating beforehand.
* Fixed Likes/Dislikes counters not being incremented/decremented (it previously required to go back and then re-open the video page to see the change).
* Improved overall code performance and readability by removing redundant calls.
* Fixed some typos in comments
* Removed "video_rating_none", "video_rating_like" and "video_rating_dislike" from strings.xml as they were not translatable and only used in the code without ever being displayed to the user.
2020-07-05 14:39:50 +02:00
Stefan Schueller 6cbf35972b Code cleanup 2020-07-05 14:31:19 +02:00
Stefan Schueller b01807d2a9 Code cleanup, renamed serverlist to search server 2020-07-05 14:25:28 +02:00
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
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 58c338880a Removed unused import in SettingsActivity.java 2020-07-04 21:38:29 +02:00
Stefan Schueller 9ffea41df5 Added more fields to server list 2020-07-04 20:46:32 +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
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
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