]> git.ktnx.net Git - mobile-ledger.git/commit
a welcome screen directs to the new profile activity when there are no profiles defined
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 20 Jan 2019 14:08:33 +0000 (14:08 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 20 Jan 2019 14:08:33 +0000 (14:08 +0000)
commit9e8a289a85a65d372b47ccd2c2261299972ae4dd
tree75bda24d015d29d48fcd2e08e720e177967794ed
parent14b90afeb45e3f23673eaf3f65ae708f0e3faa2d
a welcome screen directs to the new profile activity when there are no profiles defined
app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java
app/src/main/java/net/ktnx/mobileledger/model/Data.java
app/src/main/java/net/ktnx/mobileledger/ui/account_summary/AccountSummaryViewModel.java
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java
app/src/main/java/net/ktnx/mobileledger/ui/activity/ProfileListActivity.java
app/src/main/java/net/ktnx/mobileledger/ui/profiles/ProfileDetailFragment.java
app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListViewModel.java
app/src/main/res/layout/activity_main.xml
app/src/main/res/layout/no_profiles.xml [new file with mode: 0644]
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml