Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-01Make toolbars the same background color as the main contentStefan Niedermann
2020-06-01Tint icons grey600, so they will be visible on both, day and night theme on ↵Stefan Niedermann
Android 4
2019-02-06Adjust orderInCategorystefan-niedermann
2018-04-12Remove bitmap drawables and let Android Studio generate the at build timeNiedermann IT-Dienstleistungen
Tested on virtual Android 8.1, 5.0 and an API Level 14. 14 showed some visual glitches (Some minor parts of the icons are black) - But i think it's a good trade-off. Everything still works.
2018-04-11Few fixes to stringsMario Danic
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-11Introduce ButterKnife and code reformatNiedermann IT-Dienstleistungen
http://jakewharton.github.io/butterknife/
2017-11-30refactor NoteFragments, category in ActionBarkorelstar