]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net
further theme fixes
[mobile-ledger.git] / app / src / main / java / net /
2020-06-28 Damyan Ivanovfurther theme fixes
2020-06-28 Damyan Ivanovdrop a couple of global colour values
2020-06-28 Damyan Ivanovfix focused comment text color on re-configuration...
2020-06-18 Damyan Ivanovbetter shortcut icon
2020-06-17 Damyan Ivanovavoid scrolling to the last 'go to date' after reconfig...
2020-06-17 Damyan Ivanovtwo fallouts after transaction date reorganisation...
2020-06-17 Damyan Ivanovnew: go to a date from transaction list
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-17 Damyan Ivanovclear internal account list before loading accounts...
2020-06-17 Damyan Ivanovmake sure data hash is computed before returning it
2020-06-17 Damyan Ivanovadd a synthetic version to the transaction hash calculation
2020-06-16 Damyan Ivanovdrop unused preference activity
2020-06-16 Damyan Ivanovdrop unneeded fragment tag
2020-06-16 Damyan Ivanovaccount list: remove trailing gap
2020-06-16 Damyan Ivanovwhitespace
2020-06-16 Damyan Ivanovmore material transaction list layout
2020-06-16 Damyan Ivanovadd database support for transaction-level comments
2020-06-16 Damyan Ivanovadd support for transaction-level comments in the JSON...
2020-06-16 Damyan Ivanovshow transaction-level comments in transaction list
2020-06-14 Damyan Ivanovadd transaction level comment when calculating transact...
2020-06-14 Damyan Ivanovinclude comments when comparing transaction accounts
2020-06-12 Damyan Ivanovwhitespace
2020-06-12 Damyan Ivanovlegacy text parser: add support for currency before...
2020-06-10 Damyan Ivanovdeclare a bunch of effectively final fields as such
2020-06-10 Damyan Ivanovcontrol/save state of drawer being open via a MutableLi...
2020-06-10 Damyan Ivanovmerge two drawer listeners
2020-06-10 Damyan IvanovData.profile becomes inert
2020-06-10 Damyan IvanovInert MutableLiveData doesn't trigger changes when...
2020-06-09 Damyan Ivanovadd FIXME about account list trailer divider
2020-06-09 Damyan Ivanovremove unnecessary onLayoutChangeListener
2020-06-09 Damyan Ivanovdrop long unused methods
2020-06-09 Damyan Ivanovwhitespace
2020-06-09 Damyan Ivanov"final" fixes on account list layout
2020-05-21 Damyan Ivanovremove bold style from default commodity setting
2020-05-21 Damyan Ivanovfix missing %d format specifier
2020-05-21 Damyan Ivanovtighten visibility
2020-05-21 Damyan Ivanovremove long unused items from account list
2020-05-20 Damyan IvanovData.setCurrentProfile: use setValue() instead of postV...
2020-05-20 Damyan Ivanovfix (+) fab visible after profile change (activity...
2020-05-20 Damyan Ivanovremove another redundant call to setupProfileColors()
2020-05-20 Damyan Ivanovremove redundant call to setupProfile
2020-05-20 Damyan Ivanovfix status bar background when switching profiles ...
2020-05-19 Damyan Ivanovwhitespace
2020-05-19 Damyan Ivanovdynamic count of swipe circle colours
2020-05-19 Damyan Ivanovrename method to better reflect its function
2020-05-17 Damyan Ivanovuse library layout inflation for the profile details...
2020-05-17 Damyan Ivanovfix transaction account filter selection
2020-05-17 Damyan Ivanovfix theming
2020-05-16 Damyan Ivanovmove reacting to profile changes after the check for...
2020-05-16 Damyan Ivanovproile editor: fix passing of initial theme hue to...
2020-05-16 Damyan Ivanovfix a crash when returning to the new transaction activ...
2020-05-16 Damyan Ivanovfix activity restart upon profile theme change
2020-05-14 Damyan Ivanovcompletely abandon fiddling with KeyListener's
2020-05-14 Damyan Ivanovupdate decimal separator value with locale change
2020-05-14 Damyan Ivanovstop
2020-05-14 Damyan Ivanovposting-level flag for amount validity; drop custom...
2020-05-14 Damyan Ivanovdrop extra item type enforcement when removing transact...
2020-05-14 Damyan Ivanovstyle for error texts
2020-05-14 Damyan Ivanovmake the "home" (back arrow) toolbar button in the...
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-14 Damyan Ivanovprofile details: put posting params in a layout so...
2020-05-14 Damyan Ivanovwhitespace
2020-05-14 Damyan Ivanovpass transaction comment to the JSON API
2020-05-14 Damyan Ivanovhandle transaction comment UI changes
2020-05-14 Damyan Ivanovrework comment show/hide/blur with colors instead of...
2020-05-14 Damyan Ivanovthemed color for disabled text
2020-05-14 Damyan Ivanovadd transaction comment to the internal transaction...
2020-05-14 Damyan Ivanovtransaction-level comments in new transaction UI, optional
2020-05-14 Damyan Ivanovmove previous transaction lookup progress bar to the...
2020-05-14 Damyan Ivanovfix new transaction (+) fab appearing when returning...
2020-05-06 Damyan IvanovHTML transaction parser: handle posting status flags
2020-05-06 Damyan Ivanovprofile editor: streamlined handling of authentication...
2020-05-04 Damyan Ivanovdarker colour palette, matching theme (pre-generated...
2020-05-04 Damyan Ivanovremove unused code
2020-05-03 Damyan Ivanovreorganize main activity layout to let the CoordinatorL...
2020-05-03 Damyan Ivanovfix rounding of the automatic profile color of the...
2020-05-03 Damyan Ivanovrename ic_clear_black_24dp.xml to avoid clash with...
2020-05-03 Damyan Ivanovignore refresh request when there is no profile yet
2020-05-03 Damyan IvanovToast → Snackbar
2020-05-03 Damyan Ivanovshow a message when no transactions are found containin...
2020-05-03 Damyan Ivanovadd a copy of the navigation drawer header to the welco...
2020-05-03 Damyan Ivanovdelete stray options of already removed profiles
2020-05-03 Damyan IvanovTODO: transaction-level comments (displaying and entering)
2020-05-03 Damyan Ivanovshow comment field after screen rotation if it was...
2020-05-03 Damyan Ivanovwhitespace
2020-05-03 Damyan Ivanovclean unneeded import
2020-05-03 Damyan Ivanovconvert two inner classes to static
2020-05-03 Damyan Ivanovprivate access when appropriate
2020-05-03 Damyan Ivanovrework previous transaction retrieval with JOIN (much...
2020-05-03 Damyan Ivanovfu: async sql machinery
2020-05-03 Damyan IvanovLogger: add warning methods
2020-05-03 Damyan IvanovMLDB: machinery for asynchronous select queries
2020-05-03 Damyan Ivanovfaster description pop-up
2020-05-03 Damyan Ivanovadd an index on transactions(description)
2020-05-03 Damyan Ivanovadd progress while retrieving previous transaction
2020-05-01 Damyan Ivanovrework comments: add clear icon, italics, visible when...
2020-05-01 Damyan Ivanovvariant of isEmptyOrNull for CharSequence
2020-05-01 Damyan IvanovNew helper class adding a "clear" (×) button at the...
2020-04-25 Damyan Ivanovlambdaisation
2020-04-25 Damyan Ivanovdrop unneeded object-level field
next