mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Fixed a bunch of misspells.
This commit is contained in:
parent
29a05f1d8f
commit
08feaf30e1
36
CHANGELOG.md
36
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)
|
||||
|
||||
|
@ -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 |
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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) {
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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<GBDeviceCandidate> CREATOR = new Creator<GBDeviceCandidate>() {
|
||||
@ -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<ParcelUuid> 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) {
|
||||
|
@ -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<String> replies = new ArrayList<>();
|
||||
for (int i = 1; i <= 16; i++) {
|
||||
|
@ -17,7 +17,6 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
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;
|
||||
}
|
||||
|
@ -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) {
|
||||
|
@ -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:
|
||||
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,8 +75,8 @@
|
||||
<string name="pref_header_general">Paràmetres generals</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Connectar-se al dispositiu quan el Bluetooth estigui activat</string>
|
||||
<string name="pref_title_general_autostartonboot">Inicia automàticament</string>
|
||||
<string name="pref_title_general_autocreonnect">Reconnecta automàticament</string>
|
||||
<string name="pref_title_audo_player">Reproductor preferit</string>
|
||||
<string name="pref_title_general_autoreconnect">Reconnecta automàticament</string>
|
||||
<string name="pref_title_audio_player">Reproductor preferit</string>
|
||||
<string name="pref_default">Per defecte</string>
|
||||
<string name="pref_title_charts_swipe">Permetre lliscar cap a l\'esquerra/dreta en els gràfics d\'activitat</string>
|
||||
|
||||
|
@ -55,8 +55,8 @@
|
||||
<string name="pref_header_general">Základní nastavení</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Připojit zařízení pokud je zapnutý BT</string>
|
||||
<string name="pref_title_general_autostartonboot">Spouštět automaticky</string>
|
||||
<string name="pref_title_general_autocreonnect">Automatické znovupřipojení</string>
|
||||
<string name="pref_title_audo_player">Preferovaný přehrávač zvuků</string>
|
||||
<string name="pref_title_general_autoreconnect">Automatické znovupřipojení</string>
|
||||
<string name="pref_title_audio_player">Preferovaný přehrávač zvuků</string>
|
||||
<string name="pref_default">Výchozí</string>
|
||||
<string name="pref_header_datetime">Datum a čas</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Nastavit čas</string>
|
||||
|
@ -55,8 +55,8 @@
|
||||
<string name="pref_header_general">Allgemeine Einstellungen</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Verbinde, wenn Bluetooth eingeschaltet wird</string>
|
||||
<string name="pref_title_general_autostartonboot">Automatisch starten</string>
|
||||
<string name="pref_title_general_autocreonnect">Verbindung automatisch wiederherstellen</string>
|
||||
<string name="pref_title_audo_player">Bevorzugter Audioplayer</string>
|
||||
<string name="pref_title_general_autoreconnect">Verbindung automatisch wiederherstellen</string>
|
||||
<string name="pref_title_audio_player">Bevorzugter Audioplayer</string>
|
||||
<string name="pref_default">Standard</string>
|
||||
<string name="pref_header_datetime">Datum und Uhrzeit</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Uhrzeit synchronisieren</string>
|
||||
|
@ -79,8 +79,8 @@
|
||||
<string name="pref_header_general">Γενικές ρυθμίσεις</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Σύνδεση με την συσκευή όταν το Bluetooth ενεργοποιείται</string>
|
||||
<string name="pref_title_general_autostartonboot">Αυτόματη έναρξη</string>
|
||||
<string name="pref_title_general_autocreonnect">Αυτόματη επανασύνδεση</string>
|
||||
<string name="pref_title_audo_player">Προτιμώμενο πρόγραμμα ήχου</string>
|
||||
<string name="pref_title_general_autoreconnect">Αυτόματη επανασύνδεση</string>
|
||||
<string name="pref_title_audio_player">Προτιμώμενο πρόγραμμα ήχου</string>
|
||||
<string name="pref_default">Προεπιλογή</string>
|
||||
<string name="pref_title_charts_swipe">Σύρετε αριστερά/δεξιά για τα διαγράμματα της δραστηριότητας</string>
|
||||
|
||||
|
@ -57,8 +57,8 @@
|
||||
<string name="pref_header_general">Ajustes generales</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Conectarse al dispositivo cuando el Bluetooth esté activado</string>
|
||||
<string name="pref_title_general_autostartonboot">Iniciar automáticamente</string>
|
||||
<string name="pref_title_general_autocreonnect">Reconectar automáticamente</string>
|
||||
<string name="pref_title_audo_player">Reproductor de audio favorito</string>
|
||||
<string name="pref_title_general_autoreconnect">Reconectar automáticamente</string>
|
||||
<string name="pref_title_audio_player">Reproductor de audio favorito</string>
|
||||
<string name="pref_default">Predeterminado</string>
|
||||
<string name="pref_header_datetime">Fecha y hora</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Sincronizar hora</string>
|
||||
|
@ -72,8 +72,8 @@
|
||||
<string name="pref_header_general">Üldised seaded</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Ühendu seadmega kui Bluetooth lülitatakse sisse</string>
|
||||
<string name="pref_title_general_autostartonboot">Käivitu automaatselt</string>
|
||||
<string name="pref_title_general_autocreonnect">Taasühendu automaatselt</string>
|
||||
<string name="pref_title_audo_player">Eelistatud heli mängija</string>
|
||||
<string name="pref_title_general_autoreconnect">Taasühendu automaatselt</string>
|
||||
<string name="pref_title_audio_player">Eelistatud heli mängija</string>
|
||||
<string name="pref_default">Vaikeväärtus</string>
|
||||
<string name="pref_header_datetime">Kuupäev ja kellaaeg</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Sünkrooni aega</string>
|
||||
|
@ -57,8 +57,8 @@
|
||||
<string name="pref_header_general">Paramètres généraux</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Connecter votre appareil quand le Bluetooth est mis en marche</string>
|
||||
<string name="pref_title_general_autostartonboot">Démarrer automatiquement</string>
|
||||
<string name="pref_title_general_autocreonnect">Reconnexion automatique </string>
|
||||
<string name="pref_title_audo_player">Lecteur audio préféré</string>
|
||||
<string name="pref_title_general_autoreconnect">Reconnexion automatique </string>
|
||||
<string name="pref_title_audio_player">Lecteur audio préféré</string>
|
||||
<string name="pref_default">Par défaut</string>
|
||||
<string name="pref_header_datetime">Date et heure</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Synchroniser l\'heure</string>
|
||||
|
@ -60,8 +60,8 @@
|
||||
<string name="pref_header_general">Axustes xerais</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Conectar ao dispositivo ao activar o Bluetooth</string>
|
||||
<string name="pref_title_general_autostartonboot">Iniciar automaticamente</string>
|
||||
<string name="pref_title_general_autocreonnect">Reconectar automaticamente</string>
|
||||
<string name="pref_title_audo_player">Reprodutor de audio preferido</string>
|
||||
<string name="pref_title_general_autoreconnect">Reconectar automaticamente</string>
|
||||
<string name="pref_title_audio_player">Reprodutor de audio preferido</string>
|
||||
<string name="pref_default">Predefinido</string>
|
||||
|
||||
<string name="pref_header_datetime">Data e Hora</string>
|
||||
|
@ -47,8 +47,8 @@
|
||||
<string name="pref_header_general">הגדרות כלליות</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">התחברות להתקן כאשר ה־Bluetooth פועל</string>
|
||||
<string name="pref_title_general_autostartonboot">התחלה אוטומטית</string>
|
||||
<string name="pref_title_general_autocreonnect">התחברות אוטומטית מחדש</string>
|
||||
<string name="pref_title_audo_player">נגן מדיה מועדף</string>
|
||||
<string name="pref_title_general_autoreconnect">התחברות אוטומטית מחדש</string>
|
||||
<string name="pref_title_audio_player">נגן מדיה מועדף</string>
|
||||
<string name="pref_default">בררת מחדל</string>
|
||||
<string name="pref_header_datetime">שעה ותאריך</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">סנכרון השעה</string>
|
||||
|
@ -52,8 +52,8 @@
|
||||
<string name="pref_header_general">Általános beállítások</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Kapcsolódjon az eszközhöz a Bluetooth bekapcsolásakor</string>
|
||||
<string name="pref_title_general_autostartonboot">Automatikus indulás</string>
|
||||
<string name="pref_title_general_autocreonnect">Újracsatlakozás automatikusan</string>
|
||||
<string name="pref_title_audo_player">Preferált zenelejátszó</string>
|
||||
<string name="pref_title_general_autoreconnect">Újracsatlakozás automatikusan</string>
|
||||
<string name="pref_title_audio_player">Preferált zenelejátszó</string>
|
||||
<string name="pref_default">Alapértelmezett</string>
|
||||
<string name="pref_header_datetime">Dátum és idő</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Idő szinkronizálás</string>
|
||||
|
@ -57,8 +57,8 @@
|
||||
<string name="pref_header_general">Impostazioni</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Collegati al dispositivo quando il bluetooth viene acceso</string>
|
||||
<string name="pref_title_general_autostartonboot">Avvio automatico</string>
|
||||
<string name="pref_title_general_autocreonnect">Riconnessione automatica</string>
|
||||
<string name="pref_title_audo_player">Applicazione musicale preferita</string>
|
||||
<string name="pref_title_general_autoreconnect">Riconnessione automatica</string>
|
||||
<string name="pref_title_audio_player">Applicazione musicale preferita</string>
|
||||
<string name="pref_default">Default</string>
|
||||
<string name="pref_header_datetime">Data e ora</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Sincronizza l\'ora</string>
|
||||
|
@ -57,8 +57,8 @@
|
||||
<string name="pref_header_general">全般設定</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Bluetoothがオンになったときにデバイスに接続</string>
|
||||
<string name="pref_title_general_autostartonboot">自動的に開始</string>
|
||||
<string name="pref_title_general_autocreonnect">自動的に再接続</string>
|
||||
<string name="pref_title_audo_player">お好みのオーディオプレイヤー</string>
|
||||
<string name="pref_title_general_autoreconnect">自動的に再接続</string>
|
||||
<string name="pref_title_audio_player">お好みのオーディオプレイヤー</string>
|
||||
<string name="pref_default">デフォルト</string>
|
||||
<string name="pref_header_datetime">日付と時刻</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">時間を合わせる</string>
|
||||
|
@ -33,8 +33,8 @@
|
||||
<string name="title_activity_settings">설정</string>
|
||||
<string name="pref_header_general">일반 설정</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">블루투스가 켜지면 기기에 접속하기</string>
|
||||
<string name="pref_title_general_autocreonnect">자동으로 재연결</string>
|
||||
<string name="pref_title_audo_player">선호하는 오디오 플레이어</string>
|
||||
<string name="pref_title_general_autoreconnect">자동으로 재연결</string>
|
||||
<string name="pref_title_audio_player">선호하는 오디오 플레이어</string>
|
||||
<string name="pref_default">기본값</string>
|
||||
<string name="pref_header_datetime">날짜와 시간</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">시간 동기화</string>
|
||||
|
@ -75,8 +75,8 @@
|
||||
<string name="pref_header_general">Hovedinnstillinger</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Koble til enhet når Blåtann slås på</string>
|
||||
<string name="pref_title_general_autostartonboot">Start automatisk</string>
|
||||
<string name="pref_title_general_autocreonnect">Koble til igjen automatisk</string>
|
||||
<string name="pref_title_audo_player">Foretrukken lydspiller</string>
|
||||
<string name="pref_title_general_autoreconnect">Koble til igjen automatisk</string>
|
||||
<string name="pref_title_audio_player">Foretrukken lydspiller</string>
|
||||
<string name="pref_default">Forvalg</string>
|
||||
<string name="pref_header_datetime">Dato og tid</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Synkroniser tid</string>
|
||||
|
@ -61,8 +61,8 @@
|
||||
<string name="pref_header_general">Algemene instellingen</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Verbind met apparaat wanneer Bluetooth is ingeschakeld</string>
|
||||
<string name="pref_title_general_autostartonboot">Start automatisch</string>
|
||||
<string name="pref_title_general_autocreonnect">Verbind automatisch opnieuw</string>
|
||||
<string name="pref_title_audo_player">Gewenste Audiospeler</string>
|
||||
<string name="pref_title_general_autoreconnect">Verbind automatisch opnieuw</string>
|
||||
<string name="pref_title_audio_player">Gewenste Audiospeler</string>
|
||||
<string name="pref_default">Standaard</string>
|
||||
|
||||
<string name="pref_header_datetime">Datum en tijd</string>
|
||||
|
@ -43,8 +43,8 @@
|
||||
<string name="title_activity_settings">Ustawienia</string>
|
||||
<string name="pref_header_general">Ustawienia ogólne</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Połącz z urządzeniem gdy Bluetooth jest włączone</string>
|
||||
<string name="pref_title_general_autocreonnect">Automatycznie ponawiaj połączenie</string>
|
||||
<string name="pref_title_audo_player">Preferowany odtwarzacz muzyki</string>
|
||||
<string name="pref_title_general_autoreconnect">Automatycznie ponawiaj połączenie</string>
|
||||
<string name="pref_title_audio_player">Preferowany odtwarzacz muzyki</string>
|
||||
<string name="pref_default">Domyślny</string>
|
||||
<string name="pref_header_datetime">Data i godzina</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Synchronizuj czas</string>
|
||||
|
@ -49,8 +49,8 @@
|
||||
<string name="pref_header_general">Configurações Gerais</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Conecta o dispositivo quando o Bluetooth estiver ligado</string>
|
||||
<string name="pref_title_general_autostartonboot">Iniciar automaticamente</string>
|
||||
<string name="pref_title_general_autocreonnect">Reconectar automaticamente</string>
|
||||
<string name="pref_title_audo_player">Player de música preferencial</string>
|
||||
<string name="pref_title_general_autoreconnect">Reconectar automaticamente</string>
|
||||
<string name="pref_title_audio_player">Player de música preferencial</string>
|
||||
<string name="pref_default">Padrão</string>
|
||||
<string name="pref_header_datetime">Data e Hora</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Sincronizar hora</string>
|
||||
|
@ -52,8 +52,8 @@
|
||||
<string name="pref_header_general">Configurações Gerais</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Ligar ao dispositivo quando ativar o Bluetooth</string>
|
||||
<string name="pref_title_general_autostartonboot">Iniciar automaticamente</string>
|
||||
<string name="pref_title_general_autocreonnect">Religar automaticamente</string>
|
||||
<string name="pref_title_audo_player">Aplicação de música preferida</string>
|
||||
<string name="pref_title_general_autoreconnect">Religar automaticamente</string>
|
||||
<string name="pref_title_audio_player">Aplicação de música preferida</string>
|
||||
<string name="pref_default">Padrão</string>
|
||||
<string name="pref_header_datetime">Data e Hora</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Sincronizar hora</string>
|
||||
|
@ -53,8 +53,8 @@
|
||||
<string name="pref_header_general">Общие настройки</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Подключение к устройству при активации Bluetooth</string>
|
||||
<string name="pref_title_general_autostartonboot">Запускать автоматически</string>
|
||||
<string name="pref_title_general_autocreonnect">Переподключаться автоматически</string>
|
||||
<string name="pref_title_audo_player">Предпочтительный музыкальный плеер</string>
|
||||
<string name="pref_title_general_autoreconnect">Переподключаться автоматически</string>
|
||||
<string name="pref_title_audio_player">Предпочтительный музыкальный плеер</string>
|
||||
<string name="pref_default">По умолчанию</string>
|
||||
<string name="pref_header_datetime">Дата и время</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Синхронизировать время при подключении</string>
|
||||
|
@ -73,8 +73,8 @@
|
||||
<string name="pref_header_general">Základné nastavenia</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Pripojiť zariadenie ak je BT zapnutý</string>
|
||||
<string name="pref_title_general_autostartonboot">Spúšťať automaticky</string>
|
||||
<string name="pref_title_general_autocreonnect">Automatické opätovné pripojenie</string>
|
||||
<string name="pref_title_audo_player">Preferovaný prehrávač zvukov</string>
|
||||
<string name="pref_title_general_autoreconnect">Automatické opätovné pripojenie</string>
|
||||
<string name="pref_title_audio_player">Preferovaný prehrávač zvukov</string>
|
||||
<string name="pref_default">Predvolené</string>
|
||||
<string name="pref_title_charts_swipe">Zapnúť možnosť potiahnutia vľavo/vpravo v grafoch aktivít</string>
|
||||
|
||||
|
@ -42,8 +42,8 @@
|
||||
<string name="pref_header_general">Загальні параметри</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">З\'єднання із пристроєм при активації Bluetooth</string>
|
||||
<string name="pref_title_general_autostartonboot">Запускатися автоматично</string>
|
||||
<string name="pref_title_general_autocreonnect">Перепід\'єднуватись автоматично</string>
|
||||
<string name="pref_title_audo_player">Переважний музичний програвач</string>
|
||||
<string name="pref_title_general_autoreconnect">Перепід\'єднуватись автоматично</string>
|
||||
<string name="pref_title_audio_player">Переважний музичний програвач</string>
|
||||
<string name="pref_default">Типовий</string>
|
||||
<string name="pref_header_datetime">Дата і час</string>
|
||||
<string name="pref_title_datetime_syctimeonconnect">Синхронізувати час під час з\'єднання</string>
|
||||
|
@ -74,8 +74,8 @@
|
||||
<string name="pref_header_general">常规设置</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">蓝牙打开时连接设备</string>
|
||||
<string name="pref_title_general_autostartonboot">自动启动</string>
|
||||
<string name="pref_title_general_autocreonnect">自动重新连接</string>
|
||||
<string name="pref_title_audo_player">首选音频播放器</string>
|
||||
<string name="pref_title_general_autoreconnect">自动重新连接</string>
|
||||
<string name="pref_title_audio_player">首选音频播放器</string>
|
||||
<string name="pref_default">默认</string>
|
||||
<string name="pref_title_charts_swipe">启用左右滑动切换图表</string>
|
||||
|
||||
|
@ -66,8 +66,8 @@
|
||||
<string name="pref_header_general">General settings</string>
|
||||
<string name="pref_title_general_autoconnectonbluetooth">Connect to device when Bluetooth turned on</string>
|
||||
<string name="pref_title_general_autostartonboot">Start automatically</string>
|
||||
<string name="pref_title_general_autocreonnect">Reconnect automatically</string>
|
||||
<string name="pref_title_audo_player">Preferred Audioplayer</string>
|
||||
<string name="pref_title_general_autoreconnect">Reconnect automatically</string>
|
||||
<string name="pref_title_audio_player">Preferred Audioplayer</string>
|
||||
<string name="pref_default">Default</string>
|
||||
<string name="pref_title_charts_swipe">Enable left/right swipe in the charts activity</string>
|
||||
|
||||
|
@ -14,11 +14,11 @@
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="general_autocreconnect"
|
||||
android:title="@string/pref_title_general_autocreonnect" />
|
||||
android:title="@string/pref_title_general_autoreconnect" />
|
||||
<ListPreference
|
||||
android:defaultValue="default"
|
||||
android:key="audio_player"
|
||||
android:title="@string/pref_title_audo_player"
|
||||
android:title="@string/pref_title_audio_player"
|
||||
android:summary="%s" />
|
||||
<ListPreference
|
||||
android:key="pref_key_theme"
|
||||
|
@ -5,7 +5,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
|
||||
|
@ -1,4 +1,4 @@
|
||||
* Initial support for EXRIZU K8 (HPLus variant)
|
||||
* Initial support for EXRIZU K8 (HPlus variant)
|
||||
* Amazfit Bip: fix long messages not being displayed at all
|
||||
* Mi Band 2: Support multiple button actions
|
||||
* NO.1 F1: Fetch sleep data
|
||||
|
@ -1,4 +1,4 @@
|
||||
* Amazfit Bip: Support flashing CEP and ALM files for AGPS
|
||||
* Amazfit Bip: Support flashing CEP and ALM files for A-GPS
|
||||
* Amazfit Bip: Initial experimental support for fetching logs from the watch
|
||||
* Mi2/Bip: Send user info to the device (fixes calories and distance display)
|
||||
* Mi2/Bip: Fix firmware update progressbar being stuck at the end
|
||||
|
@ -2,5 +2,5 @@
|
||||
* 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
* 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
* 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
* Inital Amazfit Bip support (WIP)
|
||||
* Various theming fixes
|
||||
* Initial Amazfit Bip support (WIP)
|
||||
* Various themeing fixes
|
||||
* Add workaround for blacklist not properly persisting
|
||||
* Handle resetting language to default properly
|
||||
* Pebble: Pass booleans from Javascript Appmessage correctly
|
||||
|
Loading…
Reference in New Issue
Block a user