]> git.ktnx.net Git - mobile-ledger.git/shortlog
mobile-ledger.git
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 Ivanovupdated gradlew.bat
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-29 Damyan Ivanovbump versions of a couple of libraries
2021-01-29 Damyan Ivanovadd Room to dependencies
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 Ivanovupgrade a couple of library versions
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-29 Damyan Ivanovmetadata: mention comments in full description
2020-12-28 Damyan Ivanovprepare release 0.16.0 (37) v0.16.0
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-11-28 Damyan Ivanovbump versions of gradle and libraries
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
2020-10-04 Damyan IvanovUI and machinery for detecting hledger-web version
2020-10-04 Damyan IvanovRevert "remove references to style members from the...
2020-10-02 Damyan Ivanovwhitespace
2020-10-02 Damyan Ivanovinclude errors sending transaction in debug output
2020-10-02 Damyan Ivanovfix legacy new transaction submission with no date...
2020-09-29 Damyan Ivanovremove references to style members from the parser...
2020-09-29 Damyan IvanovRevert "add support for floatingPoint member of the...
2020-09-27 Damyan Ivanovadd support for floatingPoint member of the quantity...
2020-09-26 Damyan Ivanovthemes: secondary==primary, a bit closer primaryDark...
2020-09-26 Damyan Ivanovmake splash activity descent from CrashReportingActivity
2020-09-26 Damyan IvanovDB: move pragma execution in onConfigure() where it...
2020-09-26 Damyan Ivanovsplash: setup DB in the background
2020-09-26 Damyan Ivanovwhitespace
2020-09-26 Damyan Ivanovdeclare theme for the new transaction activity
2020-09-24 Damyan Ivanovuse theme-driven new transaction FAB icon color
2020-09-24 Damyan Ivanovfix profile list not updating tag colour after saving...
2020-09-24 Damyan Ivanovmove delete profile menu handling in a method
2020-09-24 Damyan Ivanovallow removal of the last profile
2020-09-24 Damyan Ivanovemplye requireNonNull instead of a manual check
2020-09-24 Damyan Ivanovfix setup of theme when the last profile was removed
2020-09-24 Damyan Ivanovordered deletion when wiping profile data
2020-09-20 Damyan Ivanovadd 0.15.0 release date v0.15.0
2020-09-20 Damyan Ivanovremove legacy foreigh key vialotions in transaction_acc...
2020-09-20 Damyan Ivanovwhen switching profiles, clear account list too
2020-09-20 Damyan Ivanovenable the foreign_keys PRAGMA only in debug builds
2020-09-19 Damyan Ivanovprepare release of 0.15.0 (36)
2020-09-19 Damyan Ivanovtypo in CHANGES
next