]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java
shuffle some classes under proper packages
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / MainActivity.java
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2021-01-11 Damyan Ivanovuse indefinite snackbar showing interval
2021-01-11 Damyan Ivanovfirst step towards pattern-assisted auto-filling of...
2020-12-28 Damyan Ivanovreplace xml onClick declaration with run-time hooking
2020-12-28 Damyan Ivanovconvert MainActivity to view binding
2020-12-28 Damyan Ivanovbetter handling of theme change
2020-12-28 Damyan Ivanovdetect and report API errors when saving new transactions
2020-12-27 Damyan Ivanovfinish support for multiple server APIs when retrieving...
2020-11-28 Damyan Ivanovmigrate from ViewPager to ViewPager2
2020-11-28 Damyan Ivanovassign click handler at runtime
2020-09-24 Damyan Ivanovfix setup of theme when the last profile was removed
2020-09-20 Damyan Ivanovwhen switching profiles, clear account list too
2020-09-19 Damyan Ivanovshow the number of accounts in the account list head...
2020-09-19 Damyan Ivanovlast update text also includes transaction count
2020-09-18 Damyan Ivanovconvert the last update global header to a list header
2020-09-17 Damyan Ivanovbetter shadow under main header in dark mode
2020-09-16 Damyan Ivanovfix spurious fetch of remote data
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-09-06 Damyan Ivanovstatic Logger reference
2020-08-28 Damyan Ivanovfixup: progress
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-15 Damyan Ivanovrework background progress to use MutableLiveData and...
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-08-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-07-16 Damyan Ivanovmore asynchronous account list (re-)loading
2020-07-10 Damyan Ivanovremove hard reference from MainAvtivity to AccountSumma...
2020-07-05 Damyan Ivanovremove 'Loading' layout from the main activity
2020-07-05 Damyan Ivanovadd splash on startup
2020-06-18 Damyan Ivanovbetter shortcut icon
2020-06-10 Damyan Ivanovcontrol/save state of drawer being open via a MutableLi...
2020-06-10 Damyan Ivanovmerge two drawer listeners
2020-06-09 Damyan Ivanov"final" fixes on account list layout
2020-05-20 Damyan Ivanovfix (+) fab visible after profile change (activity...
2020-05-20 Damyan Ivanovremove redundant call to setupProfile
2020-05-16 Damyan Ivanovmove reacting to profile changes after the check for...
2020-05-16 Damyan Ivanovfix activity restart upon profile theme change
2020-05-14 Damyan Ivanovfix new transaction (+) fab appearing when returning...
2020-05-03 Damyan Ivanovreorganize main activity layout to let the CoordinatorL...
2020-05-03 Damyan IvanovToast → Snackbar
2020-05-03 Damyan Ivanovadd a copy of the navigation drawer header to the welco...
2020-03-07 Damyan Ivanovtypo in resource name
2020-01-25 Damyan Ivanovlimit the number of launcher shortcuts to the maximum...
2020-01-25 Damyan IvanovthemeId -> themeHue
2019-12-22 Damyan Ivanovremove more dead code
2019-12-22 Damyan Ivanovwhitespace
2019-12-22 Damyan Ivanovremove deprecated usage of SectionsPagerAdapter(Fragmen...
2019-12-22 Damyan Ivanovmove reports TODO from new transaction activity to...
2019-11-24 Damyan Ivanovnew transaction activity appears from the bottom edge
2019-10-19 Damyan IvanovRe-enable app shortcuts on android 7.1+ (Nougat++)
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 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 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-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
next