├── app └── src │ ├── main │ ├── res │ │ ├── .gitignore │ │ ├── values-ml │ │ │ └── strings.xml │ │ ├── drawable │ │ │ ├── widget_preview.png │ │ │ ├── splash.xml │ │ │ ├── ic_add.xml │ │ │ ├── side_nav_bar.xml │ │ │ ├── ic_drag_handle_black_24dp.xml │ │ │ ├── ic_led_color.xml │ │ │ ├── ic_activity_graphs.xml │ │ │ ├── ic_menu.xml │ │ │ ├── ic_arrow_upward.xml │ │ │ ├── ic_remove_device.xml │ │ │ ├── ic_widgets.xml │ │ │ ├── ic_activity_exercise.xml │ │ │ ├── ic_battery_full.xml │ │ │ ├── ic_info_black.xml │ │ │ ├── ic_activity_sleep.xml │ │ │ ├── ic_brightness_2.xml │ │ │ ├── ic_battery_charging_full.xml │ │ │ ├── ic_action_manage_apps.xml │ │ │ ├── ic_activity_unknown.xml │ │ │ ├── ic_more_vert.xml │ │ │ ├── ic_vpn_key.xml │ │ │ ├── ic_radio.xml │ │ │ ├── ic_access_time.xml │ │ │ ├── ic_font_download.xml │ │ │ ├── ic_reset.xml │ │ │ ├── ic_quit.xml │ │ │ ├── ic_delete_cross.xml │ │ │ ├── ic_action_fetch_activity_data.xml │ │ │ ├── ic_signal_cellular_connected_no_internet_0_bar.xml │ │ │ ├── ic_lock_open.xml │ │ │ ├── ic_device_set_alarms.xml │ │ │ ├── ic_block_black.xml │ │ │ ├── ic_history_black.xml │ │ │ ├── ic_battery_80.xml │ │ │ ├── ic_battery_20.xml │ │ │ ├── ic_battery_50.xml │ │ │ ├── ic_do_not_disturb.xml │ │ │ ├── ic_activity_walking.xml │ │ │ ├── ic_screenshot.xml │ │ │ ├── ic_activity_tracks.xml │ │ │ ├── ic_battery_charging_20.xml │ │ │ ├── ic_battery_charging_80.xml │ │ │ ├── ic_database_management.xml │ │ │ ├── ic_battery_charging_50.xml │ │ │ ├── ic_activity_running.xml │ │ │ ├── ic_select_all.xml │ │ │ ├── ic_debug.xml │ │ │ ├── ic_action_find_lost_device.xml │ │ │ ├── ic_rotate_left.xml │ │ │ ├── ic_share.xml │ │ │ ├── ic_activity_not_measured.xml │ │ │ ├── level_list_battery.xml │ │ │ └── ic_activity_biking.xml │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── drawable-hdpi │ │ │ ├── ic_firmware.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_watchapp.png │ │ │ ├── ic_systemapp.png │ │ │ ├── ic_watchface.png │ │ │ ├── ic_device_hplus.png │ │ │ ├── ic_device_miband.png │ │ │ ├── ic_device_pebble.png │ │ │ ├── ic_device_roidmi.png │ │ │ ├── ic_device_zetime.png │ │ │ ├── ic_languagepack.png │ │ │ ├── ic_notification.png │ │ │ ├── ic_activitytracker.png │ │ │ ├── ic_device_lovetoy.png │ │ │ ├── ic_device_miband2.png │ │ │ ├── ic_device_watchxplus.png │ │ │ ├── ic_device_hplus_disabled.png │ │ │ ├── ic_notification_qhybrid.png │ │ │ ├── ic_device_lovetoy_disabled.png │ │ │ ├── ic_device_miband2_disabled.png │ │ │ ├── ic_device_miband_disabled.png │ │ │ ├── ic_device_pebble_disabled.png │ │ │ ├── ic_device_roidmi_disabled.png │ │ │ ├── ic_device_zetime_disabled.png │ │ │ ├── ic_device_watchxplus_disabled.png │ │ │ ├── ic_notification_disconnected.png │ │ │ ├── ic_notification_low_battery.png │ │ │ └── ic_notification_disconnected_qhybrid.png │ │ ├── drawable-mdpi │ │ │ ├── ic_firmware.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_watchapp.png │ │ │ ├── ic_systemapp.png │ │ │ ├── ic_watchface.png │ │ │ ├── ic_device_hplus.png │ │ │ ├── ic_device_miband.png │ │ │ ├── ic_device_pebble.png │ │ │ ├── ic_device_roidmi.png │ │ │ ├── ic_device_zetime.png │ │ │ ├── ic_languagepack.png │ │ │ ├── ic_notification.png │ │ │ ├── ic_activitytracker.png │ │ │ ├── ic_device_lovetoy.png │ │ │ ├── ic_device_miband2.png │ │ │ ├── ic_device_watchxplus.png │ │ │ ├── ic_device_hplus_disabled.png │ │ │ ├── ic_notification_qhybrid.png │ │ │ ├── ic_device_lovetoy_disabled.png │ │ │ ├── ic_device_miband2_disabled.png │ │ │ ├── ic_device_miband_disabled.png │ │ │ ├── ic_device_pebble_disabled.png │ │ │ ├── ic_device_roidmi_disabled.png │ │ │ ├── ic_device_zetime_disabled.png │ │ │ ├── ic_device_watchxplus_disabled.png │ │ │ ├── ic_notification_disconnected.png │ │ │ ├── ic_notification_low_battery.png │ │ │ └── ic_notification_disconnected_qhybrid.png │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── drawable-xhdpi │ │ │ ├── ic_firmware.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_systemapp.png │ │ │ ├── ic_watchapp.png │ │ │ ├── ic_watchface.png │ │ │ ├── ic_device_hplus.png │ │ │ ├── ic_languagepack.png │ │ │ ├── ic_notification.png │ │ │ ├── ic_activitytracker.png │ │ │ ├── ic_device_lovetoy.png │ │ │ ├── ic_device_miband.png │ │ │ ├── ic_device_miband2.png │ │ │ ├── ic_device_pebble.png │ │ │ ├── ic_device_roidmi.png │ │ │ ├── ic_device_zetime.png │ │ │ ├── ic_device_watchxplus.png │ │ │ ├── ic_notification_qhybrid.png │ │ │ ├── ic_device_hplus_disabled.png │ │ │ ├── ic_device_miband_disabled.png │ │ │ ├── ic_device_pebble_disabled.png │ │ │ ├── ic_device_roidmi_disabled.png │ │ │ ├── ic_device_zetime_disabled.png │ │ │ ├── ic_device_lovetoy_disabled.png │ │ │ ├── ic_device_miband2_disabled.png │ │ │ ├── ic_notification_disconnected.png │ │ │ ├── ic_notification_low_battery.png │ │ │ ├── ic_device_watchxplus_disabled.png │ │ │ └── ic_notification_disconnected_qhybrid.png │ │ ├── drawable-xxhdpi │ │ │ ├── ic_firmware.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_systemapp.png │ │ │ ├── ic_watchapp.png │ │ │ ├── ic_watchface.png │ │ │ ├── ic_device_hplus.png │ │ │ ├── ic_device_lovetoy.png │ │ │ ├── ic_device_miband.png │ │ │ ├── ic_device_miband2.png │ │ │ ├── ic_device_pebble.png │ │ │ ├── ic_device_roidmi.png │ │ │ ├── ic_device_zetime.png │ │ │ ├── ic_languagepack.png │ │ │ ├── ic_notification.png │ │ │ ├── ic_activitytracker.png │ │ │ ├── ic_device_watchxplus.png │ │ │ ├── ic_device_hplus_disabled.png │ │ │ ├── ic_notification_qhybrid.png │ │ │ ├── ic_device_lovetoy_disabled.png │ │ │ ├── ic_device_miband2_disabled.png │ │ │ ├── ic_device_miband_disabled.png │ │ │ ├── ic_device_pebble_disabled.png │ │ │ ├── ic_device_roidmi_disabled.png │ │ │ ├── ic_device_zetime_disabled.png │ │ │ ├── ic_notification_low_battery.png │ │ │ ├── ic_device_watchxplus_disabled.png │ │ │ ├── ic_notification_disconnected.png │ │ │ └── ic_notification_disconnected_qhybrid.png │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── values │ │ │ ├── ic_launcher_background.xml │ │ │ ├── attrs.xml │ │ │ └── dimens.xml │ │ ├── color │ │ │ ├── alarm_dow.xml │ │ │ ├── btn_dark.xml │ │ │ └── blacklist_checkboxes.xml │ │ ├── layout │ │ │ ├── activity_external_pebble_js.xml │ │ │ ├── activity_legacy_external_pebble_js.xml │ │ │ ├── activity_charts_durationdialog.xml │ │ │ ├── activity_device_settings.xml │ │ │ ├── activity_find_phone.xml │ │ │ ├── activity_calblacklist.xml │ │ │ ├── activity_vibration.xml │ │ │ ├── fragment_charts.xml │ │ │ ├── activity_appmanager.xml │ │ │ ├── sleep_alarm_widget.xml │ │ │ ├── activity_android_pairing.xml │ │ │ ├── qhybrid_app_view.xml │ │ │ ├── activity_configure_alarms.xml │ │ │ ├── activity_weather_notification.xml │ │ │ ├── qhybrid_package_settings_item.xml │ │ │ ├── fragment_weeksteps_chart.xml │ │ │ ├── activity_appblacklist.xml │ │ │ ├── fragment_sleepchart.xml │ │ │ ├── activity_qhybrid_app_choser.xml │ │ │ └── activity_controlcenterv2.xml │ │ ├── xml │ │ │ ├── shared_paths.xml │ │ │ ├── devicesettings_high_mtu.xml │ │ │ ├── devicesettings_sync_calendar.xml │ │ │ ├── devicesettings_custom_deviceicon.xml │ │ │ ├── devicesettings_rotatewrist_cycleinfo.xml │ │ │ ├── devicesettings_lowlatency_fwupdate.xml │ │ │ ├── devicesettings_fake_timeoffset.xml │ │ │ ├── devicesettings_liftwrist_display_noshed.xml │ │ │ ├── devicesettings_relax_firmware_checks.xml │ │ │ ├── devicesettings_pairingkey.xml │ │ │ ├── sleep_alarm_widget_info.xml │ │ │ ├── devicesettings_disconnectnotification_noshed.xml │ │ │ ├── devicesettings_custom_emoji_font.xml │ │ │ ├── devicesettings_expose_hr_thirdparty.xml │ │ │ ├── devicesettings_wearlocation.xml │ │ │ ├── devicesettings_longsit_noshed.xml │ │ │ ├── devicesettings_reserve_alarms_calendar.xml │ │ │ ├── devicesettings_power_mode.xml │ │ │ ├── devicesettings_screenorientation.xml │ │ │ ├── devicesettings_swipeunlock.xml │ │ │ ├── devicesettings_zetime.xml │ │ │ ├── devicesettings_dateformat.xml │ │ │ ├── devicesettings_timeformat.xml │ │ │ ├── widget_info.xml │ │ │ ├── devicesettings_find_phone.xml │ │ │ ├── devicesettings_amazfitbip.xml │ │ │ ├── devicesettings_amazfitcor.xml │ │ │ ├── devicesettings_amazfitgtsgtr.xml │ │ │ ├── devicesettings_miband3.xml │ │ │ └── devicesettings_miband5.xml │ │ ├── mipmap-anydpi-v26 │ │ │ ├── ic_launcher.xml │ │ │ └── ic_launcher_round.xml │ │ ├── values-v14 │ │ │ └── dimens.xml │ │ ├── drawable-v21 │ │ │ └── splash.xml │ │ ├── values-w820dp │ │ │ └── dimens.xml │ │ ├── menu │ │ │ ├── activity_list_menu.xml │ │ │ ├── app_blacklist_menu.xml │ │ │ ├── menu_charts.xml │ │ │ └── activity_list_context_menu.xml │ │ ├── values-hr │ │ │ └── strings.xml │ │ └── android-logger.properties │ ├── lint.xml │ ├── java │ │ ├── nodomain │ │ │ └── freeyourgadget │ │ │ │ └── gadgetbridge │ │ │ │ ├── entities │ │ │ │ ├── .gitignore │ │ │ │ └── AbstractHybridHRActivitySample.java │ │ │ │ ├── util │ │ │ │ └── .gitignore │ │ │ │ ├── service │ │ │ │ ├── devices │ │ │ │ │ ├── qhybrid │ │ │ │ │ │ ├── requests │ │ │ │ │ │ │ ├── fossil_hr │ │ │ │ │ │ │ │ ├── widget │ │ │ │ │ │ │ │ │ ├── CustomTextWidgetElement.java │ │ │ │ │ │ │ │ │ └── CustomBackgroundWidgetElement.java │ │ │ │ │ │ │ │ ├── activity │ │ │ │ │ │ │ │ │ └── ActivityFilesGetRequest.java │ │ │ │ │ │ │ │ ├── notification │ │ │ │ │ │ │ │ │ └── NotificationImage.java │ │ │ │ │ │ │ │ └── json │ │ │ │ │ │ │ │ │ └── JsonPutRequest.java │ │ │ │ │ │ │ └── fossil │ │ │ │ │ │ │ │ └── notification │ │ │ │ │ │ │ │ ├── PlayTextNotificationRequest.java │ │ │ │ │ │ │ │ └── PlayCallNotificationRequest.java │ │ │ │ │ │ └── encoder │ │ │ │ │ │ │ └── RLEEncoder.java │ │ │ │ │ └── miband │ │ │ │ │ │ └── operations │ │ │ │ │ │ └── OperationStatus.java │ │ │ │ └── btle │ │ │ │ │ ├── GattListenerAction.java │ │ │ │ │ └── profiles │ │ │ │ │ └── alertnotification │ │ │ │ │ └── OverflowStrategy.java │ │ │ │ ├── activities │ │ │ │ ├── charts │ │ │ │ │ └── ChartsData.java │ │ │ │ └── GBActivity.java │ │ │ │ ├── devices │ │ │ │ ├── miband │ │ │ │ │ ├── DateTimeDisplay.java │ │ │ │ │ └── DoNotDisturb.java │ │ │ │ ├── huami │ │ │ │ │ ├── ActivateDisplayOnLift.java │ │ │ │ │ └── DisconnectNotificationSetting.java │ │ │ │ └── lenovo │ │ │ │ │ └── DataType.java │ │ │ │ ├── deviceevents │ │ │ │ ├── GBDeviceEventSendBytes.java │ │ │ │ ├── GBDeviceEventLEDColor.java │ │ │ │ ├── GBDeviceEventFmFrequency.java │ │ │ │ └── GBDeviceEventScreenshot.java │ │ │ │ └── model │ │ │ │ ├── ValidByDate.java │ │ │ │ ├── TimeStamped.java │ │ │ │ ├── SummaryOfDay.java │ │ │ │ └── BatteryState.java │ │ └── lineageos │ │ │ └── app │ │ │ └── LineageContextConstants.java │ ├── assets │ │ └── devintro.png │ ├── aidl │ │ ├── com │ │ │ └── android │ │ │ │ └── internal │ │ │ │ └── telephony │ │ │ │ └── ITelephony.aidl │ │ └── lineageos │ │ │ ├── weather │ │ │ ├── RequestInfo.aidl │ │ │ ├── WeatherInfo.aidl │ │ │ ├── WeatherLocation.aidl │ │ │ └── IWeatherServiceProviderChangeListener.aidl │ │ │ └── weatherservice │ │ │ ├── ServiceRequestResult.aidl │ │ │ └── IWeatherProviderServiceClient.aidl │ └── project.properties │ └── test │ ├── java │ └── nodomain │ │ └── freeyourgadget │ │ └── gadgetbridge │ │ ├── test │ │ └── MiscTest.java │ │ └── service │ │ └── btle │ │ └── BtLEQueueTest.java │ └── resources │ ├── GPXExporterTest-SampleTracks.csv │ └── GPXExporterTest-SampleTracksHR.csv ├── GBDaoGenerator ├── .gitignore └── build.gradle ├── fastlane └── metadata │ └── android │ ├── de-DE │ ├── title.txt │ ├── short_description.txt │ ├── images │ │ ├── icon.png │ │ └── featureGraphic.jpg │ └── full_description.txt │ ├── en-US │ ├── title.txt │ ├── changelogs │ │ ├── 144.txt │ │ ├── 121.txt │ │ ├── 142.txt │ │ ├── 106.txt │ │ ├── 127.txt │ │ ├── 159.txt │ │ ├── 128.txt │ │ ├── 153.txt │ │ ├── 99.txt │ │ ├── 109.txt │ │ ├── 149.txt │ │ ├── 104.txt │ │ ├── 152.txt │ │ ├── 168.txt │ │ ├── 118.txt │ │ ├── 111.txt │ │ ├── 126.txt │ │ ├── 177.txt │ │ ├── 115.txt │ │ ├── 107.txt │ │ ├── 161.txt │ │ ├── 162.txt │ │ ├── 116.txt │ │ ├── 157.txt │ │ ├── 163.txt │ │ ├── 141.txt │ │ ├── 119.txt │ │ ├── 114.txt │ │ ├── 129.txt │ │ ├── 151.txt │ │ ├── 123.txt │ │ ├── 113.txt │ │ ├── 120.txt │ │ ├── 140.txt │ │ ├── 166.txt │ │ ├── 112.txt │ │ ├── 154.txt │ │ ├── 133.txt │ │ ├── 110.txt │ │ ├── 125.txt │ │ ├── 131.txt │ │ ├── 135.txt │ │ ├── 145.txt │ │ ├── 147.txt │ │ ├── 130.txt │ │ ├── 122.txt │ │ ├── 97.txt │ │ ├── 172.txt │ │ ├── 165.txt │ │ ├── 124.txt │ │ ├── 164.txt │ │ ├── 100.txt │ │ ├── 102.txt │ │ ├── 169.txt │ │ ├── 174.txt │ │ ├── 167.txt │ │ ├── 134.txt │ │ ├── 150.txt │ │ ├── 96.txt │ │ ├── 103.txt │ │ ├── 105.txt │ │ ├── 176.txt │ │ ├── 98.txt │ │ ├── 117.txt │ │ ├── 160.txt │ │ ├── 108.txt │ │ ├── 170.txt │ │ ├── 171.txt │ │ ├── 143.txt │ │ ├── 101.txt │ │ ├── 137.txt │ │ ├── 139.txt │ │ ├── 156.txt │ │ ├── 132.txt │ │ ├── 148.txt │ │ ├── 175.txt │ │ ├── 173.txt │ │ ├── 155.txt │ │ ├── 158.txt │ │ ├── 136.txt │ │ └── 138.txt │ ├── short_description.txt │ ├── images │ │ ├── icon.png │ │ ├── featureGraphic.jpg │ │ └── phoneScreenshots │ │ │ ├── 30-Sleep.png │ │ │ ├── 10-MainScreen.png │ │ │ ├── 60-SpeedZones.png │ │ │ ├── 40-SleepPerWeek.png │ │ │ ├── 41-SleepPerMonth.png │ │ │ ├── 50-StepsPerWeek.png │ │ │ ├── 51-StepsPerMonth.png │ │ │ ├── 70-LiveActivity.png │ │ │ └── 20-ActivityAndSleep.png │ └── full_description.txt │ └── it-IT │ ├── title.txt │ ├── short_description.txt │ └── full_description.txt ├── settings.gradle ├── .settings └── org.eclipse.buildship.core.prefs ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── .gitattributes ├── .gitignore ├── config ├── travis │ └── validate_fastlane_metadata.sh └── findbugs │ └── findbugs-filter.xml ├── gradle.properties └── .travis.yml /app/src/main/res/.gitignore: -------------------------------------------------------------------------------- 1 | values-en 2 | -------------------------------------------------------------------------------- /GBDaoGenerator/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /build 3 | -------------------------------------------------------------------------------- /fastlane/metadata/android/de-DE/title.txt: -------------------------------------------------------------------------------- 1 | Gadgetbridge -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/title.txt: -------------------------------------------------------------------------------- 1 | Gadgetbridge -------------------------------------------------------------------------------- /fastlane/metadata/android/it-IT/title.txt: -------------------------------------------------------------------------------- 1 | Gadgetbridge -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app', ':GBDaoGenerator' 2 | -------------------------------------------------------------------------------- /app/src/main/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /app/src/main/java/nodomain/freeyourgadget/gadgetbridge/entities/.gitignore: -------------------------------------------------------------------------------- 1 | *.java 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/144.txt: -------------------------------------------------------------------------------- 1 | * Fix db deadlock on alarm migration -------------------------------------------------------------------------------- /app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/.gitignore: -------------------------------------------------------------------------------- 1 | small/ 2 | SmallHelper.java 3 | -------------------------------------------------------------------------------- /.settings/org.eclipse.buildship.core.prefs: -------------------------------------------------------------------------------- 1 | connection.project.dir= 2 | eclipse.preferences.version=1 3 | -------------------------------------------------------------------------------- /app/src/main/res/values-ml/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/121.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Fix language setting on new firmwares 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/142.txt: -------------------------------------------------------------------------------- 1 | * Pebble: Fix crash with DISMISS and OPEN actions 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/106.txt: -------------------------------------------------------------------------------- 1 | * Mi2/Bip: Support setting distance units (metric/imperial) 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/127.txt: -------------------------------------------------------------------------------- 1 | * Fix crashes and connection problems on Android 6 and lower 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/159.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip Lite: Support flashing firmware and watchfaces 2 | -------------------------------------------------------------------------------- /app/src/main/assets/devintro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/assets/devintro.png -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/128.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/153.txt: -------------------------------------------------------------------------------- 1 | * Mi Band 4: Support flashing watchfaces, res and firmware (.ft untested) 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/short_description.txt: -------------------------------------------------------------------------------- 1 | Use your Pebble/Bip/Miband/Hplus/[more] and keep your data private! 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/it-IT/short_description.txt: -------------------------------------------------------------------------------- 1 | Usa il tuo Pebble/Bip/Miband/Hplus/[altri] e mantieni i tuoi dati privati! -------------------------------------------------------------------------------- /fastlane/metadata/android/de-DE/short_description.txt: -------------------------------------------------------------------------------- 1 | Nutze deine Pebble/Bip/Miband/Hplus u.a. und behalte deine Daten für dich! 2 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/widget_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable/widget_preview.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_firmware.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_watchapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_watchapp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_firmware.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_watchapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_watchapp.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_systemapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_systemapp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_watchface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_watchface.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_systemapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_systemapp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_watchface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_watchface.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_firmware.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_systemapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_systemapp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_watchapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_watchapp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_watchface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_watchface.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_firmware.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_systemapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_systemapp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_watchapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_watchapp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_watchface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_watchface.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /fastlane/metadata/android/de-DE/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/de-DE/images/icon.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_hplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_hplus.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_miband.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_miband.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_pebble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_pebble.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_roidmi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_roidmi.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_zetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_zetime.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_languagepack.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_hplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_hplus.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_miband.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_miband.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_pebble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_pebble.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_roidmi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_roidmi.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_zetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_zetime.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_languagepack.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_hplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_hplus.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_languagepack.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/99.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Support icons and text body for notifications 2 | * Mi Band: Fix setting smart alarms 3 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_activitytracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_activitytracker.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_lovetoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_lovetoy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_miband2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_miband2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_activitytracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_activitytracker.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_lovetoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_lovetoy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_miband2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_miband2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_activitytracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_activitytracker.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_lovetoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_lovetoy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_miband.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_miband.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_miband2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_miband2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_pebble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_pebble.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_roidmi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_roidmi.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_zetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_zetime.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_hplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_hplus.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_lovetoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_lovetoy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_miband.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_miband.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_miband2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_miband2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_pebble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_pebble.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_roidmi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_roidmi.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_zetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_zetime.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_languagepack.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_notification.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_watchxplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_watchxplus.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_watchxplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_watchxplus.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_watchxplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_watchxplus.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_activitytracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_activitytracker.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/109.txt: -------------------------------------------------------------------------------- 1 | * Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices 2 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_hplus_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_hplus_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_notification_qhybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_notification_qhybrid.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_hplus_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_hplus_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_notification_qhybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_notification_qhybrid.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_notification_qhybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_notification_qhybrid.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_watchxplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_watchxplus.png -------------------------------------------------------------------------------- /fastlane/metadata/android/de-DE/images/featureGraphic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/de-DE/images/featureGraphic.jpg -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/149.txt: -------------------------------------------------------------------------------- 1 | * Mi Band 3: Recognize "Xiaomi Band 3" 2 | * Amazfit Bip: Add German, Italian, French and Turkish to language settings 3 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/featureGraphic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/featureGraphic.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_lovetoy_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_lovetoy_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_miband2_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_miband2_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_miband_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_miband_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_pebble_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_pebble_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_roidmi_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_roidmi_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_zetime_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_zetime_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_lovetoy_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_lovetoy_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_miband2_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_miband2_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_miband_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_miband_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_pebble_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_pebble_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_roidmi_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_roidmi_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_zetime_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_zetime_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_hplus_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_hplus_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_miband_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_miband_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_pebble_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_pebble_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_roidmi_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_roidmi_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_zetime_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_zetime_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_hplus_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_hplus_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_notification_qhybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_notification_qhybrid.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/104.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Auto-switch language on connect (English, Simplified Chinese, Traditional Chinese), requires FW 0.0.9.14+ 2 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_device_watchxplus_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_device_watchxplus_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_notification_disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_notification_disconnected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_notification_low_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_notification_low_battery.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_device_watchxplus_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_device_watchxplus_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_notification_disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_notification_disconnected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_notification_low_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_notification_low_battery.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_lovetoy_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_lovetoy_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_miband2_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_miband2_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_notification_disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_notification_disconnected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_notification_low_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_notification_low_battery.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_lovetoy_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_lovetoy_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_miband2_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_miband2_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_miband_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_miband_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_pebble_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_pebble_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_roidmi_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_roidmi_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_zetime_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_zetime_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_notification_low_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_notification_low_battery.png -------------------------------------------------------------------------------- /app/src/main/res/values/ic_launcher_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #0091EA 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_device_watchxplus_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_device_watchxplus_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_device_watchxplus_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_device_watchxplus_disabled.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_notification_disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_notification_disconnected.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/152.txt: -------------------------------------------------------------------------------- 1 | * Mi Band 4: Initial support (WARNING: INITIAL SETUP NEEDS MI FIT WITH ACCOUNT AND ROOT, NOT A RECOMMENDED DEVICE FOR GADGETBRIDGE) 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/168.txt: -------------------------------------------------------------------------------- 1 | * Fix accepting/rejecting calls on Android 9 2 | * Mi Band 3/4, Amazfit Bip/Cor/GTS/GTR: Option to sync calender events as reminder 3 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/118.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51 2 | * Pebble: "find phone" feature for upcoming pebble helper app -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/30-Sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/30-Sleep.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_notification_disconnected_qhybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-hdpi/ic_notification_disconnected_qhybrid.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_notification_disconnected_qhybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-mdpi/ic_notification_disconnected_qhybrid.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_notification_disconnected_qhybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xhdpi/ic_notification_disconnected_qhybrid.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_notification_disconnected_qhybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/app/src/main/res/drawable-xxhdpi/ic_notification_disconnected_qhybrid.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/111.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Allow flashing watchfaces 2 | * Amazfit Cor: Fix flashing new .res files 3 | * Mi Band 2/HRX/Bip/Cor: Try to fix stuck activity sync 4 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/126.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Initial support for GPS tracks 2 | * Pebble: Wind speed/direction support and bugfixes for weather when using background javascript 3 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/10-MainScreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/10-MainScreen.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/60-SpeedZones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/60-SpeedZones.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/40-SleepPerWeek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/40-SleepPerWeek.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/41-SleepPerMonth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/41-SleepPerMonth.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/50-StepsPerWeek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/50-StepsPerWeek.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/51-StepsPerMonth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/51-StepsPerMonth.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/70-LiveActivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/70-LiveActivity.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/20-ActivityAndSleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TaaviE/Gadgetbridge/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/20-ActivityAndSleep.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/177.txt: -------------------------------------------------------------------------------- 1 | * Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected) 2 | * Add experimental support for TinyWeatherForecastGermany 3 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/115.txt: -------------------------------------------------------------------------------- 1 | * Initial support for Omnijaws weather service 2 | * Amazfit Bip: Allow installation of latest gps firmware 3 | * Amazfit Cor: Fixes for installing newer firmware versions 4 | -------------------------------------------------------------------------------- /app/src/main/aidl/com/android/internal/telephony/ITelephony.aidl: -------------------------------------------------------------------------------- 1 | package com.android.internal.telephony; 2 | 3 | 4 | interface ITelephony { 5 | boolean endCall(); 6 | void answerRingingCall(); 7 | void silenceRinger(); 8 | } 9 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/107.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail 2 | * HPlus: Fix Unicode encoding 3 | * No.1 F1: Alarms support 4 | * No.1 F1: Show data fetching progress 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/161.txt: -------------------------------------------------------------------------------- 1 | * Amazfit GTS: Initial and incomplete support, mostly untested 2 | * Add forward/backward buttons to charts for faster navigation 3 | * Debug: allow to reset last fetch date for Huami devices 4 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/162.txt: -------------------------------------------------------------------------------- 1 | * Try to actively re-connect when a connection gets interrupted (interval grows up to 64 seconds) 2 | * Mi Band2/Amazfip Bip: Make button action settings per-device and enable for Amazfit Bip 3 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/splash.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/116.txt: -------------------------------------------------------------------------------- 1 | * Mi Band 1S: Fix sync problem with firmware 4.16.11.15 (probably also Mi Band 1.0.15.0 and Mi Band 1A 5.16.11.15) 2 | * Amazfit Cor: Fix problem with firmware >=1.0.6.27 being detected as Mi Band 2 3 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/157.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Untested support for Lite variant 2 | * Force Lineage OS to ask for permission when Trust is used to fix non-working incoming calls 3 | * Charts: List multiple sleep sessions per day 4 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/163.txt: -------------------------------------------------------------------------------- 1 | * Fossil Q Hybrid: Initial support 2 | * Bangle.js: Initial support 3 | * Reserve Alarm for Calendar feature restricted to Mi Band 1/2 and moved to per-device settings 4 | * New icon for App Manager 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/141.txt: -------------------------------------------------------------------------------- 1 | * Pebble: Fix a regression that caused non-working mute, open and dismiss actions 2 | * Fix setting language to Czech manually 3 | * Ignore summary notification from K-9 Mail (caused notification spamming) 4 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/119.txt: -------------------------------------------------------------------------------- 1 | * Fix crash when changing the periodic database export interval 2 | * Amazfit Bip: Allow fonts and new res format to be flashed 3 | * Amazfit Cor: Allow new res format to be flashed 4 | * Pebble: Background js fixes 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/114.txt: -------------------------------------------------------------------------------- 1 | * Initial support for LineageOS/CyanogenMod weather provider 2 | * Amazfit Bip/Cor: Support for current weather temperature 3 | * Amazfit Bip/Cor: Display firmware version and type also for non-whitelisted firmware files 4 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/129.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Add proper mime type to shared gpx files 2 | * Amazfit Bip: allow to set displayed menu items 3 | * Amazfit Bip: fix fetching logs from device via debug menu 4 | * Amazfit Bip: Raise .res limit to 700000 bytes for modded files 5 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Sat Jun 06 23:41:28 CEST 2020 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip 7 | -------------------------------------------------------------------------------- /app/src/main/res/color/alarm_dow.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/151.txt: -------------------------------------------------------------------------------- 1 | * Mi Band 1: Fix crash when entering per-device settings 2 | * Mi Band 3: Allow setting date format in per-device settings 3 | * ZeTime: Fix timestmaps 4 | * Fix a crash when flashing an non-whitelisted firmware while using Gadgetbridge in Spanish 5 | -------------------------------------------------------------------------------- /app/src/main/res/color/btn_dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_external_pebble_js.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_legacy_external_pebble_js.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/123.txt: -------------------------------------------------------------------------------- 1 | * Display the chat icon for notifications coming from Kontalk and Antox 2 | * Pebble: Fix for background js which try to send floats (e.g. TrekVolle) 3 | * Mi Band 2: Change the way vibration patterns work, also fixes problems with missing text on newer firmwares 4 | -------------------------------------------------------------------------------- /app/src/main/res/xml/shared_paths.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/113.txt: -------------------------------------------------------------------------------- 1 | * Unlock Teclast H10 support using the same code as H30 2 | * Amazfit Bip: Fix installation of 0.1.0.11 Firmware 3 | * Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions 4 | * Workaround for a crash on Android 4.4 when connecting 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/120.txt: -------------------------------------------------------------------------------- 1 | * Charts: Try to fix another crash 2 | * Pebble: Fix weather for some watchfaces when using background JS 3 | * Amazfit Cor: Allow watchfaces to be flashed (untested) 4 | * Amazfit Bip: Better detection for flashable font types 5 | * Fix number only privacy option 6 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/140.txt: -------------------------------------------------------------------------------- 1 | * Pebble: Fix crash when no canned replies have been set 2 | * Pebble: Let the firmware show localized default canned replies if none have been set 3 | * Amazfit Bip: Fix importing GPS tracks that have been recorded with Firmware 1.1.5.02 4 | * Display measured hr value in debug screen 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/166.txt: -------------------------------------------------------------------------------- 1 | * Huami: allow to have alarms without snooze feature 2 | * Mi Band 2: Properly stop a call notification when text notifications are disabled 3 | * VoIP calls: ignore notifications with only one action, assuming it is an outgoing call 4 | * Try to fix notifications from Business Calendar 5 | -------------------------------------------------------------------------------- /app/src/main/res/values-v14/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 0dp 9 | 10 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/112.txt: -------------------------------------------------------------------------------- 1 | * Mi Band 2/Bip/Cor: Whole day HR support 2 | * Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature 3 | * Pebble: Fix some nasty crashes which occur since 0.22.0 4 | * Workaround for non-working notifications from wechat and outlook 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/154.txt: -------------------------------------------------------------------------------- 1 | #### Version 0.35.2 2 | * Mi Band 1/2: Crash when updating firmware while phone is set to Spanish 3 | * Mi Band 4: Enable music info support (displays now on the band) 4 | * Mi Band 4: Support setting date format (for built-in watchfaces) 5 | * Amazfit Cor 2: Try to fix empty menu on device 6 | -------------------------------------------------------------------------------- /app/src/main/res/color/blacklist_checkboxes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/133.txt: -------------------------------------------------------------------------------- 1 | * Pebble: Change appstore search to point to RomanPort's pebble appstore 2 | * Mi Band 3: Allow flashing fonts (untested) 3 | * Amazfit Bip: Allow flashing latest firmwares 4 | * Amazfit Cor: Allow flashing Bip fonts (untested) 5 | * Allow to limit auto fetch to a user configurable time interval 6 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/110.txt: -------------------------------------------------------------------------------- 1 | * Charts: Add setting to disable swiping charts left/right and some UI changes 2 | * Pebble: Use the configured unit system also for system weather app 3 | * Mi Band 2: Fix HR being absent in charts 4 | * Amazfit Bip: Allow manual language selection in settings 5 | * Amazfit Cor: Fix firmware update 6 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/125.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Cor: Try to send weather location instead of AQI 2 | * Amazfit Bip: Support setting start end end time for background light when lifting the arm 3 | * Pebble: various fixes and improvemnets for background javascript 4 | * Explicity ask for RECEIVE_SMS permission to fix problems with Android 8 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/131.txt: -------------------------------------------------------------------------------- 1 | * Fix autoreconnect at boot on recent Android versions 2 | * Bluetooth connection is more stable on Oreo 3 | * Potentially fix the watch continuously vibrating after call pickup 4 | * Amazfit Bip: Add setting to configure shortcuts (swipe to right from watchface) 5 | * Recognize Q8 as a HPlus device 6 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/135.txt: -------------------------------------------------------------------------------- 1 | * Fix wrong weather icon mapping in rare cases 2 | * Fix device discovery on Android 4.4 3 | * Amazfit Bip: Use UTC in gpx tracks for better compatibility with external software 4 | * Amazfit Bip: Add the (localized) activity type to the gpx filename 5 | * Amazfit Bip: Fix weather on latest firmwares 6 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/145.txt: -------------------------------------------------------------------------------- 1 | * Fix setting alarms under some circumstances 2 | * Support calls notifications for some VoIP apps 3 | * Mi Band 3: Enable fetching sports activities (currently only useful for flushing activities) 4 | * Casio: Improve stability 5 | * Casio: Add explicit support for GB-6900B, GB-X6900B and GB-5600B 6 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/147.txt: -------------------------------------------------------------------------------- 1 | * Make voip call support optional (disabled by default) 2 | * Amazfit Bip: GPX export corrections 3 | * ZeTime: Fix setting alarms 4 | * ZeTime: Fix wrong activity timestamps 5 | * ZeTime: Set HR alarm limits when changed, not only on connect 6 | * ZeTime: Sync preferences from the watch to Gadgetbridge settings 7 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/130.txt: -------------------------------------------------------------------------------- 1 | * Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled 2 | * Pebble 2: Add optional GATT client only mode that might help with connection stability 3 | * Amazfit Cor: Fix detection of newer firmwares 4 | * Mi Band 2: Fix text notifcations not appearing with short vibration patterns 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/splash.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/122.txt: -------------------------------------------------------------------------------- 1 | * Fix crash in settings activity with export location 2 | * Fix notification deletion regression 3 | * Add 'Ł' and 'ł' to transliteration map 4 | * Omnijaws Weather: correctly pick today's' min and max temperature 5 | * Fix alarm details activity on small screen 6 | * Pebble: mimic online check of TrekVolle when using background js 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_add.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/97.txt: -------------------------------------------------------------------------------- 1 | * Replace or relicense CC-NC licensed icons to satisfy F-Droid 2 | * Mi Band 2: Make infos to display on the Band configurable 3 | * Mi Band 2: Support wrist rotation to switch info setting 4 | * Mi Band 2: Support goal notification setting 5 | * Mi Band 2: Support do not disturb setting 6 | * Mi Band 2: Support inactivity warning setting 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/side_nav_bar.xml: -------------------------------------------------------------------------------- 1 | 3 | 9 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/172.txt: -------------------------------------------------------------------------------- 1 | * Fossil Hybrid HR: Initial support for activity tracking (no sleep yet) 2 | * Fossil Hybrid HR: Support setting alarms on newer firmware 3 | * Amazfit GTR/GTS: Fix flashing watchfaces and maybe firmware/res update (still untested) 4 | * Amazfit GTS: Support enabling/disabling menu items on the watch 5 | * Implement transliteration for Korean 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_drag_handle_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/165.txt: -------------------------------------------------------------------------------- 1 | * JYou Y5: Initial support 2 | * Mi Band 2/Amazfit Bip: Redesign button actions for easy music control setup and support long presses on Bip 3 | * Amazfit Bip: Remove RES file limit (for BipOS) 4 | * Huami: Automatically toggle alarm switch when toggling on the Band/Watch while in Alarm settings in Gadetbridge 5 | * Recogize Pixart-Messenger as Chat App 6 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/124.txt: -------------------------------------------------------------------------------- 1 | * Initial support for Xwatch 2 | * Move the connected device to top in control center 3 | * Add adaptive launcher icon for Android 8.x 4 | * No longer plot heart rate graph when device was detected as not worn 5 | * Pebble: Small fixes for background js (e.g. Pebble-Casio-WV58DE) 6 | * Pebble: native (non bg js) support for weather in Simply Light watchface 7 | -------------------------------------------------------------------------------- /app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 64dp 6 | 7 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/164.txt: -------------------------------------------------------------------------------- 1 | * Mi Band/Amazfit: Recogize changes when toggling alarm on device (immediately when connected, else when connecting) 2 | * Mi Band/Amazfit: Fix some bugs with stuck connection when re-connecting 3 | * Mi Band 4: Support higher MTU for multiple times faster firmware transfer (probably also Amazfit GTR/GTS) 4 | * Amazfit Cor: Fix setting language to Chinese manually 5 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/100.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Various fixes regarding weather, add condition string support for FW 0.0.8.74 2 | * Amazfit Bip: enable caller display in later firmwares 3 | * Amazfit Bip: initial firmware update support (EXPERIMENTAL, AT YOUR OWN RISK) 4 | * Re-enable improved speed zones tab 5 | * Probably fix crash with certain music players 6 | * Improve theme and add changelog icon 7 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/102.txt: -------------------------------------------------------------------------------- 1 | * Initial support for EXRIZU K8 (HPlus variant) 2 | * Amazfit Bip: fix long messages not being displayed at all 3 | * Mi Band 2: Support multiple button actions 4 | * NO.1 F1: Fetch sleep data 5 | * NO.1 F1: Heart rate support 6 | * Pebble: Support controlling the current active media playback application 7 | * Fix suspended activities coming to front when rotating the screen 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_led_color.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/169.txt: -------------------------------------------------------------------------------- 1 | * Initial support for Fossil Hybrid HR (needs complicated key extraction, read wiki) 2 | * Fossil: Allow switching off the Q Icon and use the default Gadgetbridge icon 3 | * Fix VoIP call handling during DND 4 | * Fix find-my-phone for Android 10 5 | * Huami: Fix crash when calendar event desctription or title was null 6 | * Huami: Igore all-day events when syncing calendar events 7 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/174.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip S: Support setting shortcuts 2 | * Amazfit Bip S: Fix setting display items 3 | * Amazfit Bip S: Fix incoming call notification 4 | * Huami: Fix menu items vanishing from the device when they were never configured through Gadgetbridge 5 | * Lenovo Watch9: Fix launch of wrong calibration activity 6 | * Reduce calls to onSetMusicInfo/onSetMusicState when playing music 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_activity_graphs.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_menu.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/167.txt: -------------------------------------------------------------------------------- 1 | * Initial iTag support 2 | * Fix indefinitely lasting bluetooth scans when location permission has not been granted 3 | * Try to stop incoming VoIP call notification when the call is answered 4 | * Vectorize some icons and add a new Mi Scale 2 icon 5 | * Mi Band 4: Make high MTU optional, fixes problems on some phones 6 | * ZeTime: Fix probably broken support (duplicate id used by Fossil) 7 | -------------------------------------------------------------------------------- /app/src/main/res/menu/activity_list_menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 10 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/134.txt: -------------------------------------------------------------------------------- 1 | * Initial support for ZeTime 2 | * Amazfit Bip/Cor: Rework firmware detection to cope with new version scheme 3 | * Amazfit Bip: Support setting language to Russian 4 | * Amazfit Cor: Support language switching on newer firmwares 5 | * Mi Band 3: support setting language (english and spanish tested) 6 | * Mi Band 3: Fix pairing 7 | * Mi Band 3: Send AQI to enable display of current temperature 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_arrow_upward.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_remove_device.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/full_description.txt: -------------------------------------------------------------------------------- 1 | Use your Pebble/Mi Band/Amazfit Bip/Hplus device without the vendor's closed source application and without the need to create an account and transmit any of your data to the vendor's servers. 2 | 3 | You can get notifications on your wrist and (depending on the device): 4 | 5 | - collect data from the device sensors 6 | - control music playing on your android device 7 | - see the weather 8 | - get directions -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/150.txt: -------------------------------------------------------------------------------- 1 | * Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity) 2 | * Mi Band 3: Fix setting menu items with 2.4 firmware and add support for the new timer menu 3 | * Amazfit Bip/Cor, Casio: Add support for muting incoming calls 4 | * ZeTime: Remove endless recursion in ZeTime settings 5 | * Recognize FairEmail notifications as generic email notifications 6 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_high_mtu.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/96.txt: -------------------------------------------------------------------------------- 1 | * Pebble: Fix crash when calendar access permission has been denied 2 | * Pebble: Fix wrong timestamps with Morpheuz running on Firmware >=3 3 | * Mi Band 2: Improve reliability when fetching activity data 4 | * HPlus: Fix intensity calculation without continuous connectivity 5 | * HPlus: Fix Unicode handling 6 | * HPlus: Initial not work detection 7 | * Fix memory leak 8 | * Only show Realtime Chart on devices supporting it -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_sync_calendar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/103.txt: -------------------------------------------------------------------------------- 1 | * Amazfit Bip: Support flashing CEP and ALM files for A-GPS 2 | * Amazfit Bip: Initial experimental support for fetching logs from the watch 3 | * Mi2/Bip: Send user info to the device (fixes calories and distance display) 4 | * Mi2/Bip: Fix firmware update progressbar being stuck at the end 5 | * Pebble/Bip: Support more notification icons 6 | * Pebble: Automatically determine color for unknown notifications on Pebble Time 7 | -------------------------------------------------------------------------------- /app/src/main/res/menu/app_blacklist_menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/values-hr/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Gadgetbridge 4 | Muško 5 | Žensko 6 | Ostalo 7 | Lijevo 8 | nodomain.freeyourgadget.gadgetbridge.ButtonPressed 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_widgets.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_custom_deviceicon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_rotatewrist_cycleinfo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_lowlatency_fwupdate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/105.txt: -------------------------------------------------------------------------------- 1 | * Mi2/Bip: Fix sleep detection for newer firmwares 2 | * Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data 3 | * No.1 F1: Support setting time format and distance units (metric/imperial) 4 | * Pebble: Support setting distance units to miles for Health (need to reactivate Health in App Manager after toggling) 5 | * HPlus: Make changing distance unit system effective immediately on toggling 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_activity_exercise.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_fake_timeoffset.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_liftwrist_display_noshed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_battery_full.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_info_black.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_relax_firmware_checks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /fastlane/metadata/android/de-DE/full_description.txt: -------------------------------------------------------------------------------- 1 | Nutze deine Pebble/Mi Band/Amazfit Bip/Hplus, ohne die proprietäre App des Herstellers, ohne ein Benutzerkonto zu erstellen, und ohne irgendwelche Daten an die Server des Herstellers zu senden. 2 | 3 | Du kannst Benachrichtigungen an deinem Handgelenk erhalten, sowie (je nach Gerät): 4 | - Daten der Gerätesensoren sammeln 5 | - Die Musikwiedergabe auf deinem Android Gerät steuern 6 | - Wettervorhersagen angezeigt bekommen 7 | - Navigiert werden 8 | 9 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/176.txt: -------------------------------------------------------------------------------- 1 | * Initial support for Amazfit T-Rex 2 | * Amazfit Bip S: Support installation of latest .res 3 | * Amazfit Bip S: Support longer notification messages 4 | * Huami: Limit weather forecast to 7 days to fix problems with weather notificaon 0.3.11 5 | * Huami: Improve music playback information 6 | * Huami: Ensure cutting strings on UTF-8 border 7 | * Stop incoming call notification when VoIP calls are missed 8 | * Fix a crash when with Farsi translation 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_activity_sleep.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_charts_durationdialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_pairingkey.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/xml/sleep_alarm_widget_info.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_brightness_2.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_device_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_disconnectnotification_noshed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/98.txt: -------------------------------------------------------------------------------- 1 | * Initial Amazfit Bip support (WIP) 2 | * Various themeing fixes 3 | * Add workaround for blacklist not properly persisting 4 | * Handle resetting language to default properly 5 | * Pebble: Pass booleans from Javascript Appmessage correctly 6 | * Pebble: Make local configuration pages work on most recent webview implementation 7 | * Pebble: Allow to blacklist calendars 8 | * Add Greek and German transliteration support 9 | * Various visual improvements to charts 10 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/117.txt: -------------------------------------------------------------------------------- 1 | * Fix logs sometimes not containing stacktraces 2 | * Support periodic database export 3 | * Support transliteration for Arabic and Farsi 4 | * Try to make alarm details scrollable (for small devices) 5 | * Amazfit Bip: Implement find phone feature 6 | * Amazfit Bip: Support flashing latest GPS firmware 7 | * Amazfit Cor: Support flashing latest firmware 8 | * Pebble: Fix crash with experimental background javascript 9 | * Charts: Several fixes to the MPAndroidChart library 10 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/160.txt: -------------------------------------------------------------------------------- 1 | * Amazfit GTR: Initial and incomplete support, mostly untested 2 | * Amazfit Bip: add Portuguese to the list of selectable languages 3 | * Mi Band 4: Enable emoji font setting 4 | * Makibes HR3: Support the english version 5 | * Makibes HR3: Enable bluetooth pairing for working reconnection 6 | * Work around crash when trying to display changelog 7 | * Sleep detection settings: Rolling 24 hours (existing style) or Noon to noon 8 | * Add alternative color to heartrate in chart settings 9 | -------------------------------------------------------------------------------- /fastlane/metadata/android/it-IT/full_description.txt: -------------------------------------------------------------------------------- 1 | Utilizza il tuo dispositivo Pebble/Mi Band/Amazfit Bip/Hplus senza dipendere dall'applicazione proprietaria del vendor e senza bisogno di creare accounts e trasferire i tuoi dati altrove. 2 | 3 | Vedi le notifiche direttamente sul tuo polso, e inoltre (a seconda del dispositivo): 4 | 5 | - memorizza i dati della tua attività fisica dai sensori 6 | - controlla le app per riprodurre musica sul tuo dispositivo android 7 | - vedi le condizioni meteorologiche 8 | - vedi le indicazioni stradali -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_battery_charging_full.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_custom_emoji_font.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_expose_hr_thirdparty.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/108.txt: -------------------------------------------------------------------------------- 1 | * Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support 2 | * Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter) 3 | * Mi Band 2: Support more icons and textual notifications for more apps 4 | * Add some quick action buttons to Gadgetbridge's notification 5 | * Add transliteration support for ukrainian cyrillic characters 6 | * Fix annoying toast in Mi Band settings 7 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Set the default behavior, in case people don't have core.autocrlf set. 2 | * text=auto 3 | 4 | # Explicitly declare text files you want to always be normalized and converted 5 | # to native line endings on checkout. 6 | *.java text 7 | *.gradle text 8 | *.md text 9 | *.properties text 10 | *.xml text 11 | 12 | # Declare files that will always have CRLF line endings on checkout. 13 | #*.sln text eol=crlf 14 | 15 | # Denote all files that are truly binary and should not be modified. 16 | #*.png binary 17 | #*.jpg binary 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Built application files 2 | *.apk 3 | *.ap_ 4 | 5 | # Files for the Dalvik VM 6 | *.dex 7 | 8 | # Java class files 9 | *.class 10 | 11 | # Generated files 12 | bin/ 13 | gen/ 14 | 15 | # Gradle files 16 | .gradle/ 17 | build/ 18 | 19 | # Local configuration file (sdk path, etc) 20 | local.properties 21 | 22 | # Proguard folder generated by Eclipse 23 | proguard/ 24 | 25 | # Log Files 26 | *.log 27 | 28 | .idea 29 | *.iml 30 | 31 | MPChartLib 32 | 33 | fw.dirs 34 | **/.project 35 | **/.settings 36 | **/.classpath 37 | -------------------------------------------------------------------------------- /app/src/main/res/xml/devicesettings_wearlocation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_action_manage_apps.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_activity_unknown.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_more_vert.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_find_phone.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 |