diff --git a/CHANGELOG.md b/CHANGELOG.md index 53852960b..2cd2e5ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ #### Version 0.25.1 * Amazfit Cor: Try to send weather location instead of AQI * Amazfit Bip: Support setting start end end time for background light when lifting the arm -* Pebble: various fixes and improvemnets for background javascript -* Explicity ask for RECEIVE_SMS permission to fix problems with Android 8 +* Pebble: various fixes and improvements for background javascript +* Explicitly ask for RECEIVE_SMS permission to fix problems with Android 8 #### Version 0.25.0 -* Inital suport for Xwatch +* Initial support for Xwatch * Move the connected device to top in control center * Add adaptive launcher icon for Android 8.x * No longer plot heart rate graph when device was detected as not worn @@ -23,9 +23,9 @@ * Fix crash in settings activity with export location * Fix notification deletion regression * Add 'Ł' and 'ł' to transliteration map -* Omnijaws Weather: correctly pick todays' min and max temperature +* Omnijaws Weather: correctly pick today's min and max temperature * Fix alarm details activity on small screen -* Pebble: minic online check of TrekVolle when using background js +* Pebble: mimic online check of TrekVolle when using background js #### Version 0.24.4 * Amazfit Bip: Fix language setting on new firmwares @@ -82,7 +82,7 @@ * Mi Band 2/Bip/Cor: Whole day HR support * Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature * Pebble: Fix some nasty crashes which occur since 0.22.0 -* Workround for non-working notifcations from wechat and outlook +* Workaround for non-working notifications from wechat and outlook #### Version 0.22.3 * Amazfit Bip: Allow flashing watchfaces @@ -104,7 +104,7 @@ * Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter) * Mi Band 2: Support more icons and textual notifications for more apps * Add some quick action buttons to Gadgetbridge's notification -* Add transliteration support for ukranian cyrillic charaters +* Add transliteration support for ukrainian cyrillic characters * Fix annoying toast in Mi Band settings #### Version 0.21.6 @@ -151,7 +151,7 @@ * Amazfit Bip: Fix call notification with unknown caller * Amazfit Bip: Fix crash when weather is updated and device reconnecting * Mi2/Bip: Fix crash when synchronizing calendar to alarms -* Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo) +* Pebble: Fix crash when taking screenshots on Android 8.0 (Oreo) * Pebble: Support some google app icons * Pebble: try to support spotify * Mi Band 2: Support configurable button actions @@ -170,7 +170,7 @@ * Mi Band: Fix setting smart alarms #### Version 0.20.0 -* Inital Amazfit Bip support (WIP) +* Initial Amazfit Bip support (WIP) * Various theming fixes * Add workaround for blacklist not properly persisting * Handle resetting language to default properly @@ -241,7 +241,7 @@ * Mi Band 2: Fix crash on "chat" or "social network" text notification (#603) #### Version 0.18.1 -* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0) +* Pebble: Fix Firmware installation on Pebble Time Round (broken since 0.16.0) * Start VibrationActivity when using "find device" button with Vibratissimo * Support material fork of K9 @@ -283,9 +283,9 @@ #### Version 0.17.3 * HPlus: Improve display of new messages and phone calls * HPlus: Fix bug related to steps and heart rate -* Pebble: Support dynamic keys for natively supported watchfaces and watchapps (more stability accross versions) +* Pebble: Support dynamic keys for natively supported watchfaces and watchapps (more stability across versions) * Pebble: Fix error Toast being displayed when TimeStyle watchface is not installed -* Mi Band 1+2: Support for connecting wihout BT pairing (workaround for certain connection problems) +* Mi Band 1+2: Support for connecting without BT pairing (workaround for certain connection problems) #### Version 0.17.2 * Pebble: Fix temperature unit in Timestyle Pebble watchface @@ -305,7 +305,7 @@ * Pebble: Add option to disable call display * Pebble: Add option to automatically delete notifications that got dismissed on the phone * Pebble: Bugfix for some PebbleKit enabled 3rd party apps (TCW and maybe other) -* Pebble 2/LE: Improve reliablitly and transfer speed +* Pebble 2/LE: Improve reliability and transfer speed * HPlus: Improved discovery and pairing * HPlus: Improved notifications (display + vibration) * HPlus: Synchronize time and date @@ -382,7 +382,7 @@ #### Version 0.13.7 * Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0) -* Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore +* Pebble: Add context menu option in app manager to search a watchapp in the pebble app store * Mi Band: allow to delete Mi Band address from development settings * Mi Band 2: Initial support for heart rate readings (Debug activity only) * Mi Band 2: Support disabled alarms @@ -553,7 +553,7 @@ * Fix enabling log file writing #261 #### Version 0.9.0 -* Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work) +* Pebble: Support for configuring watchfaces/apps locally (clay) or though web browser (some do not work) * Pebble: hide the alarm management activity as it's unsupported * Mi Band: Improve firmware detection and updates, including 1S support * Mi Band: Display HR FW for 1S @@ -701,7 +701,7 @@ * Pebble: Allow to treat K9 notifications as generic notifications (if notification mode is set to never) * Ignore QKSMS notifications to avoid double notification for incoming SMS * Improved UI of Firmware/App installer -* Device state again visible on lockscreen +* Device state again visible on lock screen * Date display and navigation now working properly for all charts #### Version 0.5.2 @@ -744,7 +744,7 @@ * Fixed crash when synchronizing activity data in the graphs activity and changing device orientation #### Version 0.4.4 -* Set Gadgetbridge notification visibility to public, to show the connection status on the lockscreen +* Set Gadgetbridge notification visibility to public, to show the connection status on the lock screen * Support for backup up and restoring of the activity database (via Debug activity) * Support for graceful upgrades and downgrades, keeping your activity database intact * Enhancement to activity graphs: new graphs for sleep data (only last night) accessible swiping right from the main graph @@ -834,7 +834,7 @@ #### Version 0.1.4 * New AppManager shows installed Apps/Watchfaces (removal possible via context menu) -* Allow back navigation in ActionBar (Debug and AppMananger Activities) +* Allow back navigation in ActionBar (Debug and AppManager Activities) * Make sure Intent broadcasts do not leave Gadgetbridge * Show hint in the Main Activity (tap to connect etc) diff --git a/FEATURES.md b/FEATURES.md index fbd3740ed..4ed6a00e5 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -19,7 +19,7 @@ |Realtime Activity Tracking | NO | NO | YES | YES | YES | |Music Control | YES | YES | NO | NO | NO | |Watchapp/face Installation | YES | YES | NO | NO | YES | -|Firmware Installaton | YES | YES | YES | YES | YES | +|Firmware Installation | YES | YES | YES | YES | YES | |Taking Screenshots | YES | YES | NO | NO | NO | |Support Android Companion Apps | YES | YES | NO | NO | NO | diff --git a/README.md b/README.md index e848fad34..c45237e22 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ For more information read [this wiki article](https://github.com/Freeyourgadget/ ## Contribute -Contributions are welcome, be it feedback, bugreports, documentation, translation, research or code. Feel free to work +Contributions are welcome, be it feedback, bug reports, documentation, translation, research or code. Feel free to work on any of the open [issues](https://github.com/Freeyourgadget/Gadgetbridge/issues?q=is%3Aopen+is%3Aissue); just leave a comment that you're working on one to avoid duplicated work. diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/GBApplication.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/GBApplication.java index 7370690c1..c4e1080d8 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/GBApplication.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/GBApplication.java @@ -509,7 +509,7 @@ public class GBApplication extends Application { case 0: String legacyGender = sharedPrefs.getString("mi_user_gender", null); String legacyHeight = sharedPrefs.getString("mi_user_height_cm", null); - String legacyWeigth = sharedPrefs.getString("mi_user_weight_kg", null); + String legacyWeight = sharedPrefs.getString("mi_user_weight_kg", null); String legacyYOB = sharedPrefs.getString("mi_user_year_of_birth", null); if (legacyGender != null) { int gender = "male".equals(legacyGender) ? 1 : "female".equals(legacyGender) ? 0 : 2; @@ -520,8 +520,8 @@ public class GBApplication extends Application { editor.putString(ActivityUser.PREF_USER_HEIGHT_CM, legacyHeight); editor.remove("mi_user_height_cm"); } - if (legacyWeigth != null) { - editor.putString(ActivityUser.PREF_USER_WEIGHT_KG, legacyWeigth); + if (legacyWeight != null) { + editor.putString(ActivityUser.PREF_USER_WEIGHT_KG, legacyWeight); editor.remove("mi_user_weight_kg"); } if (legacyYOB != null) { diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/activities/DiscoveryActivity.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/activities/DiscoveryActivity.java index e8d6ccfd2..533547269 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/activities/DiscoveryActivity.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/activities/DiscoveryActivity.java @@ -118,7 +118,7 @@ public class DiscoveryActivity extends AbstractGBActivity implements AdapterView BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); short rssi = intent.getShortExtra(BluetoothDevice.EXTRA_RSSI, GBDevice.RSSI_UNKNOWN); Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); - ParcelUuid[] uuids2 = AndroidUtils.toParcelUUids(uuids); + ParcelUuid[] uuids2 = AndroidUtils.toParcelUuids(uuids); handleDeviceFound(device, rssi, uuids2); break; } diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/impl/GBDeviceCandidate.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/impl/GBDeviceCandidate.java index 9ee97935b..65bfc09ea 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/impl/GBDeviceCandidate.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/impl/GBDeviceCandidate.java @@ -47,13 +47,13 @@ public class GBDeviceCandidate implements Parcelable { private final BluetoothDevice device; private final short rssi; - private final ParcelUuid[] serviceUuds; + private final ParcelUuid[] serviceUuids; private DeviceType deviceType = DeviceType.UNKNOWN; - public GBDeviceCandidate(BluetoothDevice device, short rssi, ParcelUuid[] serviceUuds) { + public GBDeviceCandidate(BluetoothDevice device, short rssi, ParcelUuid[] serviceUuids) { this.device = device; this.rssi = rssi; - this.serviceUuds = mergeServiceUuids(serviceUuds, device.getUuids()); + this.serviceUuids = mergeServiceUuids(serviceUuids, device.getUuids()); } private GBDeviceCandidate(Parcel in) { @@ -64,8 +64,8 @@ public class GBDeviceCandidate implements Parcelable { rssi = (short) in.readInt(); deviceType = DeviceType.valueOf(in.readString()); - ParcelUuid[] uuids = AndroidUtils.toParcelUUids(in.readParcelableArray(getClass().getClassLoader())); - serviceUuds = mergeServiceUuids(uuids, device.getUuids()); + ParcelUuid[] uuids = AndroidUtils.toParcelUuids(in.readParcelableArray(getClass().getClassLoader())); + serviceUuids = mergeServiceUuids(uuids, device.getUuids()); } @Override @@ -73,7 +73,7 @@ public class GBDeviceCandidate implements Parcelable { dest.writeParcelable(device, 0); dest.writeInt(rssi); dest.writeString(deviceType.name()); - dest.writeParcelableArray(serviceUuds, 0); + dest.writeParcelableArray(serviceUuids, 0); } public static final Creator CREATOR = new Creator() { @@ -104,10 +104,10 @@ public class GBDeviceCandidate implements Parcelable { return device != null ? device.getAddress() : GBApplication.getContext().getString(R.string._unknown_); } - private ParcelUuid[] mergeServiceUuids(ParcelUuid[] serviceUuds, ParcelUuid[] deviceUuids) { + private ParcelUuid[] mergeServiceUuids(ParcelUuid[] serviceUuids, ParcelUuid[] deviceUuids) { Set uuids = new HashSet<>(); - if (serviceUuds != null) { - uuids.addAll(Arrays.asList(serviceUuds)); + if (serviceUuids != null) { + uuids.addAll(Arrays.asList(serviceUuids)); } if (deviceUuids != null) { uuids.addAll(Arrays.asList(deviceUuids)); @@ -117,7 +117,7 @@ public class GBDeviceCandidate implements Parcelable { @NonNull public ParcelUuid[] getServiceUuids() { - return serviceUuds; + return serviceUuids; } public boolean supportsService(UUID aService) { diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/DeviceCommunicationService.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/DeviceCommunicationService.java index b918b2cc4..e2414333d 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/DeviceCommunicationService.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/DeviceCommunicationService.java @@ -356,7 +356,7 @@ public class DeviceCommunicationService extends Service implements SharedPrefere || (notificationSpec.type == NotificationType.GENERIC_SMS && notificationSpec.phoneNumber != null)) { // NOTE: maybe not where it belongs if (prefs.getBoolean("pebble_force_untested", false)) { - // I would rather like to save that as an array in ShadredPreferences + // I would rather like to save that as an array in SharedPreferences // this would work but I dont know how to do the same in the Settings Activity's xml ArrayList replies = new ArrayList<>(); for (int i = 1; i <= 16; i++) { diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/AndroidUtils.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/AndroidUtils.java index 9c5afcb0d..a094f8a73 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/AndroidUtils.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/AndroidUtils.java @@ -17,7 +17,6 @@ along with this program. If not, see . */ package nodomain.freeyourgadget.gadgetbridge.util; -import android.app.Activity; import android.content.BroadcastReceiver; import android.content.ContentUris; import android.content.Context; @@ -53,7 +52,7 @@ public class AndroidUtils { * @param uuids an array of {@link ParcelUuid} elements * @return a {@link ParcelUuid} array instance with the same contents */ - public static ParcelUuid[] toParcelUUids(Parcelable[] uuids) { + public static ParcelUuid[] toParcelUuids(Parcelable[] uuids) { if (uuids == null) { return null; } diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/FileUtils.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/FileUtils.java index 5fb11e3c3..56cd94b81 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/FileUtils.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/FileUtils.java @@ -220,7 +220,7 @@ public class FileUtils { try { dirs = context.getExternalFilesDirs(null); } catch (NullPointerException | UnsupportedOperationException ex) { - // workaround for robolectric 3.1.2 not implementinc getExternalFilesDirs() + // workaround for robolectric 3.1.2 not implementing getExternalFilesDirs() // https://github.com/robolectric/robolectric/issues/2531 File dir = context.getExternalFilesDir(null); if (dir != null) { diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/ImportExportSharedPreferences.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/ImportExportSharedPreferences.java index 029258459..3b9a33474 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/ImportExportSharedPreferences.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/ImportExportSharedPreferences.java @@ -140,7 +140,7 @@ public class ImportExportSharedPreferences { GBApplication.setCalendarsBlackList(calendars_blacklist); } } else if (!PREFERENCES.equals(name)) { - throw new Exception("Unkown type " + name); + throw new Exception("Unknown type " + name); } break; case XmlPullParser.END_TAG: diff --git a/app/src/main/java/ru/gelin/android/weather/notification/ParcelableWeather2.java b/app/src/main/java/ru/gelin/android/weather/notification/ParcelableWeather2.java index d79d4ccc8..5f5f5dd01 100644 --- a/app/src/main/java/ru/gelin/android/weather/notification/ParcelableWeather2.java +++ b/app/src/main/java/ru/gelin/android/weather/notification/ParcelableWeather2.java @@ -120,7 +120,7 @@ public class ParcelableWeather2 implements Parcelable { } catch (JSONException e) { LOG.error("error while construction JSON", e); } - LOG.debug("Forecast JSON for WEBVIEW: " + reconstructedOWMForecast.toString()); + LOG.debug("Forecast JSON for Webview: " + reconstructedOWMForecast.toString()); } } diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 5ecc65e08..f8a8c4e26 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -75,8 +75,8 @@ Paràmetres generals Connectar-se al dispositiu quan el Bluetooth estigui activat Inicia automàticament - Reconnecta automàticament - Reproductor preferit + Reconnecta automàticament + Reproductor preferit Per defecte Permetre lliscar cap a l\'esquerra/dreta en els gràfics d\'activitat diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 35d79c1e3..cabc09280 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -55,8 +55,8 @@ Základní nastavení Připojit zařízení pokud je zapnutý BT Spouštět automaticky - Automatické znovupřipojení - Preferovaný přehrávač zvuků + Automatické znovupřipojení + Preferovaný přehrávač zvuků Výchozí Datum a čas Nastavit čas diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index be3482d51..286932845 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -55,8 +55,8 @@ Allgemeine Einstellungen Verbinde, wenn Bluetooth eingeschaltet wird Automatisch starten - Verbindung automatisch wiederherstellen - Bevorzugter Audioplayer + Verbindung automatisch wiederherstellen + Bevorzugter Audioplayer Standard Datum und Uhrzeit Uhrzeit synchronisieren diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 60bf40dba..86a56f34b 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -79,8 +79,8 @@ Γενικές ρυθμίσεις Σύνδεση με την συσκευή όταν το Bluetooth ενεργοποιείται Αυτόματη έναρξη - Αυτόματη επανασύνδεση - Προτιμώμενο πρόγραμμα ήχου + Αυτόματη επανασύνδεση + Προτιμώμενο πρόγραμμα ήχου Προεπιλογή Σύρετε αριστερά/δεξιά για τα διαγράμματα της δραστηριότητας diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 96c89c3ae..f0109490c 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -57,8 +57,8 @@ Ajustes generales Conectarse al dispositivo cuando el Bluetooth esté activado Iniciar automáticamente - Reconectar automáticamente - Reproductor de audio favorito + Reconectar automáticamente + Reproductor de audio favorito Predeterminado Fecha y hora Sincronizar hora diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index f2deae893..461a9f7ec 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -72,8 +72,8 @@ Üldised seaded Ühendu seadmega kui Bluetooth lülitatakse sisse Käivitu automaatselt - Taasühendu automaatselt - Eelistatud heli mängija + Taasühendu automaatselt + Eelistatud heli mängija Vaikeväärtus Kuupäev ja kellaaeg Sünkrooni aega diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 36b1c291a..52fc7632d 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -57,8 +57,8 @@ Paramètres généraux Connecter votre appareil quand le Bluetooth est mis en marche Démarrer automatiquement - Reconnexion automatique - Lecteur audio préféré + Reconnexion automatique + Lecteur audio préféré Par défaut Date et heure Synchroniser l\'heure diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index fdc5af4c9..e53c52d0e 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -60,8 +60,8 @@ Axustes xerais Conectar ao dispositivo ao activar o Bluetooth Iniciar automaticamente - Reconectar automaticamente - Reprodutor de audio preferido + Reconectar automaticamente + Reprodutor de audio preferido Predefinido Data e Hora diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index 624ad9ce0..c4a8ba988 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -47,8 +47,8 @@ הגדרות כלליות התחברות להתקן כאשר ה־Bluetooth פועל התחלה אוטומטית - התחברות אוטומטית מחדש - נגן מדיה מועדף + התחברות אוטומטית מחדש + נגן מדיה מועדף בררת מחדל שעה ותאריך סנכרון השעה diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index bcf27e602..1ef59d442 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -52,8 +52,8 @@ Általános beállítások Kapcsolódjon az eszközhöz a Bluetooth bekapcsolásakor Automatikus indulás - Újracsatlakozás automatikusan - Preferált zenelejátszó + Újracsatlakozás automatikusan + Preferált zenelejátszó Alapértelmezett Dátum és idő Idő szinkronizálás diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 2ed84904f..6087eed05 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -57,8 +57,8 @@ Impostazioni Collegati al dispositivo quando il bluetooth viene acceso Avvio automatico - Riconnessione automatica - Applicazione musicale preferita + Riconnessione automatica + Applicazione musicale preferita Default Data e ora Sincronizza l\'ora diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index c20afcf97..9fb4a30be 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -57,8 +57,8 @@ 全般設定 Bluetoothがオンになったときにデバイスに接続 自動的に開始 - 自動的に再接続 - お好みのオーディオプレイヤー + 自動的に再接続 + お好みのオーディオプレイヤー デフォルト 日付と時刻 時間を合わせる diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 1c500bf1a..c7a776795 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -33,8 +33,8 @@ 설정 일반 설정 블루투스가 켜지면 기기에 접속하기 - 자동으로 재연결 - 선호하는 오디오 플레이어 + 자동으로 재연결 + 선호하는 오디오 플레이어 기본값 날짜와 시간 시간 동기화 diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index 2b450bce2..502da2e19 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -75,8 +75,8 @@ Hovedinnstillinger Koble til enhet når Blåtann slås på Start automatisk - Koble til igjen automatisk - Foretrukken lydspiller + Koble til igjen automatisk + Foretrukken lydspiller Forvalg Dato og tid Synkroniser tid diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index ca86f7390..df5724ec5 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -61,8 +61,8 @@ Algemene instellingen Verbind met apparaat wanneer Bluetooth is ingeschakeld Start automatisch - Verbind automatisch opnieuw - Gewenste Audiospeler + Verbind automatisch opnieuw + Gewenste Audiospeler Standaard Datum en tijd diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 47266cd09..165bd9dac 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -43,8 +43,8 @@ Ustawienia Ustawienia ogólne Połącz z urządzeniem gdy Bluetooth jest włączone - Automatycznie ponawiaj połączenie - Preferowany odtwarzacz muzyki + Automatycznie ponawiaj połączenie + Preferowany odtwarzacz muzyki Domyślny Data i godzina Synchronizuj czas diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 6f6cfc3d8..615bec7f0 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -49,8 +49,8 @@ Configurações Gerais Conecta o dispositivo quando o Bluetooth estiver ligado Iniciar automaticamente - Reconectar automaticamente - Player de música preferencial + Reconectar automaticamente + Player de música preferencial Padrão Data e Hora Sincronizar hora diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 848c34514..5cfbe569f 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -52,8 +52,8 @@ Configurações Gerais Ligar ao dispositivo quando ativar o Bluetooth Iniciar automaticamente - Religar automaticamente - Aplicação de música preferida + Religar automaticamente + Aplicação de música preferida Padrão Data e Hora Sincronizar hora diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 6cfbd985e..0acf44e47 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -53,8 +53,8 @@ Общие настройки Подключение к устройству при активации Bluetooth Запускать автоматически - Переподключаться автоматически - Предпочтительный музыкальный плеер + Переподключаться автоматически + Предпочтительный музыкальный плеер По умолчанию Дата и время Синхронизировать время при подключении diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index de1fbd5ff..f72969cb5 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -73,8 +73,8 @@ Základné nastavenia Pripojiť zariadenie ak je BT zapnutý Spúšťať automaticky - Automatické opätovné pripojenie - Preferovaný prehrávač zvukov + Automatické opätovné pripojenie + Preferovaný prehrávač zvukov Predvolené Zapnúť možnosť potiahnutia vľavo/vpravo v grafoch aktivít diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 9daafbae4..5fba59c7b 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -42,8 +42,8 @@ Загальні параметри З\'єднання із пристроєм при активації Bluetooth Запускатися автоматично - Перепід\'єднуватись автоматично - Переважний музичний програвач + Перепід\'єднуватись автоматично + Переважний музичний програвач Типовий Дата і час Синхронізувати час під час з\'єднання diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 5ae026d22..dd1509100 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -74,8 +74,8 @@ 常规设置 蓝牙打开时连接设备 自动启动 - 自动重新连接 - 首选音频播放器 + 自动重新连接 + 首选音频播放器 默认 启用左右滑动切换图表 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b97bde105..016e3a9aa 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -66,8 +66,8 @@ General settings Connect to device when Bluetooth turned on Start automatically - Reconnect automatically - Preferred Audioplayer + Reconnect automatically + Preferred Audioplayer Default Enable left/right swipe in the charts activity diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index b62fcb8b5..f8faff22c 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -14,11 +14,11 @@ + android:title="@string/pref_title_general_autoreconnect" />