]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/utils
UI and machinery for detecting hledger-web version
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils /
2020-10-04 Damyan IvanovUI and machinery for detecting hledger-web version
2020-09-26 Damyan Ivanovthemes: secondary==primary, a bit closer primaryDark...
2020-09-26 Damyan IvanovDB: move pragma execution in onConfigure() where it...
2020-09-26 Damyan Ivanovsplash: setup DB in the background
2020-09-20 Damyan Ivanovenable the foreign_keys PRAGMA only in debug builds
2020-09-17 Damyan Ivanovreplace local utility functions with ones from TextUtils
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovdisable some annoying debug
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-09-06 Damyan Ivanovspeed up parsed transaction/accounts storage
2020-08-15 Damyan Ivanovforgotten import
2020-08-15 Damyan Ivanovproper constant declaration
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-08-01 Damyan Ivanovimplement AutoCloseable in Locker
2020-07-19 Damyan Ivanovmove setting case_sensitive_like=ON to helper.onOpen
2020-07-10 Damyan Ivanovrework colours using more colour theory
2020-07-10 Damyan Ivanovreplace colorAccent with colorSecondary
2020-07-05 Damyan Ivanovdrop accounts.hidden and "hidden by star" handling
2020-06-28 Damyan Ivanovwhitespace
2020-06-28 Damyan Ivanovdrop unused global colour values
2020-06-28 Damyan Ivanovfurther theme fixes
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
next