Skip to content

Commit

Permalink
* Emergency fix: "could not load decryption code" error for all YouTu…
Browse files Browse the repository at this point in the history
…be videos. This was due to sudden change in YouTube website/service.

* Hungarian language minor fixes (to reflect recent changes).
* Incremented app version to 2.2.
  • Loading branch information
ram-on committed Jan 31, 2017
1 parent 59e9b68 commit 5f43fa0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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)
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "free.rm.skytube"
minSdkVersion 14
targetSdkVersion 25
versionCode 3
versionCode 4
buildConfigField 'String', 'YOUTUBE_API_KEY', '"AIzaSyDAOcAgAAd098p_FLIePaQNKPTpcyhUGBA"';
}
buildTypes {
Expand All @@ -21,13 +21,13 @@ android {
// 100% Open-Source Edition
oss {
applicationId "free.rm.skytube.oss"
versionName "2.1" // the digits of the *fractional part* shall not be larger than "9"
versionName "2.2" // the digits of the *fractional part* shall not be larger than "9"
resValue "string", "app_name", "SkyTube"
}
// 99% Open-source edition: uses the YouTube Player Jar [i.e. proprietary module - optional usage]
extra {
applicationId "free.rm.skytube.extra"
versionName "2.1 Extra"
versionName "2.2 Extra"
resValue "string", "app_name", "SkyTube Extra"
}
}
Expand Down
10 changes: 2 additions & 8 deletions app/src/main/res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
<string name="launch_offical_player_error">Hiba történt a hivatalos Youtube lejátszó
betöltése közben. Telepítsd a hivatalos Youtube alkalmazást a Google-tól.</string>

<!--
Holds different videos categories.
Order is important. Refer to VideoCategory enum.
-->
<string-array name="video_categories">
<item>Kiemelt</item>
<item>Legnépszerűbb</item>
</string-array>
<string name="featured">Kiemelt</string>
<string name="popular">Legnépszerűbb</string>

</resources>

0 comments on commit 5f43fa0

Please sign in to comment.