]> git.ktnx.net Git - mobile-ledger.git/history - app/src
async template DB manipulation routines
[mobile-ledger.git] / app / src /
2021-02-05 Damyan Ivanovasync template DB manipulation routines
2021-02-05 Damyan Ivanovrename getPatternAccountDAO() to getTemplateAccountDAO()
2021-02-05 Damyan Ivanovrename getPatternDAO to getTemplateDAO
2021-02-05 Damyan Ivanovgeneric async result callback interface
2021-02-05 Damyan Ivanovcopy-constructors for TemplateHeader/TemplateAccount...
2021-02-05 Damyan Ivanovcascade delete of template_accounts from templates
2021-02-04 Damyan Ivanovdrop unused code
2021-02-04 Damyan Ivanovquicker reaction to the scroll when considering fab...
2021-02-04 Damyan Ivanovrework main activity fab show/hide to slide up/down
2021-02-03 Damyan Ivanovwhitespace
2021-02-03 Damyan Ivanovfix parameter annotation
2021-02-03 Damyan Ivanovadd icon to the dialog for choosing a template
2021-02-02 Damyan IvanovTemplates: make FAB hide on scroll up
2021-02-02 Damyan Ivanovturn foreign_keys PRAGMA in Room too
2021-02-02 Damyan Ivanovrename Patterns to Templates
2021-02-02 Damyan Ivanovrename patterns to templates
2021-02-02 Damyan Ivanovguard against ncurrent navigation controller destinatio...
2021-02-01 Damyan Ivanovdrop large sample text
2021-02-01 Damyan Ivanovtranslations
2021-02-01 Damyan Ivanovhandle back arrow tap in patterns activity
2021-02-01 Damyan Ivanovuse string resource instead of hardcoded text
2021-02-01 Damyan Ivanovfix alignment of date component inputs
2021-02-01 Damyan Ivanovfix setting null literal value for date components
2021-01-31 Damyan Ivanovfix selecting from multiple matching patterns
2021-01-31 Damyan Ivanovui/machinery support for negated pattern amounts
2021-01-31 Damyan Ivanovadd a pattern flag for negation of amount
2021-01-31 Damyan Ivanovcorrection in index name
2021-01-31 Damyan Ivanovdrop redundant parameter with default value
2021-01-31 Damyan Ivanovno background for pattern edit buttons
2021-01-31 Damyan Ivanovremove background colour of pattern list
2021-01-31 Damyan Ivanovtypo in view id
2021-01-31 Damyan Ivanovchange toolbar title when editing/adding a pattern
2021-01-31 Damyan Ivanovcleanup
2021-01-31 Damyan Ivanovcomplete fromRoomObject() to include date matching...
2021-01-31 Damyan Ivanovfix IDs when creating new patterns
2021-01-31 Damyan IvanovRename QEScanAbleFragment to QRScanCapableFragment
2021-01-31 Damyan Ivanovadd two indices, corresponding to foreign keys to help...
2021-01-30 Damyan Ivanovadd support for filling new transaction data from match...
2021-01-30 Damyan Ivanovmore toString() support
2021-01-30 Damyan Ivanovadd SimpleDate.toString()
2021-01-30 Damyan Ivanovfix support for matching of transaction description...
2021-01-30 Damyan Ivanovfu: Data.parseNumber
2021-01-30 Damyan Ivanovformat account amounts upon focus leave; store in DB
2021-01-30 Damyan Ivanovrename formatNumber to formatCurrency and provide forma...
2021-01-30 Damyan Ivanovmove model instantiation from onAttach to onCreateView
2021-01-30 Damyan IvanovRoom doesn't understand "NULLS FIRST" in the ORDER...
2021-01-30 Damyan Ivanovwhen saving a pattern, use the navigateUp() method
2021-01-30 Damyan Ivanovrework pattern management machinery
2021-01-30 Damyan Ivanovadd test text to pattern table and drop position
2021-01-29 Damyan Ivanovglobal function for formatting numbers (locale-aware)
2021-01-29 Damyan Ivanovsomewhat working pattern list/editor
2021-01-29 Damyan Ivanovbutton id rename (fab -> fabAdd)
2021-01-29 Damyan Ivanovmake Currency loadable by id
2021-01-29 Damyan IvanovApp: make the Room database handle available
2021-01-29 Damyan Ivanovextract QR-scanning machinery from new transaction...
2021-01-29 Damyan IvanovRoom database class plus a couple of DAO classes
2021-01-29 Damyan Ivanovexpand pattern tables with all needed fields; prepare...
2021-01-12 Damyan Ivanovpave the way to fragment navigation for pattern list...
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2021-01-11 Damyan Ivanovuse indefinite snackbar showing interval
2021-01-11 Damyan Ivanovfirst step towards pattern-assisted auto-filling of...
2021-01-06 Damyan Ivanovdb tables for patterns and pattern accounts
2021-01-06 Damyan Ivanovnew transaction model: add setDate method
2021-01-03 Damyan Ivanovdrop TODO: transaction-level comment (done)
2021-01-02 Damyan Ivanovconvert new transaction row to view binding
2021-01-02 Damyan Ivanovconvert switch on resource IDs with a series of if...
2021-01-02 Damyan Ivanovnew transaction: bigger currency button area
2020-12-28 Damyan Ivanovremove an extra LinearLayout
2020-12-28 Damyan Ivanovdrop unnecessary namespace declarations after layout...
2020-12-28 Damyan Ivanovreplace xml onClick declaration with run-time hooking
2020-12-28 Damyan Ivanovfix server version detection when the first profile...
2020-12-28 Damyan Ivanovconvert MainActivity to view binding
2020-12-28 Damyan Ivanovconvert two switch() statements to if/else
2020-12-28 Damyan Ivanovmigrate profile detail fragment to view binding
2020-12-28 Damyan Ivanovbetter handling of theme change
2020-12-28 Damyan IvanovProfileThemedActivity: track current profile changes
2020-12-28 Damyan Ivanovdetect and report API errors when saving new transactions
2020-12-28 Damyan IvanovAPI version-dependent transaction sending
2020-12-28 Damyan Ivanovmove API version enum in a standalone class
2020-12-27 Damyan Ivanovhint for showing soft keyboard in new trans/profile...
2020-12-27 Damyan Ivanovdrop description drop-down dismissal upon new trans...
2020-12-27 Damyan Ivanovwhitespace
2020-12-27 Damyan Ivanovfinish support for multiple server APIs when retrieving...
2020-12-27 Damyan Ivanovdrop unused menu file
2020-12-27 Damyan IvanovMigrate from Switch to SwitchMaterial
2020-12-23 Damyan Ivanova step towards API-independent JSON parsing of accounts
2020-12-23 Damyan IvanovSwitch → SwitchMaterial in the currency selector
2020-12-23 Damyan Ivanovhew transaction entry: honour default currency setting
2020-12-23 Damyan Ivanovfix currency selector layout with long list of currencies
2020-12-20 Damyan IvanovHledgerVersion: declare members final
2020-12-20 Damyan Ivanovfixes after migration to ViewPager2
2020-11-28 Damyan Ivanovreplace onActivityCreated (deprecated) with onViewCreated
2020-11-28 Damyan Ivanovmigrate from ViewPager to ViewPager2
2020-11-28 Damyan Ivanovassign click handler at runtime
2020-11-28 Damyan Ivanovdrop growMode progressBar attribute, no longer valid
2020-11-28 Damyan Ivanovadd fab icon description
2020-10-13 Damyan Ivanovfixed a hard to reproduce crash upon returning to the app
2020-10-11 Damyan Ivanova bit shorter splash duration
2020-10-11 Damyan Ivanovbetter version detection progress
2020-10-04 Damyan Ivanovwhitespace
next