Mauricio Colli
ee592def0c
Add drawables and improve layouts
2017-04-26 16:24:33 -03:00
Mauricio Colli
18b038d8e4
Improve notification layouts
2017-04-17 01:20:14 -03:00
Mauricio Colli
746c2a15bf
Migrate to fragments and improvements
...
- Migrate to fragments
- Fix #487
- Don't show "Open in popup mode" to channel links
- New backstack of videos
- Change the subscribers count to format using `NumberFormat`, for example some locales use `.` others `,`, this handles it automatically (and the old method had a bug for leading zero, e.g. 4.82.125 instead of 4.082.125)
- Add string 'subscribers' for channels with more than 1 subscriber (plural)
- Popup player chooses the default format and resolution based on the new preference (format)
- Fix taskaffinity of the router activities
- Show title before loading, as it is available from the items already loaded
2017-04-09 14:34:00 -03:00
Mauricio Colli
33e29be7db
Fix next video and refactor
...
- Refactor VideoItemDetailActivity, StreamExtractorWorker
- Remove redundant styles
- Change dimensions
- Nicer animation/transitions
2017-03-31 20:39:54 -03:00
Christian Schabesberger
c3c3a94593
Merge branch 'feature-popup-fullscreen' of git://github.com/mauriciocolli/NewPipe into toogle
2017-03-29 08:48:00 +02:00
Mauricio Colli
9d55569f80
Fix keep screen on
2017-03-28 09:12:03 -03:00
Mauricio Colli
7a4a54c3ea
Fix travis
...
- Remove duplicate of AndroidManifest
- Remove some non-translatable strings from "ar" translation, and general clean-up of other
2017-03-27 16:34:37 -03:00
Mauricio Colli
71ae342f52
Implement screen orientation toggle
2017-03-27 10:12:22 -03:00
Mauricio Colli
b43c56085d
Implement fullscreen and quality selector
...
- Implement cache
- Abstract player
- Quality selector
- Fullscreen switcher
- Change some drawables
2017-03-27 01:08:16 -03:00
Mauricio Colli
a37d8f083a
Implement popup mode
...
- Add icons replay, fast_forward
- Add strings
- Add menu entry
- Add as option to open link directly to popup mode
2017-03-09 04:42:40 -03:00
Mauricio Colli
abff1f537b
Add ExoMedia and remove ExoPlayer
...
- Remove ExoPlayer files
- Added ExoMedia library
2017-03-09 01:44:00 -03:00
Christian Schabesberger
8f734737f0
fix bug and add footer cycle to channel
2017-02-28 12:13:29 +01:00
Christian Schabesberger
ffbc001ad5
fix navstack channel problem
2017-02-27 19:00:06 +01:00
Christian Schabesberger
c14771534f
redesign channel activity
2017-02-27 15:58:09 +01:00
Christian Schabesberger
3f0078f38a
git channel item running
2017-02-15 12:59:36 +01:00
Christian Schabesberger
91434dd2ac
setup core for search channel support
2017-02-13 00:55:11 +01:00
Christian Schabesberger
f29bd0a6e7
fix actionbar icon theming
2017-02-12 16:45:01 +01:00
59436419
9a1da5cc75
Made changes for ICS and JB
2017-01-26 12:07:41 +05:30
Christian Schabesberger
7d6b92e064
Merge branch 'feature-improve-search-fragment' of git://github.com/coffeemakr/NewPipe into cofe
2017-01-22 14:42:36 +01:00
59436419
081a45b70d
Added dark theme
2017-01-17 22:13:33 +05:30
59436419
60dc19d2bc
Added Dark Theme
2017-01-17 16:13:14 +05:30
ksyko
b5df281447
Update fragment_videoitem_detail.xml
2017-01-17 16:13:02 +05:30
ksyko
650917f9f9
Update fragment_videoitem_detail.xml
2017-01-17 16:13:02 +05:30
59436419
68e80e6054
Added dark theme
2017-01-17 16:13:01 +05:30
Coffeemakr
7efd111d9c
Improve Search fragment
...
* Keep search query when fragment is restored
* Simplify SuggestionListAdapter
* Use ResourceCursorAdapter for view creation
* Fix deprecation warning
* Some clean code
2017-01-16 07:33:58 +01:00
Coffeemakr
83541a0d5d
Add 8dp margin on the right side of the progress bar
2016-12-28 08:15:12 +01:00
Coffeemakr
9494f3a299
Add progress bar to expanded notification
2016-12-27 14:49:59 +01:00
Christian Schabesberger
cd65f1dffc
Merge branch 'reCaptcha' of git://github.com/be-neth/NewPipe into be-neth-reCaptcha
2016-12-24 14:13:12 +01:00
Christian Schabesberger
820e606719
fix duration_background name
2016-12-21 21:00:05 +01:00
Benoît Mauduit
54eb353d0d
Add ReCaptcha Activity
...
* ReCaptchas are implemented using a simple WebView with Javascript enable.
* All HTTP responses inside the WebView are catched (using onPageFinished())
** When Google reCatcha cookies are detected, register cookies to the
Downloader class and Return to MainActivity
2016-12-07 22:26:54 +01:00
Christian Schabesberger
2b89e24a4b
make download dialog use radio button
2016-09-26 20:18:32 +02:00
Christian Schabesberger
60e18aa045
similar videos scroll bug workaround
2016-09-26 17:02:55 +02:00
Christian Schabesberger
a2a3b0575d
gather all bug shit things
2016-09-13 23:39:32 +02:00
Christian Schabesberger
4bba84af8a
Merge pull request #316 from jaytj95/master
...
Added rewind capability to notification control
2016-09-12 00:57:53 +02:00
Christian Schabesberger
2601bf6d81
change view naming in detail fragment
2016-08-08 20:21:18 +02:00
Christian Schabesberger
7bea94144e
fix search fragment progressbar
2016-08-03 17:18:05 +02:00
Christian Schabesberger
5d06e8310d
animate item button and made channel layout use recyclerview propper
2016-08-03 15:32:25 +02:00
Christian Schabesberger
1ab82dfa32
made channel activity use recycler view
2016-08-03 13:09:48 +02:00
Christian Schabesberger
557bcc40ef
made detail fragment use recycler view
2016-08-03 00:54:03 +02:00
Christian Schabesberger
06e2e548be
restructure detail activity
2016-08-03 00:12:58 +02:00
Christian Schabesberger
7a25588995
remove listactivity layout
2016-08-02 21:30:55 +02:00
Christian Schabesberger
8107337566
restructure ui
2016-08-02 21:17:54 +02:00
Christian Schabesberger
d6de11f54c
remove video item list plemp
2016-08-02 20:59:53 +02:00
Christian Schabesberger
3a5b9203d8
put search fragment into own package
2016-08-02 15:06:02 +02:00
Christian Schabesberger
c46ce1170c
add search fragment
2016-08-02 01:42:05 +02:00
Christian Schabesberger
1170c508b4
add new architecture
2016-08-02 01:26:12 +02:00
Christian Schabesberger
4164195fae
show channelvideos
2016-08-01 21:50:41 +02:00
Christian Schabesberger
c03b106118
add channel avatar
2016-08-01 11:48:52 +02:00
Christian Schabesberger
6beb36f92f
get channel banner
2016-08-01 01:56:19 +02:00
Christian Schabesberger
9a0f61e60b
add basics
2016-07-26 13:50:52 +02:00