]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/profiles
fix method signature
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / profiles /
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-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-27 Damyan Ivanovlocale-aware String.format
2019-04-19 Damyan Ivanovdrop dead code
2019-04-19 Damyan Ivanovmore animations when collapsing profile list and when...
2019-04-19 Damyan Ivanovdisable profile switching while the list is being edite...
2019-04-19 Damyan Ivanovprofile list: react on clicking on different parts...
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovforce profile observer notification when current profil...
2019-04-16 Damyan Ivanovdrop unused code
2019-04-13 Damyan Ivanovimprovement in the color selection UI
2019-04-12 Damyan Ivanovdeveloper menu item for wiping all local profile data
2019-04-04 Damyan IvanovProfile list: block change notifications while moving...
2019-03-29 Damyan Ivanovfix observer leak
2019-03-29 Damyan Ivanovfix initialization of preferred account name filter...
2019-03-28 Damyan Ivanovwhitespace
2019-03-28 Damyan Ivanovhandle preferred accounts filter setting in the profile...
2019-03-28 Damyan IvanovProfile: drop constructors filling all fields
2019-03-28 Damyan Ivanovput updating of profile data from the UI in a method
2019-03-28 Damyan Ivanovprofile details: confirm profile deletion
2019-03-25 Damyan Ivanovdefault new profile URL is 'https://'
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-03-25 Damyan Ivanovfix crash when saving profile without bringing up the...
2019-03-03 Damyan Ivanovmore unused files
2019-03-03 Damyan Ivanovupdate copyright notices
2019-03-03 Damyan Ivanovavoid NPE in the inlikely event of no current profile
2019-03-03 Damyan Ivanovdo not dim non-current profiles
2019-03-03 Damyan Ivanovwider touch area for rearranging profiles
2019-03-03 Damyan Ivanovuse the hue selector for profile color management
2019-02-28 Damyan Ivanovfix profile color selector
2019-02-28 Damyan Ivanovmake the color tag trigger drag too
2019-02-27 Damyan Ivanovprofile list: add a button for cancelling the edit...
2019-02-27 Damyan Ivanovprofile list: start drag action immediately upon touch...
2019-02-27 Damyan Ivanovprofile list: also show the default color tag
2019-02-27 Damyan Ivanovprofile list: attach the touch helper only when editing...
2019-02-27 Damyan Ivanovprofile list: more visible selected item background
2019-02-24 Damyan Ivanovmajor rework of the profile management
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-17 Damyan Ivanovprofile color control
2019-02-17 Damyan IvanovMove ProfileDetailActivity under activity/
2019-02-06 Damyan IvanovRename to MoLe
2019-01-28 Damyan Ivanovfix the 'Posting committed' switch in the profile editor
2019-01-27 Damyan Ivanovprofile flag for enabling/disabling addition of new...
2019-01-20 Damyan Ivanovset the first stored profile as the current one
2019-01-20 Damyan Ivanovprofile details: validation on save
2019-01-20 Damyan Ivanovremove obsolete comments
2019-01-20 Damyan Ivanovprofile details: focus user name when authentication...
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-19 Damyan Ivanovprofiles: ensure single instance per profile, fix havoc...
2019-01-10 Damyan Ivanovmultiple profile list fixes
2019-01-10 Damyan Ivanovdelete profile menu as action; hide when only one profi...
2019-01-09 Damyan Ivanovdynamic list of profiles, add profile removal
2019-01-07 Damyan Ivanovsomewhat complete profile implementation