mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-16 15:36:12 -04:00
Increased version to 1.8, updated to latest gradle, updated localization and readme
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
|
|
||||||
* Apple AirPods 1st gen
|
* Apple AirPods 1st gen
|
||||||
* Apple AirPods 2nd gen
|
* Apple AirPods 2nd gen
|
||||||
|
* Apple AirPods 3rd gen
|
||||||
* Apple AirPods Pro
|
* Apple AirPods Pro
|
||||||
* Apple AirPods Max
|
* Apple AirPods Max
|
||||||
* Beats X
|
* Beats X
|
||||||
@@ -82,6 +83,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright (C) 2021 Federico Dossena
|
Copyright (C) 2019-2022 Federico Dossena
|
||||||
|
|
||||||
AirPods is a trademark of Apple inc.
|
AirPods is a trademark of Apple inc.
|
||||||
|
|||||||
+2
-2
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.dosse.airpods"
|
applicationId "com.dosse.airpods"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 19
|
versionCode 20
|
||||||
versionName '1.7.1'
|
versionName '1.8'
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,6 +52,11 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/airpods1" />
|
android:text="@string/airpods1" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/airpods3" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|||||||
@@ -45,6 +45,11 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/airpods2" />
|
android:text="@string/airpods2" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/airpods3" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
<string name="supportedDevicesTitle"><u>Supported devices:</u></string>
|
<string name="supportedDevicesTitle"><u>Supported devices:</u></string>
|
||||||
<string name="airpods1">• Apple AirPods 1st gen</string>
|
<string name="airpods1">• Apple AirPods 1st gen</string>
|
||||||
<string name="airpods2">• Apple AirPods 2nd gen</string>
|
<string name="airpods2">• Apple AirPods 2nd gen</string>
|
||||||
|
<string name="airpods3">• Apple AirPods 3rd gen</string>
|
||||||
<string name="airpodspro">• Apple AirPods Pro</string>
|
<string name="airpodspro">• Apple AirPods Pro</string>
|
||||||
<string name="airpodsmax">• Apple AirPods Max</string>
|
<string name="airpodsmax">• Apple AirPods Max</string>
|
||||||
<string name="beatsx">• Beats X</string>
|
<string name="beatsx">• Beats X</string>
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ buildscript {
|
|||||||
|
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.2.0'
|
classpath 'com.android.tools.build:gradle:7.2.1'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
* Added support for AirPods 3rd gen
|
||||||
|
* Minor changes and improvements
|
||||||
@@ -9,6 +9,7 @@ Features:
|
|||||||
Supported devices:
|
Supported devices:
|
||||||
* Apple AirPods 1st gen
|
* Apple AirPods 1st gen
|
||||||
* Apple AirPods 2nd gen
|
* Apple AirPods 2nd gen
|
||||||
|
* Apple AirPods 3rd gen
|
||||||
* Apple AirPods Pro
|
* Apple AirPods Pro
|
||||||
* Apple AirPods Max
|
* Apple AirPods Max
|
||||||
* Beats X
|
* Beats X
|
||||||
@@ -16,4 +17,4 @@ Supported devices:
|
|||||||
* Beats Solo 3
|
* Beats Solo 3
|
||||||
* Beats Studio 3
|
* Beats Studio 3
|
||||||
* Powerbeats 3
|
* Powerbeats 3
|
||||||
* Powerbeats Pro
|
* Powerbeats Pro
|
||||||
|
|||||||
Reference in New Issue
Block a user