1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-08 07:28:32 +02:00
Gadgetbridge/app/src/main
Andreas Shimokawa 9bfef4cf4f Make per-device settings more versatile, move more settings
This allows to construct per-device settings by device type very easily

device coordinators just do the following to declare which setting they support,
the settings activity is then composed at runtime.

@Override
public int[] getSupportedDeviceSpecificSettings(GBDevice device) {
     return new int[]{
            R.xml.devicesettings_miband3,
            R.xml.devicesettings_swipeunlock,
            R.xml.devicesettings_pairingkey
    };
}
2019-05-22 00:42:22 +02:00
..
aidl/com/android/internal/telephony Support for rejecting/ending calls via Pebble buttons 2015-03-07 17:44:39 +01:00
assets Revert "declare geposition variable" 2018-11-02 11:24:59 +01:00
java Make per-device settings more versatile, move more settings 2019-05-22 00:42:22 +02:00
res Make per-device settings more versatile, move more settings 2019-05-22 00:42:22 +02:00
AndroidManifest.xml Add a device specific settings activity, currently used for setting the auth key for Amazfit Bip/Cor 2019-04-21 21:25:33 +02:00
lint.xml #15 Initial support for MI Band 2015-04-19 02:37:29 +02:00
project.properties #15 Initial support for MI Band 2015-04-19 02:37:29 +02:00