]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx
no direct interface to ObservableList's value
[mobile-ledger.git] / app / src / main / java / net / ktnx /
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-03-25 Damyan IvanovColors: treat 360 same as 0
2019-03-25 Damyan Ivanovaccount list: queue db updates when an account is expan...
2019-03-25 Damyan IvanovbeginTransaction should be outside the try{} block
2019-03-25 Damyan IvanovLedgerAccount: override hashCode() and equals() to...
2019-03-25 Damyan Ivanovcommit right after the account list is complete
2019-03-25 Damyan Ivanovasync database statement queue
2019-03-25 Damyan Ivanovremove the distinction between "readable" and "writable...
2019-03-25 Damyan Ivanovremove the "Cancel" button from the hue selection dialog
2019-03-25 Damyan Ivanovfix method chain
2019-03-25 Damyan Ivanovwhitespace
2019-03-25 Damyan Ivanovremove all profile data when removing a profile
2019-03-25 Damyan Ivanovfill hasSubAccounts when populating account list on...
2019-03-25 Damyan Ivanovrefresh profile list when the backend data changes
2019-03-25 Damyan Ivanovwhitespace
2019-03-25 Damyan Ivanovbump target SQL revision number
2019-03-25 Damyan IvanovprepareConnection: avoid double slashes when constructi...
2019-03-25 Damyan IvanovprepareConnection: append '/' to the backend URL only...
2019-03-25 Damyan Ivanovaccount tree: expand/collapse via account name too...
2019-03-25 Damyan Ivanovfix crash when saving profile without bringing up the...
2019-03-15 Damyan Ivanovturn on case-sensitive LIKE operator, globally
2019-03-15 Damyan Ivanovfix populating live account list when updating from...
2019-03-14 Damyan Ivanovreset rotation angle before animating rotation
2019-03-14 Damyan Ivanovfix wrong showing of sub-accounts of collapsed accounts...
2019-03-14 Damyan Ivanovfix duplication af account amounts on refresh
2019-03-14 Damyan Ivanovput account expansion bracket after the name, fix rotat...
2019-03-14 Damyan Ivanovbetter error message on network errors
2019-03-14 Damyan Ivanovfix refreshing the display of the last update stamp
2019-03-14 Damyan Ivanovmove setupProfile from onCreate to onStart
2019-03-14 Damyan Ivanovcall setupProfile in onCreate, not in onResume
2019-03-14 Damyan Ivanovspurious setting
2019-03-14 Damyan Ivanovfix progress in new JSON parsing code
2019-03-14 Damyan Ivanovhttp error handling in legacy parsing code
2019-03-14 Damyan Ivanovfallback to legacy HTML parsing
2019-03-07 Damyan Ivanovfallback to legacy HTML parsing
2019-03-07 Damyan Ivanovmore debug (disabled)
2019-03-07 Damyan Ivanovset keep=1 when inserting new accounts
2019-03-07 Damyan Ivanovtry{} needs to be immediately after incrementing the...
2019-03-07 Damyan Ivanovwhitespace
2019-03-07 Damyan IvanovProfile/storeAccount[Value],storeTransaction: get the...
2019-03-07 Damyan Ivanovwhile parsing JSON accounts, skip the "root" account
2019-03-07 Damyan Ivanovupdate the in-memory account list after parsing the...
2019-03-07 Damyan Ivanovhandle async cancellation in JSON parsing code
2019-03-07 Damyan Ivanovset last profile update date in JSON retrieval code
2019-03-07 Damyan Ivanovcentral method for setting the last profile update...
2019-03-07 Damyan Ivanovpreliminary implementation for retrieval of transaction...
2019-03-07 Damyan Ivanovparser method for ISO date format (yyyy-mm-dd)
2019-03-07 Damyan Ivanovparsers for account and transaction lists (hledger...
2019-03-07 Damyan IvanovparseLedgerDate: more info on parse error
2019-03-07 Damyan Ivanovcentral methods for marking accounts and transaction...
2019-03-06 Damyan Ivanovadd version/API level info to the crash report
2019-03-05 Damyan Ivanovincrement the background task counter immediately befor...
2019-03-05 Damyan Ivanovmove reloading of transaction list in the postExecute...
2019-03-03 Damyan Ivanovupdate copyright years
2019-03-03 Damyan Ivanovmore unused files
2019-03-03 Damyan Ivanovupdate copyright notices
2019-03-03 Damyan Ivanovensure the profile list is always fully visible, withou...
2019-03-03 Damyan Ivanovwhitespace
2019-03-03 Damyan Ivanovwide touch area for the profile list head gear icon
2019-03-03 Damyan Ivanovavoid NPE in the inlikely event of no current profile
2019-03-03 Damyan Ivanovdo not dim non-current profiles
2019-03-03 Damyan Ivanovwider touch area for rearranging profiles
2019-03-03 Damyan Ivanovmake the profile details activity use the theme of...
2019-03-03 Damyan IvanovsetupTheme routine with a profile argument
2019-03-03 Damyan IvanovHueRing: allow selecting the default hue which is not...
2019-03-03 Damyan Ivanovuse the hue selector for profile color management
2019-03-03 Damyan Ivanovfixed and extended debug info
2019-03-03 Damyan IvanovHue selection dialog
2019-02-28 Damyan Ivanovfix profile color selector
2019-02-28 Damyan Ivanovfix saved profile moving at the top of the profile...
2019-02-28 Damyan Ivanovfix profile list header arrow direction when editing...
2019-02-28 Damyan Ivanovremove commented-out, unnecessary code
2019-02-28 Damyan Ivanovmake the color tag trigger drag too
2019-02-28 Damyan Ivanovcollapse profile list when drawer is closed
2019-02-28 Damyan Ivanovadd a 'more' button for entering profile edit mode
2019-02-28 Damyan Ivanovuse member field already available
2019-02-28 Damyan Ivanovfix profile list collapse icon staying visible when...
2019-02-27 Damyan Ivanovprofile list: add a button for cancelling the edit...
2019-02-27 Damyan Ivanovprofile list: start drag action immediately upon touch...
2019-02-27 Damyan Ivanovprofile list: also show the default color tag
2019-02-27 Damyan Ivanovprofile list: attach the touch helper only when editing...
2019-02-27 Damyan IvanovRevert "comment-out a cardview measure work-around...
2019-02-27 Damyan IvanovGlobals: use a thread-local per-thread date formatter...
2019-02-27 Damyan Ivanovsilence debug while downloading transaction data
2019-02-27 Damyan Ivanovprofile list: more visible selected item background
2019-02-27 Damyan Ivanovmore thread pool async task execution
2019-02-27 Damyan Ivanovtransaction retrieval: move cancel button enabling...
2019-02-27 Damyan Ivanovexecute transaction loader task using the thread pool...
2019-02-25 Damyan Ivanovfix transaction list text color
2019-02-24 Damyan Ivanovmajor rework of the profile management
2019-02-24 Damyan Ivanovcalculate primary color using HSL (instead of HSV)
2019-02-24 Damyan Ivanovwork around float weirdness causing 0/360 to become...
2019-02-18 Damyan Ivanovcomment-out a cardview measure work-around that seems...
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-18 Damyan IvanovColors: also set defaultTextColor and accent
2019-02-18 Damyan Ivanovavoid deprecated Date.getMonth API
2019-02-17 Damyan Ivanovwhitespace
2019-02-17 Damyan Ivanovhandle theme change
2019-02-17 Damyan Ivanovuse Colors.* for run-time color control
2019-02-17 Damyan Ivanovprofile color control
next