diff --git a/.gitignore b/.gitignore index 7111cbe..6bda5c1 100644 --- a/.gitignore +++ b/.gitignore @@ -70,5 +70,6 @@ fastlane/readme.md # MacOs .DS_Store -# Releases -app/release \ No newline at end of file +# Custom +app/release +converter/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ab579..2b3364e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,4 +10,4 @@ All notable changes to this project will be documented in this file. - Slightly changed logic for sliding player panel elements transformations - Moved to [Fastlane](https://gitlab.com/snippets/1895688) file structure - Turned on Proguard -- Various tiny fixes and optimizations +- Various tiny fixes and optimizations \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100644 index 0000000..c911b08 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1,2 @@ +- Fixed problem with exceeding google api quota limit by implementing YoutubeApiKeysProvider that stores multiple keys (in release version >10) and provides them to the app sequentially so each key's quota will be used evenly +- Implemented pagination for search results, before 1.1.0 search results were limited to 25 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt new file mode 100644 index 0000000..68647d8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -0,0 +1,5 @@ +- App is not more fixed to portrait orientation +- Slightly changed logic for sliding player panel elements transformations +- Moved to Fastlane file structure +- Reduced apk size +- Various tiny fixes and optimizations \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index b6f8939..b06c7f3 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,5 +1,5 @@
Youtube audio player for android - listen to your favorites songs on Youtube without any ads and in a background!
-Features: +Features: