]> git.ktnx.net Git - mobile-ledger.git/commit
first step towards pattern-assisted auto-filling of transactions
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 11 Jan 2021 21:27:07 +0000 (23:27 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 11 Jan 2021 21:28:58 +0000 (21:28 +0000)
commit0ef53a968c083b3c4d054eed72febf3610538dc2
treed3e9229f2021728570c4fb31b8b404ef40ffc9f8
parent4709368ae88696c4d770cfde587843356656f115
first step towards pattern-assisted auto-filling of transactions

in the end will support deducing transactions via QR-code scan,
clipboard paste and text messages
21 files changed:
app/build.gradle
app/src/main/AndroidManifest.xml
app/src/main/java/net/ktnx/mobileledger/model/PatternEntry.java [new file with mode: 0644]
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java
app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionFragment.java
app/src/main/java/net/ktnx/mobileledger/ui/activity/PatternsActivity.java [new file with mode: 0644]
app/src/main/java/net/ktnx/mobileledger/ui/patterns/PatternViewHolder.java [new file with mode: 0644]
app/src/main/java/net/ktnx/mobileledger/ui/patterns/PatternsModel.java [new file with mode: 0644]
app/src/main/java/net/ktnx/mobileledger/ui/patterns/PatternsRecyclerViewAdapter.java [new file with mode: 0644]
app/src/main/java/net/ktnx/mobileledger/utils/MLDB.java
app/src/main/res/drawable-anydpi/ic_baseline_auto_graph_24.xml [new file with mode: 0644]
app/src/main/res/drawable-anydpi/ic_baseline_help_24.xml [new file with mode: 0644]
app/src/main/res/drawable-anydpi/ic_baseline_help_24_white.xml [new file with mode: 0644]
app/src/main/res/drawable-anydpi/ic_baseline_qr_code_scanner_24.xml [new file with mode: 0644]
app/src/main/res/layout/activity_main.xml
app/src/main/res/layout/activity_patterns.xml [new file with mode: 0644]
app/src/main/res/layout/pattern_layout.xml [new file with mode: 0644]
app/src/main/res/menu/new_transaction_fragment.xml
app/src/main/res/menu/pattern_list_menu.xml [new file with mode: 0644]
app/src/main/res/values-bg/strings.xml
app/src/main/res/values/strings.xml