LastPipeBender/app/src/main/java/org/schabi/newpipe
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
..
download fix differences 2017-02-27 19:21:41 +01:00
extractor@6ab3dc876e update to new backend with playlist support 2017-03-22 20:14:56 +01:00
fragments Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
info_list Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
player Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
report fix differences 2017-02-27 19:21:41 +01:00
settings add prefered video format 2017-04-08 17:17:11 +02:00
util Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
workers Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
ActivityCommunicator.java use intent system to pass errors to error activity 2016-09-13 22:36:47 +02:00
App.java Added dark theme 2017-01-17 16:13:01 +05:30
Downloader.java rename reCaptchaException to ReCaptchaException 2016-12-24 15:19:40 +01:00
ExitActivity.java removed hardcoded string, and add licece to some files. 2016-01-05 21:41:55 +01:00
ImageErrorLoadingListener.java Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
Localization.java Fixing squid:S1118 - Utility classes should not have public constructors. 2016-03-10 14:50:42 +05:00
MainActivity.java Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
PanicResponderActivity.java removed unnececeary call of setVolumeControlStream() 2016-02-01 13:45:22 +01:00
ReCaptchaActivity.java Set result code and finish() Activity instead of starting MainActivity 2017-01-03 14:38:22 +01:00
RouterActivity.java Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
RouterPopupActivity.java Migrate to fragments and improvements 2017-04-09 14:34:00 -03:00
ThemableActivity.java Improved code for changing theme 2017-02-27 17:25:15 +05:30