strongswan/src/frontends/android/app/src/main
Tobias Brunner 6405653da2 android: Avoid lint errors when determining column indices
The lint version used on our GitHub build hosts reported these errors:

Error: Value must be ≥ 0 [Range]
        db.update(TABLE_VPNPROFILE, values, KEY_ID + " = " + cursor.getLong(cursor.getColumnIndex(KEY_ID)), null);

That's because get*() expect a valid index >= 0 but getColumnIndex()
can return -1 if the column name doesn't exist.
2021-05-05 16:40:14 +02:00
..
java/org/strongswan/android android: Avoid lint errors when determining column indices 2021-05-05 16:40:14 +02:00
jni Remove redundant calls to set peer config after checking out IKE_SAs by config 2021-02-12 15:49:08 +01:00
res android: Make IPv6 transport flag configurable in the GUI 2020-10-29 10:22:52 +01:00
AndroidManifest.xml android: Suppress linting error in manifest related to cert import activity 2020-06-02 14:42:48 +02:00