Christian Schabesberger
05ded0f8d3
Merge branch 'dev' into patch-7
2018-10-07 13:26:10 +02:00
Christian Schabesberger
1c8b36ed2e
Merge pull request #1773 from prg318/clarify-bookmarks
...
[Closes #1772 ] change 'tab_bookmarks' string to 'Bookmarked Playlists' for UI clarity
2018-10-06 18:16:38 +02:00
Christian Schabesberger
256b02539f
Merge branch 'dev' into patch-7
2018-10-06 18:16:10 +02:00
Christian Schabesberger
5263f3e9ce
Merge branch 'dev' into clarify-bookmarks
2018-10-06 18:10:18 +02:00
Christian Schabesberger
cc717a2ca3
Merge pull request #1783 from coin3x/enqueue-autoplay
...
Enqueuing now triggers video playing if the play queue has already ended
2018-10-06 17:55:22 +02:00
Christian Schabesberger
6f9bb027b1
Merge branch 'dev' into enqueue-autoplay
2018-10-06 17:35:55 +02:00
Christian Schabesberger
4364b331ee
Merge pull request #1748 from MaX-Lo/store_last_aspect_ratio
...
store and reload the last used aspect ratio
2018-10-06 12:09:14 +02:00
Christian Schabesberger
9587c33b6f
Merge branch 'dev' into clarify-bookmarks
2018-10-06 12:01:34 +02:00
Coin
e442594640
Enqueuing now triggers video playing if the play queue has done playing
2018-10-03 00:31:28 +08:00
MaX
cc6c1ea2a7
Merge branch 'dev' into store_last_aspect_ratio
2018-10-02 10:44:04 +02:00
Tobias Groza
0838edaf99
Merge pull request #1771 from jludden/dev
...
Enable linear layout in Downloads activity with full video names
2018-10-01 17:40:40 +02:00
Lukas Sabota
6fb038a9c3
Change 'tab_bookmarks' string to 'Bookmarked Playlists' for UI clarity
2018-09-30 11:34:16 -04:00
jludden
3101914aa2
update linear layout
...
re-arrange elements and allow the video title to display over multiple lines
2018-09-30 07:42:02 +08:00
MaX
56ce58c9ae
Merge branch 'dev' into store_last_aspect_ratio
2018-09-29 12:45:10 +02:00
jludden
af0095a982
Adding switch view button to downloads activity
...
Can now switch between linear and grid layouts in the downloads activity
2018-09-29 15:13:15 +08:00
Christian Schabesberger
1c12854a8a
Merge pull request #1640 from BO41/code-clean
...
Code clean
2018-09-28 17:17:30 +02:00
MaX-Lo
ebb0327f36
store the last used aspect ratio in SharedPreferences and reload them on
...
resuming the VideoPlayer Activity (similar to storing/reloading the last used: screen rotation)
2018-09-22 11:32:13 +02:00
BO41
b30df0c03e
fix broken merge resolve
...
fixing merge conflicts broke build
2018-09-11 19:37:12 +02:00
BO41
ce36b5b823
Java language level + javadoc + xml
...
replace with <>
String builder
BUILD SUCCESSFUL in 4s
39 actionable tasks: 4 executed, 35 up-to-date
2018-09-11 19:20:10 +02:00
BO41
b2f619a934
error handling + imports + unboxing
2018-09-11 19:18:50 +02:00
BO41
55ef791c88
data flow issue + declaration redundancy
...
make final
unused methods
make final
BUILD SUCCESSFUL in 0s
39 actionable tasks: 39 up-to-date
2018-09-11 19:18:41 +02:00
BO41
d0e7ca8a9a
class structure
...
BUILD SUCCESSFUL in 17s
39 actionable tasks: 6 executed, 33 up-to-date
2018-09-11 19:18:14 +02:00
BO41
63326ceff8
performance + usability
...
obsolete layout params
Ellipsis string can be replaced with ellipsis character
Missing inputType
Usage of showAsAction=always
BUILD SUCCESSFUL in 5s
39 actionable tasks: 4 executed, 35 up-to-date
2018-09-11 19:18:14 +02:00
BO41
6c101184b2
correctness
...
use apply() on SharedPreferences
use dp instead of sp for text sizes
BUILD SUCCESSFUL in 22s
39 actionable tasks: 10 executed, 29 up-to-date
2018-09-11 19:18:02 +02:00
BO41
8ec721733c
accessibility
...
image without contentDescription
Keyboard inaccessible widget
BUILD SUCCESSFUL in 6s
39 actionable tasks: 4 executed, 35 up-to-date
2018-09-11 19:14:42 +02:00
BO41
89eeaab6f0
code cleanup
...
mainly removes throw statements
automated using Android Studio, staged by hand
BUILD SUCCESSFUL in 52s
39 actionable tasks: 37 executed, 2 up-to-date
2018-09-11 19:14:21 +02:00
Christian Schabesberger
bd6a4b57f3
Merge branch 'dev' into patch-7
2018-09-11 16:34:58 +02:00
Christian Schabesberger
f6ddbec6f1
fix wrong subscriptini count
2018-09-11 15:16:39 +02:00
Christian Schabesberger
448427f4c7
fix channel links in description part 2
2018-09-07 22:23:32 +02:00
Christian Schabesberger
4ac052b234
fix decrypt url and move on to v0.14.1
2018-09-07 21:51:14 +02:00
Christian Schabesberger
e3e61f08e8
Merge pull request #1654 from mauriciocolli/misc-fixes
...
Improve "selected tabs" and misc fixes
2018-09-05 20:52:29 +02:00
Mauricio Colli
c6cd339454
Update extractor version
...
- Handle case where subscribers count is not available
- Fix NPE when a YouTube playlist is empty
- Quick fix for the kiosks in SoundCloud
2018-09-05 07:29:15 -03:00
Mauricio Colli
82f7e403a5
Use current volume as the start value in the volume gesture
...
- Renamed some variables/classes to increase readability
2018-09-04 23:54:17 -03:00
Mauricio Colli
45e502451b
Fix registering of broadcast receiver
2018-09-04 23:54:17 -03:00
Mauricio Colli
d3efd64525
Handle case where subscribers count is not available
2018-09-04 23:54:17 -03:00
Mauricio Colli
d38a7ced70
Improve tabs UX and saving/loading
...
- Show icons in the tabs list and dialog chooser
- Add a "restore to defaults" button
- Make removing gesture more user intuitive
2018-09-04 23:54:17 -03:00
Christian Schabesberger
ff9e662794
Merge branch 'dev' into patch-7
2018-09-04 17:53:39 +02:00
Christian Schabesberger
8fb141bf53
merge extractor fix for empty subscriptioin count
2018-09-04 14:31:08 +02:00
Christian Schabesberger
1e1a9c2c68
Reciever not registered
2018-09-04 13:07:39 +02:00
Allan Nordhøy
702f17c013
Spelling: Language rework
2018-09-03 13:07:10 +02:00
Christian Schabesberger
d4f2ac6e9e
fix drawer header font color for white theme
2018-09-01 12:33:08 +02:00
Christian Schabesberger
db9e18180d
merge weblate changes
2018-08-31 14:11:16 +02:00
MadderRagax
95f398cb2c
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-30 23:23:27 +02:00
Vincent Tam
04e93b05e7
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-29 12:35:17 +02:00
Vincent Tam
7ad5a9228a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 27.4% (105 of 383 strings)
2018-08-29 12:35:16 +02:00
Vincent Tam
26172b0384
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 36.2% (139 of 383 strings)
2018-08-29 12:35:14 +02:00
Christian Schabesberger
fe81324cc9
move on to v0.14.0
2018-08-28 18:04:45 +02:00
Christian Schabesberger
cfbe50aede
Merge pull request #1623 from TeamNewPipe/refactor_and_bugfix
...
Refactor and bugfix
2018-08-28 16:30:09 +02:00
Christian Schabesberger
d305a26936
fixes acording to code review
...
fixes moreacording to code review
fixed link handling once more
2018-08-28 12:19:07 +02:00
ButterflyOfFire
0d817a7252
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-28 02:34:24 +02:00