Skip to content

Commit

Permalink
fastlane added
Browse files Browse the repository at this point in the history
  • Loading branch information
AndInTheClouds committed Oct 14, 2021
1 parent 939e795 commit 6f5d580
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ android {

buildTypes {
release {
signingConfig signingConfigs.debug

minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
debuggable false
Expand Down
10 changes: 8 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.handmadeideas.chordreader2" android:versionCode="1"
android:versionName="2.0.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="29"
tools:ignore="ScopedStorage" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

<application
android:icon="@mipmap/chord_reader_icon"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config" >
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true" >

<activity android:name="org.handmadeideas.chordreader2.MainBaseActivity" android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation">
Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Chord Reader 2 is an enhanced version of Chord Reader, developed by Nolan Lawson.

<b>It's an app that:</b>
<li>fetches chord charts and tabulatures for your favorite songs from the Internet,</li>
<li>saves them to a local file,</li>
<li>displays them in an easy-to-read format with the chords highlighted in an autoscroll view,</li>
<li>transposes the identified chords up or down, or you can add a capo,</li>
<li>provides common chord variations.</li>

<b>License:</b>
Chord Reader 2 is a free and open-source app under GPLv3+ license.

<b>Source Code:</b>
The source code is available <a href="https://github.com/AndInTheClouds/chordreader2">here</a>.
Any bugs can be reported at the <a href="https://github.com/AndInTheClouds/chordreader2/issues" >Issue Tracker</a>.

<b>Donation:</b>
If you would like to donate, visit <a href="https://flattr.com/@AndInTheClouds">Flattr</a>.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A open-source digital music book to fetch online and store locally chords and lyrics
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ChordReader 2

0 comments on commit 6f5d580

Please sign in to comment.