]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity
DatePickerFragment: dismiss before invoking the date picked listener
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity /
2019-11-10 Damyan Ivanovsplit ef/else/if into separate statements
2019-11-10 Damyan Ivanovdebug++
2019-11-10 Damyan Ivanovdebug--
2019-11-10 Damyan Ivanovconvert new transaction item 'editable' flat to LiveData
2019-11-10 Damyan Ivanovdebug++
2019-11-10 Damyan Ivanovrewrap
2019-11-10 Damyan Ivanovfix swipe-away in reworked new transaction activity
2019-11-10 Damyan Ivanovuse Misc.isZero for zero-like comparison
2019-11-10 Damyan Ivanovmake soft keyboard appear when new transaction descript...
2019-11-10 Damyan Ivanovauto select new transaction description/amounts upon...
2019-11-10 Damyan IvanovNewTransItemHolder: prevent sync loops via model data...
2019-11-10 Damyan IvanovNewTransAct: set global profile in initProfile() when...
2019-11-10 Damyan IvanovProfileThemedActivity: fetch current profile synchronously
2019-11-09 Damyan Ivanovrework new transaction activity with a RecyclerView
2019-10-19 Damyan Ivanovwhitespace
2019-10-19 Damyan IvanovProfileThemedActivity: load profile from options if...
2019-10-19 Damyan IvanovRe-enable app shortcuts on android 7.1+ (Nougat++)
2019-09-21 Damyan Ivanovwhitespace
2019-09-21 Damyan IvanovhookAutocompletion: leave the "focus the next view...
2019-09-21 Damyan Ivanovmove clear button implementation to a new custom class
2019-09-21 Damyan Ivanovnew transaction: add a clear button to edited fields
2019-09-21 Damyan Ivanovnew transaction: dynamically add all of the account...
2019-06-05 Damyan Ivanovadd MoLe version to the crash report
2019-06-01 Damyan Ivanovwhitespace
2019-06-01 Damyan Ivanovreplace in-activity copy of account name filter value...
2019-05-18 Damyan Ivanovmulti-color progress indicators
2019-05-18 Damyan Ivanovremote fragmentManager field
2019-05-18 Damyan Ivanovdrop two fields, sparing their initialization in onCreate
2019-05-18 Damyan Ivanovshow New transaction button when the app is brought...
2019-05-05 Damyan Ivanovstore current page index on page change
2019-05-05 Damyan Ivanovmore information in the main activity start debug
2019-05-05 Damyan Ivanovwhitespace
2019-05-05 Damyan Ivanovfix method signature
2019-05-05 Damyan Ivanovdisable profile list animations while the drawer is...
2019-05-05 Damyan Ivanovmigrate editingProfiles to LiveData
2019-05-05 Damyan Ivanovdrop unused attribute
2019-05-05 Damyan Ivanovreorganization of profile list
2019-05-03 Damyan Ivanovignore request to update the last update date when...
2019-05-03 Damyan Ivanovproperly detect when profile list hasn't loaded yet
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-05-03 Damyan Ivanovstore the theme Id in the preferences so that no DB...
2019-05-03 Damyan Ivanovasynchronous profile setup
2019-05-03 Damyan Ivanovavoid duplicate theme setup upon startup and profile...
2019-05-03 Damyan Ivanovmove initiation of back-end data retrieval to Data
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-27 Damyan IvanovO is the android version with app shortcuts
2019-04-27 Damyan Ivanovlocale-aware String.format
2019-04-20 Damyan Ivanovdrop dummy bottom-list entries and intercept draw up...
2019-04-19 Damyan Ivanovprofile list: don't hide the collapse arrow when editti...
2019-04-19 Damyan Ivanovwhitespace
2019-04-19 Damyan Ivanovlimit method visibility to the used level
2019-04-19 Damyan Ivanovunnecessary cast
2019-04-19 Damyan Ivanovname intentionally unused variable as 'ignored'
2019-04-19 Damyan Ivanovmissing not-null annotation
2019-04-19 Damyan Ivanovremove unused code
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-13 Damyan IvanovmFragment may be null here
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-10 Damyan Ivanovfixed last couple of glitchs when adding transaction...
2019-04-08 Damyan Ivanovfix account name auto-completion in new transaction...
2019-04-06 Damyan Ivanovuse the activity's mProfile, not the global current...
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-04 Damyan IvanovJSON API for adding transactions
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 Ivanovmiddle-level activity class doesn't need to be availabl...
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 Ivanovtransaction auto-fill: honor the preferred account...
2019-03-29 Damyan Ivanovhide all of the "Last update" text when there was never...
2019-03-29 Damyan Ivanovwhitespace
2019-03-29 Damyan IvanovTODO done: visual feedback on transaction account removal
2019-03-29 Damyan Ivanovnew transaction: remove account on right swipe too
2019-03-28 Damyan Ivanovremove unused reference to the profile detail FAB
2019-03-28 Damyan IvanovProfileDetailActivity: delegate options menu item creat...
2019-03-28 Damyan Ivanovafter showing account's transactions, make Back return...
2019-03-28 Damyan Ivanovstore/retrieve account name filter in the bundle
next