1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-26 17:21:31 +02:00
Gadgetbridge/app
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
..
src Make per-device settings more versatile, move more settings 2019-05-22 00:42:22 +02:00
build.gradle bump version, add changelog 2019-05-19 10:12:43 +02:00
proguard-rules.pro First checkin of actual code 2015-01-07 14:00:18 +01:00