projects
/
mobile-ledger.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mobile-ledger.git
2021-05-05
Damyan Ivanov
prepare release of v0.18.0 (40)
commit
|
commitdiff
|
tree
|
snapshot
2021-05-05
Damyan Ivanov
fix a crash when applying more than one template via...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-05
Damyan Ivanov
rename a method to better reflect its function
commit
|
commitdiff
|
tree
|
snapshot
2021-05-05
Damyan Ivanov
when speculatively updating account amounts, update...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-30
Damyan Ivanov
view binding for account and transaction list fragments
commit
|
commitdiff
|
tree
|
snapshot
2021-04-30
Damyan Ivanov
work around trans. list menu items visible with setOffs...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-30
Damyan Ivanov
another fix to the layout of template date parameters
commit
|
commitdiff
|
tree
|
snapshot
2021-04-30
Damyan Ivanov
stop resetting the date when an old transaction is...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-30
Damyan Ivanov
drop description history table and support machinery
commit
|
commitdiff
|
tree
|
snapshot
2021-04-30
Damyan Ivanov
correct debug message
commit
|
commitdiff
|
tree
|
snapshot
2021-04-30
Damyan Ivanov
lookup transactions by description directly in transact...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-26
Damyan Ivanov
several fixes when there are no profiles after full...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-26
Damyan Ivanov
proactively apply the same fix to the new transaction...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-26
Damyan Ivanov
fix profile editor's bottom part getting overlapped...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-26
Damyan Ivanov
drop unnecessary template type
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
fix binary & used instead of logical &&
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
small step towards support for currency in transaction...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
rename an event handler using the onXXX style
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
show comments when invoking a previous transaction
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
fix converting LedgerTransactionAccount to TransactionA...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
fix inclusion of exception log in error message
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
speculatively add new transactions to the database...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
fix ordering of transactions when loaded from database
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
fix displayed transactions count
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
restore account ordering by name
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
store transaction list in a db transaction
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
put conversion from DB objects to LedgerTransaction...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
provide a common routine for running something on the...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
save profile's order when editing a profile
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
avoid switching current profile when profiles are rearr...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
fully employ room for loading transactions off DB
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
debug refinements
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
do not force transaction list reload upon main activity...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
MainActivity's logging using a TAG
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
Data.profile doesn't need to be an inert MutableLiveData
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
use a constant to indicate profile ID of no real profile
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
async variant for loading all transactions
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
TransactionAccumulator needs not keep a reference to...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Damyan Ivanov
asking UpdateTransactionsTask to load a null profile...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-23
Damyan Ivanov
speculatively update last update date while the transac...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-23
Damyan Ivanov
Revert "speculatively update last update date before...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-23
Damyan Ivanov
speculatively update last update date before the transa...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-23
Damyan Ivanov
further optimize transaction storage by comparing dataH...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-23
Damyan Ivanov
put all the annotated abstract DAO methods in the beginning
commit
|
commitdiff
|
tree
|
snapshot
2021-04-23
Damyan Ivanov
inline the storeAccountsAndTransactions method
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
fix storing transaction accounts (bad typo)
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
additional transaction deletion methods
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
fix copying ensuring currency is not null
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
rename method to better reflect what it does
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
fix field/accessor type mismatch
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
selects from joined tables need explicit column list :(
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
speed up transaction storage a bit
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
(commented) facility for debugging Room's SQL queries
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
implement stable IDs for the transaction list
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
fix ordering of filtered transaction items
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
fix comparison of transaction date delimiter contents
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
add some profiling on acount/transaction list storage
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
BaseDAO: async operation variants without callbacks
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Damyan Ivanov
use plain 'long' for Currency.id
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Damyan Ivanov
drop MobileLedgerDatabase, move initComplete to DB
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Damyan Ivanov
splash: show forced delay before starting the main...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Damyan Ivanov
convert DatabaseInitTask to a lightweight thread
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Damyan Ivanov
drop remnants of gradual transaction data loading,...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Damyan Ivanov
preload transaction list page, making transition smoother
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Damyan Ivanov
fix updates of last transaction update text
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Damyan Ivanov
rework transaction list with proper view holders and...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Damyan Ivanov
fix finding the earliest transaction by date
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Damyan Ivanov
rewrite update of transaction list from DB with Room
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Damyan Ivanov
drop unused async db queue classes
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Damyan Ivanov
drop now unused MLDB class along with its async db...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Damyan Ivanov
wipe retrieval progress when transaction retrieval...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Damyan Ivanov
interpret only json-parsing exceptions as API mismatch
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Damyan Ivanov
when deleting the currently active profile, switch...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Damyan Ivanov
fix exception handling while trying different API versions
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Damyan Ivanov
fix profile deletion / data wipe
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Damyan Ivanov
fix passing profile ID to ProfileDetailActivity
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Damyan Ivanov
add a pre-release build variant
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Damyan Ivanov
make use of getBindingAdapter and save a field
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Damyan Ivanov
bump library dependencies
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Damyan Ivanov
fix creation of a new profile after Room-y of Profile...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Damyan Ivanov
fix template editor layout
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Damyan Ivanov
constant TAG
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Damyan Ivanov
debug--
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Damyan Ivanov
Room-based profile management
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Damyan Ivanov
equality check for Profile
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Damyan Ivanov
Room-based profile wipe
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Damyan Ivanov
dummy migration method
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Damyan Ivanov
Default template name given at save time
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
Damyan Ivanov
asynchronous profile initialisation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
Damyan Ivanov
more Room adoption - accounts@100%, some profiles/trans...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-04
Damyan Ivanov
implement incremental changes in account list adapter
commit
|
commitdiff
|
tree
|
snapshot
2021-04-04
Damyan Ivanov
adopt Room for displaying account lists
commit
|
commitdiff
|
tree
|
snapshot
2021-04-04
Damyan Ivanov
generation is long
commit
|
commitdiff
|
tree
|
snapshot
2021-04-04
Damyan Ivanov
account_id → accountId
commit
|
commitdiff
|
tree
|
snapshot
2021-03-26
Damyan Ivanov
specialized sub-classes of AccountListItem
commit
|
commitdiff
|
tree
|
snapshot
2021-03-26
Damyan Ivanov
debug--
commit
|
commitdiff
|
tree
|
snapshot
2021-03-26
Damyan Ivanov
fix SQL when cleaning obsolete transaction/accounts
commit
|
commitdiff
|
tree
|
snapshot
2021-03-26
Damyan Ivanov
minor optimization in getting next generation
commit
|
commitdiff
|
tree
|
snapshot
2021-03-25
Damyan Ivanov
fix SQL when filtering transaction list by account...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-25
Damyan Ivanov
fix transaction account storage SQL
commit
|
commitdiff
|
tree
|
snapshot
next