]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui
no direct interface to ObservableList's value
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui /
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-03-25 Damyan Ivanovaccount list: queue db updates when an account is expan...
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 Ivanovrefresh profile list when the backend data changes
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-14 Damyan Ivanovreset rotation angle before animating rotation
2019-03-14 Damyan Ivanovput account expansion bracket after the name, fix rotat...
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-06 Damyan Ivanovadd version/API level info to the crash report
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 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 IvanovHue selection dialog
2019-02-28 Damyan Ivanovfix profile color selector
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 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-24 Damyan Ivanovmajor rework of the profile management
2019-02-18 Damyan Ivanovcomment-out a cardview measure work-around that seems...
2019-02-18 Damyan Ivanovmigrate to AndroidX
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
2019-02-17 Damyan IvanovMove ProfileDetailActivity under activity/
2019-02-11 Damyan Ivanovfix crash when profile has no value yet
2019-02-11 Damyan Ivanov"Crash app" menu item in the new transaction menu....
2019-02-11 Damyan Ivanovadd crash handling dialog with optional sending of...
2019-02-10 Damyan Ivanovimprove auto-fill of new transaction for more streamlin...
2019-02-10 Damyan Ivanovdrop two TODO items, done
2019-02-09 Damyan Ivanovfill transaction details when a previous transaction...
2019-02-09 Damyan IvanovRevert "new transaction: pop up the date picker upon...
2019-02-09 Damyan Ivanovnew transaction: use a fab button for submission
2019-02-09 Damyan Ivanovnew transaction: pop up the date picker upon activity...
2019-02-09 Damyan Ivanovfaster date-picking without version-specifics
2019-02-09 Damyan Ivanovmove handling of new transaction date setting into...
2019-02-06 Damyan IvanovRename to MoLe
2019-01-29 Damyan Ivanovdrop unused instantiation of TransactionListViewModel
2019-01-29 Damyan Ivanovmake AccountSummaryViewModel a static class
2019-01-28 Damyan Ivanovfix the 'Posting committed' switch in the profile editor
2019-01-27 Damyan Ivanovkeep the new transaction FAB hidden when the profile...
2019-01-27 Damyan Ivanovprofile flag for enabling/disabling addition of new...
2019-01-21 Damyan Ivanovreplace onClick XML declaration with a runtime hook
2019-01-20 Damyan Ivanovinitially mark the account list as current in the navig...
2019-01-20 Damyan Ivanovprofile list: replace FAB with an options menu; add...
2019-01-20 Damyan Ivanovset the first stored profile as the current one
2019-01-20 Damyan Ivanovprofile details: validation on save
2019-01-20 Damyan Ivanovremove obsolete comments
2019-01-20 Damyan Ivanovrefresh last update date text upon profile change
2019-01-20 Damyan Ivanovprofile details: focus user name when authentication...
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-19 Damyan Ivanovprofile list: more material design
2019-01-19 Damyan Ivanovtransaction list: no crash of the transaction list...
2019-01-19 Damyan Ivanovremove unused members
2019-01-19 Damyan Ivanovprofiles: ensure single instance per profile, fix havoc...
2019-01-19 Damyan Ivanovaccount list: add hollow trailing item
2019-01-19 Damyan Ivanovunnecessary full class name
2019-01-19 Damyan Ivanovtransaction list: add a hollow placeholder at the botto...
2019-01-16 Damyan Ivanovtransaction list: highlight only the maching part of...
2019-01-15 Damyan Ivanovremove Exit item from the drawer
2019-01-15 Damyan Ivanovtransaction list: make day/month markers more visible
2019-01-15 Damyan Ivanovwhen determining whether to bold an account, use "start...
2019-01-13 Damyan Ivanovremove TODO about app icon
2019-01-13 Damyan Ivanovshow profile name in the new transaction activity
2019-01-13 Damyan IvanovSplit AccountSummaryAdapter in its own file
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan Ivanovfix transaction colouring to ignore delimiter items
2019-01-12 Damyan Ivanovcleanup of the tracking of the previous transaction
2019-01-12 Damyan Ivanovsomewhat more visible marker between months
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
next