Skip to content

Commit

Permalink
Merge pull request #17 from kotvertolet/#11_fastline_improvements
Browse files Browse the repository at this point in the history
#11 fastline improvements
  • Loading branch information
antonyhaman authored Apr 14, 2020
2 parents 4946ea4 + e3ab650 commit f334093
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ fastlane/readme.md
# MacOs
.DS_Store

# Releases
app/release
# Custom
app/release
converter/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p>Youtube audio player for android - listen to your favorites songs on Youtube without any ads and in a background!</p>
<b>Features:</b>
<p><b>Features:</b></p>
<ul>
<li>Plays audio from any youtube video in a background</li>
<li>No ads</li>
Expand Down

0 comments on commit f334093

Please sign in to comment.