]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java
collapseProfileList(): short-cut animations if the list was already collapsed
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / MainActivity.java
2019-04-19 Damyan IvanovcollapseProfileList(): short-cut animations if the...
2019-04-19 Damyan Ivanovwhitespace
2019-04-19 Damyan Ivanovmore animations when collapsing profile list and when...
2019-04-16 Damyan Ivanovavoid multiple acc/trn list updating when switching...
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovmissing not-null annotation
2019-04-16 Damyan Ivanovmigrate account name filter to LiveData
2019-04-16 Damyan Ivanovdrop unused code
2019-04-19 Damyan Ivanovwhitepspace
2019-04-19 Damyan Ivanovmigrate lastUpdatedate to LiveData
2019-04-12 Damyan Ivanovfix first run experience
2019-04-12 Damyan Ivanovwhitespace
2019-04-12 Damyan Ivanovhook profile list expansion/collapsing on tap at runtime
2019-04-12 Damyan IvanovStop trying to create app shortcuts on pre 7.1 devices...
2019-04-12 Damyan Ivanovremove unused code
2019-04-04 Damyan Ivanovwhitespace
2019-04-04 Damyan Ivanova couple of possible memory leaks closed
2019-04-04 Damyan Ivanovadd app shortcuts (Android 7.1+) for adding new transac...
2019-04-04 Damyan Ivanovcentral method for retrieving a profile by its UUID
2019-04-02 Damyan Ivanovfix handling the click on the account expander image
2019-04-02 Damyan Ivanovwhitespace
2019-04-02 Damyan Ivanovstreamline handling of account name filter
2019-03-29 Damyan Ivanovsingle observer instances, single place for reloading...
2019-03-29 Damyan Ivanovspare one activity restart when the startup profile...
2019-03-29 Damyan Ivanovfix observer leak
2019-03-29 Damyan Ivanovmore flow debugging
2019-03-29 Damyan Ivanovcollapse profile list and close the drawer when switchi...
2019-03-29 Damyan Ivanovwhitespace
2019-03-29 Damyan Ivanovnotify profile list adapter when the currently selected...
2019-03-29 Damyan Ivanovhide all of the "Last update" text when there was never...
2019-03-28 Damyan Ivanovafter showing account's transactions, make Back return...
2019-03-28 Damyan Ivanovstore/retrieve account name filter in the bundle
2019-03-28 Damyan Ivanovoverly long commodity lists fade to white and expand...
2019-03-28 Damyan Ivanovrework showing of account's transactions with a context...
2019-03-25 Damyan Ivanovlocks around observable list's access
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 Ivanovrefresh profile list when the backend data changes
2019-03-25 Damyan Ivanovaccount tree: expand/collapse via account name too...
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-05 Damyan Ivanovmove reloading of transaction list in the postExecute...
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 Ivanovwider touch area for rearranging profiles
2019-03-03 Damyan Ivanovmake the profile details activity use the theme of...
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 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 Ivanovmore thread pool async task execution
2019-02-27 Damyan Ivanovtransaction retrieval: move cancel button enabling...
2019-02-24 Damyan Ivanovmajor rework of the profile management
2019-02-18 Damyan Ivanovmigrate to AndroidX
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-11 Damyan Ivanovfix crash when profile has no value yet
2019-02-11 Damyan Ivanovadd crash handling dialog with optional sending of...
2019-02-06 Damyan IvanovRename to MoLe
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-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 Ivanovrefresh last update date text upon profile change
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-19 Damyan Ivanovremove unused members
2019-01-19 Damyan Ivanovprofiles: ensure single instance per profile, fix havoc...
2019-01-19 Damyan Ivanovunnecessary full class name
2019-01-15 Damyan Ivanovremove Exit item from the drawer
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 IvanovtoCamelCase
2019-01-12 Damyan IvanovtoCamelCase
2019-01-12 Damyan Ivanovfix nav colouring after landscape adjustments
2019-01-11 Damyan Ivanovrestore account name filter in the transaction list
2019-01-11 Damyan Ivanovmove profile name from the sub-title to the title
2019-01-11 Damyan Ivanovuse date formatted that hopefully uses the system local...
2019-01-10 Damyan Ivanovmultiple profile list fixes
2019-01-09 Damyan Ivanovclose the drawer when the settings item is selected
2019-01-09 Damyan IvanovShow only starred menu now works
2019-01-09 Damyan Ivanovproper date/time formatting
2019-01-09 Damyan Ivanovupdate description list after transaction retrieval
2019-01-09 Damyan Ivanovdynamic list of profiles, add profile removal
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-06 Damyan Ivanovwhitespace
2019-01-06 Damyan Ivanovuse profiles for connection parameters
2019-01-05 Damyan Ivanovnice side-swipe switch between account summary and...
2019-01-05 Damyan Ivanovparse and show ledger name
2019-01-05 Damyan Ivanovsome lambdas
next