Christian Schabesberger
7caf7be97e
add info box
2016-02-25 22:02:42 +01:00
Christian Schabesberger
64c423902a
made error handling work a bit
2016-02-25 03:43:13 +01:00
Christian Schabesberger
27a2dee3bd
created error report activity
2016-02-24 23:12:02 +01:00
Christian Schabesberger
f5892093a9
made exoplayer work with youtube again
2016-02-23 01:56:04 +01:00
Christian Schabesberger
b06238ba5d
initial changes
2016-02-22 20:28:37 +01:00
Christian Schabesberger
dddcc80f30
merged faridk's code
2016-02-22 19:58:04 +01:00
Christian Schabesberger
2995a7dc8f
actual fix for androi 6.0 notification problem
...
Notification buttons weren't respondig to clicks. Now they do.
2016-02-21 18:12:00 +01:00
Christian Schabesberger
819db0a30b
antifix for android 6.0 notification z order problem
2016-02-21 17:55:00 +01:00
Christian Schabesberger
1c17be9760
made new notification layout available for older platforms
2016-02-19 13:22:49 +01:00
Farid
3a8611ebf8
Added ExoPlayer support
2016-02-15 18:49:58 -08:00
Christian Schabesberger
7cc1c0fbdd
merge code, and adjust code
2016-02-05 17:09:29 +01:00
chschtsch
6c178cfb7e
add back missing like button margin
2016-01-05 23:09:15 +03:00
chschtsch
8ced68430d
update resources names to match naming convention & cleanup & start working on themes
2016-01-05 22:56:40 +03:00
Christian Schabesberger
592eee7d3d
Merge pull request #134 from eighthave/intent-filters-and-other-fixes
...
Intent filters and other fixes
2016-01-02 16:18:56 +01:00
Christian Schabesberger
7dadb2b26c
fixed close notification problem
2016-01-02 16:08:18 +01:00
Hans-Christoph Steiner
b31490c4e3
make all strings translatable
2016-01-02 00:14:35 +01:00
Sanjiv Jha
fdbeaf8692
Added loading footer on paginate screen
2015-12-19 20:18:28 +05:30
Christian Schabesberger
f9ad0f12d0
Fixed serveral things:
...
* ugly workaround for the details_view_layout problem on older devices
* removed "display button on the left side" option since it's not nececeay anymore.
2015-12-15 22:53:29 +01:00
chschtsch
db500e9791
fix layout issues & update screenshots
2015-12-15 13:45:59 +03:00
chschtsch
d8c7f50b39
minor layout fixes
2015-12-14 14:52:14 +03:00
chschtsch
a95da9a42d
update views & dimens
2015-12-14 14:10:12 +03:00
chschtsch
be10b9750f
mering with master
2015-12-14 13:44:15 +03:00
chschtsch
4f57d3a201
merging with master
2015-12-14 13:01:34 +03:00
chschtsch
320ac82dea
merging with master
2015-12-11 14:01:04 +03:00
chschtsch
6c63841d0c
update video detail layout
2015-12-02 21:55:57 +03:00
chschtsch
7b6d6da9a6
improve card margin & edit its dimensions for landscape
2015-12-02 17:26:20 +03:00
chschtsch
7c7c61fc35
use singleLine instead of manually setting height
2015-12-02 17:18:40 +03:00
chschtsch
c5408fb6b8
finally make card layout look good
2015-12-02 17:13:01 +03:00
chschtsch
1c49102f67
update card layout
2015-12-02 17:00:37 +03:00
chschtsch
f9dd88c1cb
remove divider from listview
2015-12-02 16:29:58 +03:00
chschtsch
9ed4a65fd2
move all dimensions do dimens.xml
2015-12-02 16:23:31 +03:00
chschtsch
10bebf8a89
update cards & update dimens structure
2015-12-02 15:27:19 +03:00
chschtsch
36260dac18
tryna add cardview
2015-12-02 13:08:43 +03:00
Christian Schabesberger
15b58128f4
fiexed lint layout suggestions
2015-11-26 20:16:23 +01:00
Christian Schabesberger
237282db28
refactored VideoPlayer theme
2015-11-26 19:54:13 +01:00
Christian Schabesberger
2afee89de3
added contentDescription for better accesebility
2015-11-26 18:47:36 +01:00
Christian Schabesberger
451e2b2182
removed hardcoded strings
2015-11-26 18:29:00 +01:00
chschtsch
e440d1d1bd
update design
2015-11-14 20:55:28 +03:00
chschtsch
2110020165
update design
2015-11-14 20:48:42 +03:00
chschtsch
0aac4b1347
update fragment_videoitem_detail layout
2015-11-14 19:11:08 +03:00
chschtsch
36697825cf
update fragment_videoitem_detail layout
2015-11-14 19:08:13 +03:00
Christian Schabesberger
353ed90d12
New version number 0.6.0 and some fixes:
...
* moved on to version 0.6.0
* fixed youtube url sicnature encryption (vevo videos can be watched again)
* removed play action from the ActionBar
* rolled back changes for hiding the InfoBar inside PlayVideoActivity
* some small layout changes
* removed some files to be ignored (mostly inside .idea directory)
* etc
2015-11-10 20:51:39 +01:00
chschtsch
862b5aaef6
update layout (implementing redesign suggested by @darkon5) & set english as a default language for content
2015-11-10 20:26:20 +03:00
Christian Schabesberger
b865326d51
added ability to show similar videos
2015-11-02 19:57:47 +01:00
Christian Schabesberger
f67158a2a7
Fixed:
...
- made "could not find a streamingplayer" thing inside ActionBarHandler yield stacktraces
- remove watermark
- fixed fab layout
- changed version number to 0.5.0
2015-10-29 18:37:32 +01:00
Christian Schabesberger
c22c2009d4
- changed icon again
...
- made ActionBarHandler not be a singelton anymore
- fixed go back bug for the "Next Video" thing
- fixed opening youtube mobile links
2015-10-29 17:56:35 +01:00
Christian Schabesberger
080159849e
- added preference for "next video" item
...
- display if a url is supported or nod
2015-10-27 18:13:04 +01:00
Christian Schabesberger
d9e690f62c
added NextVideo support
2015-10-25 19:14:29 +01:00
Christian Schabesberger
8c0156dea3
fixed broken commit
2015-10-24 16:05:23 +02:00
Christian Schabesberger
038c59ce66
fiexed some smaller displaying errors
2015-10-24 16:04:27 +02:00
Christian Schabesberger
72e08c0447
fixed some layout bugs
2015-10-23 23:08:01 +02:00
Christian Schabesberger
4f24d61c4b
put the play video button into the horizontal center
2015-09-21 23:53:10 +02:00
=
2489c6c329
Some smaller UI changes and else:
...
- added play video button for better lefthand support
- wrote codepart to darkon5s listitem improvements
- set minimum api level to 15 (Android 4.0.3 support)
- updated to sdk level 23 including the new support libs
2015-09-21 01:10:11 +02:00
Christian Schabesberger
30dcd3eef0
Merge pull request #36 from darkon5/dev
...
3 Line Search List
2015-09-20 22:30:41 +02:00
Christian Schabesberger
b20ae45280
Merge pull request #34 from darkon5/master
...
Duration now shown on top of the thumbnail.
2015-09-20 19:36:40 +02:00
darkon5
049a42a72d
Changes in dummy text
2015-09-20 18:29:17 +02:00
darkon5
f8c110edb5
Different lines for author and upload date
2015-09-20 18:02:33 +02:00
darkon5
5d77d25d34
Duration now with the thumbnail, more space for upload date
2015-09-20 14:52:11 +02:00
Christian Schabesberger
8ebdcccce1
Merge branch 'master' of github.com:theScrabi/NewPipe
2015-09-20 13:20:53 +02:00
Christian Schabesberger
c59754499f
new app icon & made player fullscreen work better
2015-09-20 13:19:28 +02:00
darkon5
fd1153993b
Updated dimentxt and video_item
2015-09-19 16:22:36 +02:00
darkon5
7e5ec247de
Prueba inicial y dimentxt
2015-09-19 15:47:00 +02:00
Christian Schabesberger
73d61f17b5
first commit
2015-09-04 02:15:03 +02:00