]> git.ktnx.net Git - mobile-ledger.git/commit
add Settings activity
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 28 Nov 2018 20:58:20 +0000 (20:58 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 28 Nov 2018 20:58:20 +0000 (20:58 +0000)
commit74b1f5d262a15f9a5a394aca1c4d2438dc54c14a
tree36e614b3fb8eb503e76b4c94f486ce9863d5c40e
parent9dca57073b68b3a79efbe9a11f3c84c13b16f5be
add Settings activity

mostly boilerplate, but back end section is OK
13 files changed:
app/src/main/AndroidManifest.xml
app/src/main/java/net/ktnx/mobileledger/AppCompatPreferenceActivity.java [new file with mode: 0644]
app/src/main/java/net/ktnx/mobileledger/LatestTransactions.java
app/src/main/java/net/ktnx/mobileledger/SettingsActivity.java [new file with mode: 0644]
app/src/main/res/drawable/ic_info_black_24dp.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_notifications_black_24dp.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_sync_black_24dp.xml [new file with mode: 0644]
app/src/main/res/layout/drawer.xml
app/src/main/res/values/strings.xml
app/src/main/res/xml/pref_backend.xml [new file with mode: 0644]
app/src/main/res/xml/pref_data_sync.xml [new file with mode: 0644]
app/src/main/res/xml/pref_headers.xml [new file with mode: 0644]
app/src/main/res/xml/pref_notification.xml [new file with mode: 0644]