Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c65cb36f9 | ||
|
|
24963be8bd | ||
|
|
5a82530057 | ||
|
|
d6d8b3a586 | ||
|
|
ae4f6ea1af | ||
|
|
f771481a2d | ||
|
|
44580f2f2a | ||
|
|
c043ade2d9 |
@@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "com.dosse.airpods"
|
applicationId "com.dosse.airpods"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 5
|
versionCode 6
|
||||||
versionName '0.5'
|
versionName '0.6'
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
@@ -203,9 +203,9 @@ public class PodsService extends Service {
|
|||||||
if(notificationShowing){
|
if(notificationShowing){
|
||||||
if(ENABLE_LOGGING) Log.d(TAG,"Removing notification");
|
if(ENABLE_LOGGING) Log.d(TAG,"Removing notification");
|
||||||
notificationShowing=false;
|
notificationShowing=false;
|
||||||
mNotifyManager.cancel(1);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
mNotifyManager.cancel(1);
|
||||||
}
|
}
|
||||||
if(isLocationEnabled()) {
|
if(isLocationEnabled()) {
|
||||||
mBuilder.setCustomContentView(notificationSmall);
|
mBuilder.setCustomContentView(notificationSmall);
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="intro1">Diese App erlaubt es dir, den Status deiner AirPods auf einem beliebigen Android-Gerät zu überprüfen</string>
|
||||||
|
<string name="intro2">Um zu funktionieren, benötigen wir die Berechtigungen um Bluetooth LE (Standort) zu benutzen und im Hintergrund zu laufen</string>
|
||||||
|
<string name="introAllow">Erlauben</string>
|
||||||
|
<string name="main1">Die App zeigt eine Benachrichtigung wenn deine AirPods verbunden sind</string>
|
||||||
|
<string name="main2">Du kannst die App jetzt verstecken wenn du möchtest</string>
|
||||||
|
<string name="mainHide">App verstecken</string>
|
||||||
|
<string name="hideClicked">Das Icon wird bald verschwinden</string>
|
||||||
|
<string name="noBtText">Es sieht so aus als hätte dieses Gerät kein Bluetooth LE</string>
|
||||||
|
<string name="locationDisabledText">Du musst Standortinformationen aktivieren, damit OpenPods den Status deiner AirPods auslesen kann</string>
|
||||||
|
<string name="supportedDevices">Unterstützte Geräte:\n• Apple AirPods 1st gen</string>
|
||||||
|
</resources>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="intro1">此应用可以让您在任何安卓设备上查看 AirPods 的状态</string>
|
||||||
|
<string name="intro2">我们需要蓝牙、定位以及在后台运行的权限来正常运作</string>
|
||||||
|
<string name="introAllow">允许</string>
|
||||||
|
<string name="main1">当您的 AirPods 接入时,我们会在通知栏显示通知</string>
|
||||||
|
<string name="main2">您可以隐藏此应用</string>
|
||||||
|
<string name="mainHide">隐藏</string>
|
||||||
|
<string name="hideClicked">桌面图标很快就会隐藏掉</string>
|
||||||
|
<string name="noBtText">看起来您的设备并不支持蓝牙</string>
|
||||||
|
<string name="locationDisabledText">您需要开启定位来让 OpenPods 读取状态</string>
|
||||||
|
<string name="supportedDevices">支持的设备:\n• Apple AirPods 一代</string>
|
||||||
|
</resources>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
|
|
||||||
# OpenPods
|
# OpenPods
|
||||||
The Free and Open Source app for monitoring your AirPods on Android
|
The Free and Open Source app for monitoring your AirPods on Android
|
||||||
@@ -26,10 +26,10 @@ Right now, this project should be considered in alpha state. It was not extensiv
|
|||||||
[Donate with PayPal](https://www.paypal.me/sineisochronic)
|
[Donate with PayPal](https://www.paypal.me/sineisochronic)
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright (C) 2019 Federico Dossena
|
Copyright (C) 2019 Federico Dossena
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 815 KiB After Width: | Height: | Size: 815 KiB |
|
Before Width: | Height: | Size: 994 KiB After Width: | Height: | Size: 994 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |