]> git.ktnx.net Git - mobile-ledger.git/shortlog
mobile-ledger.git
2021-04-22 Damyan Ivanovfix ordering of filtered transaction items
2021-04-22 Damyan Ivanovfix comparison of transaction date delimiter contents
2021-04-22 Damyan Ivanovadd some profiling on acount/transaction list storage
2021-04-22 Damyan IvanovBaseDAO: async operation variants without callbacks
2021-04-22 Damyan Ivanovuse plain 'long' for Currency.id
2021-04-21 Damyan Ivanovdrop MobileLedgerDatabase, move initComplete to DB
2021-04-21 Damyan Ivanovsplash: show forced delay before starting the main...
2021-04-21 Damyan Ivanovconvert DatabaseInitTask to a lightweight thread
2021-04-21 Damyan Ivanovdrop remnants of gradual transaction data loading,...
2021-04-21 Damyan Ivanovpreload transaction list page, making transition smoother
2021-04-21 Damyan Ivanovfix updates of last transaction update text
2021-04-21 Damyan Ivanovrework transaction list with proper view holders and...
2021-04-20 Damyan Ivanovfix finding the earliest transaction by date
2021-04-20 Damyan Ivanovrewrite update of transaction list from DB with Room
2021-04-20 Damyan Ivanovdrop unused async db queue classes
2021-04-20 Damyan Ivanovdrop now unused MLDB class along with its async db...
2021-04-20 Damyan Ivanovwipe retrieval progress when transaction retrieval...
2021-04-20 Damyan Ivanovinterpret only json-parsing exceptions as API mismatch
2021-04-19 Damyan Ivanovwhen deleting the currently active profile, switch...
2021-04-18 Damyan Ivanovfix exception handling while trying different API versions
2021-04-18 Damyan Ivanovfix profile deletion / data wipe
2021-04-18 Damyan Ivanovfix passing profile ID to ProfileDetailActivity
2021-04-18 Damyan Ivanovadd a pre-release build variant
2021-04-18 Damyan Ivanovmake use of getBindingAdapter and save a field
2021-04-18 Damyan Ivanovbump library dependencies
2021-04-18 Damyan Ivanovfix creation of a new profile after Room-y of Profile...
2021-04-18 Damyan Ivanovfix template editor layout
2021-04-15 Damyan Ivanovconstant TAG
2021-04-15 Damyan Ivanovdebug--
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-15 Damyan Ivanovequality check for Profile
2021-04-15 Damyan IvanovRoom-based profile wipe
2021-04-15 Damyan Ivanovdummy migration method
2021-04-15 Damyan IvanovDefault template name given at save time
2021-04-11 Damyan Ivanovasynchronous profile initialisation
2021-04-10 Damyan Ivanovmore Room adoption - accounts@100%, some profiles/trans...
2021-04-04 Damyan Ivanovimplement incremental changes in account list adapter
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
2021-04-04 Damyan Ivanovgeneration is long
2021-04-04 Damyan Ivanovaccount_id → accountId
2021-03-26 Damyan Ivanovspecialized sub-classes of AccountListItem
2021-03-26 Damyan Ivanovdebug--
2021-03-26 Damyan Ivanovfix SQL when cleaning obsolete transaction/accounts
2021-03-26 Damyan Ivanovminor optimization in getting next generation
2021-03-25 Damyan Ivanovfix SQL when filtering transaction list by account...
2021-03-25 Damyan Ivanovfix transaction account storage SQL
2021-03-25 Damyan Ivanovwhitespace
2021-03-25 Damyan Ivanovfix db migration to surrogate IDs (final step)
2021-03-24 Damyan Ivanovmore fall-outs after transition to surrogate IDs
2021-03-24 Damyan Ivanovfix migration of transaction_accounts (attempt #N)
2021-03-24 Damyan Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2021-03-24 Damyan Ivanovdrop unused create_db.sql
2021-03-24 Damyan Ivanovreplace custom autocompletion adapter hooking with...
2021-03-24 Damyan Ivanovprepare release of v0.17.1 (39) v0.17.1
2021-03-24 Damyan Ivanovfix db migration from v0.16.0 (profile data)
2021-03-11 Damyan Ivanovupdate features in full description v0.17.0
2021-03-11 Damyan Ivanovprepare v0.17.0 (38) for release
2021-03-11 Damyan Ivanovminimize flicker when applying templated transaction too
2021-03-11 Damyan Ivanovsmooth items replacement when old transaction is loaded...
2021-03-11 Damyan Ivanovmake transaction header row always have Id of 0
2021-03-09 Damyan Ivanovfix flicker introduced with unique item Id
2021-03-09 Damyan Ivanovsplit new transaction item holder in two
2021-03-08 Damyan Ivanovclean up unused resources
2021-03-08 Damyan IvanovТранзакция → Движение навсякъде
2021-03-08 Damyan Ivanovtemplate details delete icon needs to be white
2021-03-07 Damyan Ivanovminor optimization: avoid constructing empty string...
2021-03-07 Damyan Ivanovreplace TextUtils.equals() usage with Misc.equalStrings()
2021-03-07 Damyan Ivanovimprovements in debug messages
2021-03-07 Damyan Ivanovnote focused item changed when item is moved
2021-03-07 Damyan Ivanovavoid dataSync when updating entered amount format...
2021-03-07 Damyan Ivanovalways work with a clone of the live list when checking...
2021-03-07 Damyan Ivanovhandle menu items click hooks by code in new transactio...
2021-03-07 Damyan Ivanovadd divider after debug items in the new transaction...
2021-03-06 Damyan Ivanovfixup: template details help
2021-03-06 Damyan Ivanovuse the "black" icon here, this is a menu
2021-03-06 Damyan Ivanovblack trash icon
2021-03-06 Damyan Ivanovprovide some guidance for template parameters
2021-03-06 Damyan IvanovHelpDialog: support for markdown-style links in the...
2021-03-06 Damyan Ivanovmove help dialog in a separate class
2021-03-05 Damyan Ivanovmulti-line pattern and test text input fields
2021-03-05 Damyan Ivanovadd help menu for the template list
2021-03-04 Damyan Ivanovdebug++
2021-03-04 Damyan IvanovsyncData(): refuse to do anything when not associated...
2021-03-04 Damyan Ivanovavoid crash when removing the currency of a row
2021-03-04 Damyan Ivanovsave a setText() call that would not change anyting
2021-03-04 Damyan Ivanovnew account rows are created without amount hint
2021-03-04 Damyan Ivanovdrop improper list copy
2021-03-04 Damyan Ivanovfix model inconsistency when hiding/showing currency
2021-03-04 Damyan Ivanovdebug++
2021-03-04 Damyan Ivanovnew transaction: avoid manipulating the FAB directly...
2021-03-04 Damyan Ivanovreset the submittable flag when resetting model state
2021-03-04 Damyan Ivanovseparate error message text from the rest of the message
2021-03-04 Damyan Ivanovremove the focused check before restoring cursor position
2021-03-04 Damyan Ivanovmaterial (slightly larger) text sizes in template list
2021-03-03 Damyan Ivanovshow hidden FAB after four seconds
2021-03-03 Damyan Ivanovreplace unused coordinator layout with constraint layout
2021-03-03 Damyan Ivanovuse standard height toolbars in main activity and new...
2021-03-03 Damyan Ivanovuse default toolbar height for the templates activity
next