forked from SkyTubeTeam/SkyTube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
136 lines (123 loc) · 6.13 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
vX.XX - XX XX 2018:
* Added search history: search history is stored and used as suggestions for future searches. This feature can be disabled.
* Volume and brightness swipe controls.
* Video Blocker:
- Channel blacklisting;
- Channel whitelisting;
- Block videos if their language is not the same as the user's preferred one(s);
- Low views video blocking;
- High dislikes video blocking;
- Icon in the toolbar displaying how many videos were blocked.
* Exoplayer support.
* App now gives the user the option to resume playing (previously) partially watched videos.
* YouTube's videos and playlists links inside the video description are now handled and opened inside SkyTube.
* New launcher icon.
* Subscribed channels can now be sorted alphabetically.
* Added Japanese translations.
* Added Chinese (traditional) translations.
* Updated Russian, Norwegian Bokmål, Dutch, German, Hungarian, Italian and French translations.
v2.82 - 24 Mar 2018:
* Emergency fix: API DDOS attack mitigation controls.
v2.81 - 28 Jan 2018:
* Emergency fix: "This video is unavailable" error occurred for some YouTube videos.
v2.80 - 22 Jan 2018:
* Added channel playlist support.
* Added an option to download videos.
* YouTube Player improvements, including:
- Immersive mode: comments and video description can be viewed if the user swipes to the left and top respectively.
- Double tap can stop/play the video.
- Gesture mode: swipe to the left to view comments; swipe to the top to view video description.
* Added thumbnail viewer for YouTube videos.
* Added an option to download videos' thumbnails.
* Main and channel toolbar aesthetics enhancements.
* Users can now view channel's information/description via the about tab.
* Feed is refreshed automatically.
* Improved loading time for subscribed channels list.
* Reduced subscriptions feeds refreshing time.
* Added Russian translations.
* Added Norwegian Bokmål translations.
* Added Arabic translations.
* Added Dutch translations.
* Added Turkish translations.
* Updated Polish, German, Hungarian and Portuguese translations.
* Bug fixes and other minor improvements.
v2.70 - 05 Nov 2017:
* Users can now import their YouTube's subscriptions list into SkyTube.
* Added Android 8 support.
* Updated Spanish translations.
* Updated French translations.
* App is now using newer third-party libraries.
* Bug fixes and other minor improvements.
v2.60 - 25 Jun 2017:
* Preference overhaul and improved user-friendliness: Preferences are now using a two-pane
layout.
* Added option for users to backup and import their subscriptions and bookmarks databases.
* Added option to change the video player's orientation.
* App now is able to detect if a video is blocked by country.
* Fixed issue #111: Fixed a bug which caused to app to crash on certain devices if the back
button is pressed.
* Updated Polish translations.
* SkyTube Extra: Added the option for user to check for updates via the About preferences.
v2.50 - 21 May 2017:
* App is now using NewPipeExtractor library to retrieve video streams' URLs. In turn, this
fixed #7.
* Fixed app auto-updater bug for Android 7.0+
* Added Italian translations.
* Added Portuguese translations.
* Updated Spanish translations.
* Fixed bug #94 and #111: App crashed when the user presses the back button while on the Main
Activity.
* Fixed a bug which caused the app to crash when the YouTube's API quota is reached.
* Other minor bug fixes.
v2.41 - 23 Apr 2017:
* This version was released mainly because of F-Fdroid's version 2.4(0) did not include the
following fix (d3a0bab): App used to crash when the MainFragment is rotated.
* Added a list of contributors which can be accessed via the Preferences.
v2.4 - 10 Apr 2017:
* Added subscriptions feed tab.
* Added the option for users to use their own YouTube API key.
* App is able to detect live streams (and offers user to play such videos externally).
* Added French translations.
* Added German translations.
* Reduced the app stuttering issue when scrolling down videos together with other optimizations.
* Fixed bug #91: App could not open video notification links sent by YouTube via email.
* Fixed bug #32: Video player's title bar was not hiding on Android 5.0+.
* Numerous other bug fixes.
* App now correctly handles videos with disable ratings.
* Moved the Video "Share", "Copy to clipboard" and "bookmark video" options/functionality from
video cell to the actual video fragment.
v2.3 - 19 Feb 2017:
* Added video bookmarks feature.
* Added Polish translation.
* Added default tab preference.
* Numerous bug fixes.
v2.2 - 31 Jan 2017:
* Emergency fix: "could not load decryption code" error for all YouTube videos. This was due
to sudden change in YouTube website/service.
* Featured & Most Popular videos are now placed in tabs.
* Featured & Most Popular & channel videos can be swiped down in order to refresh.
* Added Hungarian translation.
v2.1 - 23 Oct 2016:
* Added Spanish translation.
* Now using Picasso library for remote image loading (before such process was done manually by
the app).
* Orientation changes no longer causes the app to loss the current scroll position wrt Most Pop
and Featured videos.
* Issue #21: Android 4.0 is now supported.
* Fixed issue #7: i.e. when a user tries to view some videos the following error used to
popup: "An error has occurred while getting video streams for xxxxxxxx".
* Playback errors are now more human friendly.
* Fixed issue #26: Saves the current video position when the app is minimized or when a user
clicks on the video's channel.
v2.0 - 27 Aug 2016:
* Users can now subscribe to a channel.
* App update checker.
* Faster loading time and smoother scrolling.
* New material theme.
* Major cosmetic improvements to the Channel fragment.
* Videos: Add open-with to the video's context menu.
* External programs can open YouTube videos using SkyTube.
* Paste/Enter video URL in SkyTube.
* Comments: show the author's thumbnail.
v1.0 - 24 Feb 2016:
* Initial release.