]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils
drop a couple of global colour values
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils /
2020-06-28 Damyan Ivanovdrop a couple of global colour values
2020-06-17 Damyan Ivanovnew: go to a date from transaction list
2020-06-17 Damyan Ivanovrework transaction date handling
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-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 Ivanovfix theming
2020-05-14 Damyan Ivanovstyle for error texts
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-14 Damyan Ivanovthemed color for disabled text
2020-05-04 Damyan Ivanovdarker colour palette, matching theme (pre-generated...
2020-05-04 Damyan Ivanovremove unused code
2020-05-03 Damyan Ivanovfix rounding of the automatic profile color of the...
2020-05-03 Damyan Ivanovdelete stray options of already removed profiles
2020-05-03 Damyan Ivanovwhitespace
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-01 Damyan Ivanovvariant of isEmptyOrNull for CharSequence
2020-04-20 Damyan Ivanovutility routines for comparing strings with another...
2020-04-17 Damyan IvanovUI for setting default profile comodity
2020-04-17 Damyan Ivanovadd profile setting for default currency (db part)
2020-04-11 Damyan Ivanovprofile-level setting for showing commodify in new...
2020-04-05 Damyan Ivanovhelper routines for treating "" as null and vice versa
2020-03-14 Damyan Ivanovomit use of deprecated Date.getYear() and Date.getMonth()
2020-02-20 Damyan Ivanovadd functional currency selector when entering new...
2020-01-25 Damyan Ivanovwhitespace, imports
2020-01-25 Damyan Ivanovprofile editor: offer a suitable color for new profiles
2020-01-25 Damyan IvanovthemeId -> themeHue
2020-01-05 Damyan Ivanovtable for profile currencies (commodities), comment...
2019-12-21 Damyan Ivanovstore profile API version in the database
2019-12-17 Damyan Ivanovadd profile option for entering dates in the future
2019-11-25 Damyan IvanovMisc: add routined for hiding the soft keyboard
2019-11-25 Damyan IvanovMisc.showSoftKeyboard: handle fragemtn.getActivity...
2019-11-11 Damyan IvanovshowSoftKeyboard: show also when the present keyboard...
2019-11-11 Damyan IvanovshowSoftKeyboard: act only of no hardware keyboard...
2019-11-11 Damyan IvanovshowSoftKeyboard(fragment): delegate to showSoftKeyboar...
2019-11-10 Damyan Ivanovmake soft keyboard appear when new transaction descript...
2019-11-09 Damyan Ivanovwhitespace
2019-11-09 Damyan Ivanovmore robust theme ID calculation
2019-11-09 Damyan Ivanovrework new transaction activity with a RecyclerView
2019-09-21 Damyan IvanovhookAutocompletion: leave the "focus the next view...
2019-07-13 Damyan Ivanovreplace hard-coded basic HTTP authentication with trigg...
2019-05-18 Damyan Ivanovmulti-color progress indicators
2019-05-05 Damyan Ivanovfix hooking profile-specific auto-completion adapter
2019-05-05 Damyan Ivanov5-degree theme steps, for smooth color selection
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-05-03 Damyan IvanovMLDB: asyncronous variant of getOption
2019-05-03 Damyan Ivanovsuppress some warnings
2019-05-03 Damyan Ivanovoff-load option setting DB update to the background...
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-28 Damyan IvanovLockHolder: reset lock instances to null after unlocking
2019-04-28 Damyan IvanovEnglish locale String.format
2019-04-27 Damyan IvanovSQLiteOpenHelper wrapper doesn't need to implement...
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovmigrate themeWatch to LiveData
2019-04-16 Damyan Ivanovrework theme color spectrum to match the holy grail...
2019-04-08 Damyan Ivanovfix account name auto-completion in new transaction...
2019-04-04 Damyan IvanovObservableList: add ability to block (delay) change...
2019-04-04 Damyan Ivanovglobal method for format dates in ISO format (y-m-d)
2019-04-02 Damyan Ivanova way to force notification on ObservableValue
2019-03-29 Damyan Ivanovsingle observer instances, single place for reloading...
2019-03-28 Damyan Ivanovnew profile field: preferred accounts filter
2019-03-28 Damyan Ivanovadd flag to accounts indicating whether their commodity...
2019-03-25 Damyan Ivanovfixup single initial revision
2019-03-25 Damyan Ivanovwhitespace
2019-03-25 Damyan Ivanovsingle SQL file for initial db creation
2019-03-25 Damyan Ivanovthese constants may be private
2019-03-25 Damyan Ivanovpackage private constructor is enough
2019-03-25 Damyan Ivanovdeclare LockHolder as implementing AutoClosable (instea...
2019-03-25 Damyan Ivanovfix annotations to match super methods
2019-03-25 Damyan Ivanovdrop 'synchronized' modifier for getDatabase
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 IvanovColors: treat 360 same as 0
2019-03-25 Damyan Ivanovremove the distinction between "readable" and "writable...
2019-03-25 Damyan Ivanovwhitespace
2019-03-25 Damyan Ivanovbump target SQL revision number
2019-03-25 Damyan IvanovprepareConnection: avoid double slashes when constructi...
2019-03-25 Damyan IvanovprepareConnection: append '/' to the backend URL only...
2019-03-15 Damyan Ivanovturn on case-sensitive LIKE operator, globally
2019-03-14 Damyan Ivanovput account expansion bracket after the name, fix rotat...
2019-03-07 Damyan Ivanovpreliminary implementation for retrieval of transaction...
2019-03-07 Damyan Ivanovparser method for ISO date format (yyyy-mm-dd)
2019-03-07 Damyan IvanovparseLedgerDate: more info on parse error
2019-03-03 Damyan Ivanovupdate copyright years
2019-03-03 Damyan Ivanovupdate copyright notices
2019-03-03 Damyan IvanovsetupTheme routine with a profile argument
2019-03-03 Damyan Ivanovfixed and extended debug info
2019-02-27 Damyan IvanovGlobals: use a thread-local per-thread date formatter...
2019-02-25 Damyan Ivanovfix transaction list text color
2019-02-24 Damyan Ivanovcalculate primary color using HSL (instead of HSV)
2019-02-24 Damyan Ivanovwork around float weirdness causing 0/360 to become...
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-18 Damyan IvanovColors: also set defaultTextColor and accent
next