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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-23feat(theming): Adjust EmptyContentView image tintStefan Niedermann
2024-01-23feat(theming): Add outline to cardsStefan Niedermann
2024-01-23feat(theming): Drop obsolete colorsStefan Niedermann
2024-01-23feat(theming): Remove unnecessary styles and implement secondary FAB theming ...Stefan Niedermann
2024-01-23feat(theming): Enhance theming for comments, activities and accountsStefan Niedermann
2024-01-22feat(theming): Remove some magic color literalsStefan Niedermann
2024-01-22feat(theming): Use Material 3 theming attributes for icon coloringStefan Niedermann
2024-01-22feat(theming): Use grayscale default theme to avoid wrong color tonesStefan Niedermann
2024-01-22chore(lint): Use enhanced switchStefan Niedermann
2024-01-22chore(lint): Use pattern variablesStefan Niedermann
2024-01-22chore(lint): Remove explicit type with inferenceStefan Niedermann
2024-01-22chore(lint): Use try-with-resourcesStefan Niedermann
2024-01-22chore(lint): Use Object.equals where possibleStefan Niedermann
2024-01-22fix(attachments): Limit opening attachments in Files app to proper Files app ...Stefan Niedermann
2024-01-22fix(attachments): Allow to delete "file" attachmentsStefan Niedermann
2024-01-21feat(theming): Enhance themingStefan Niedermann
2024-01-21feat(attachment): Open file attachments in Nextcloud Files appStefan Niedermann
2024-01-21chore: Move ReactiveLiveData to libraryStefan Niedermann
2024-01-20fix: Fix finalResId issuesStefan Niedermann
2024-01-20Merge pull request #1565 from stefan-niedermann/masterNiedermann IT-Dienstleistungen
2024-01-19Merge pull request #1563 from stefan-niedermann/mark-card-as-doneNiedermann IT-Dienstleistungen
2024-01-19Merge branch 'mark-card-as-done-and-remove-dp-to-px' into mark-card-as-doneStefan Niedermann
2024-01-19fix(done): Show clearDone button only when done is supportedStefan Niedermann
2024-01-19fix: BuildConfig and ResId issuesStefan Niedermann
2024-01-19chore(deps): Migrate Observable<Void> to Observable<EmptyResponse>Stefan Niedermann
2024-01-18chore(deps): Do no longer rely on android-commons lib to calculate dp to pxStefan Niedermann
2024-01-18fix(done): Fix crash when filtering for both, done and due date at the same timeStefan Niedermann
2024-01-18chore: Use class names instead of magic string literals in exceptionsStefan Niedermann
2024-01-18feat(filter): Use "reset" in favor of "clear" for resetting filtersStefan Niedermann
2024-01-18feat(done): Allow filtering for (un)done cardsStefan Niedermann
2024-01-18feat(done): Limit write access to Done property to Deck server 1.12.2Stefan Niedermann
2024-01-16feat(done): Also filter cards which are done at timestamp 0 for Upcoming cardsStefan Niedermann
2024-01-16#1556 mark card as done: hide done cards in upcoming-cards viewdesperateCoder
2024-01-16feat(import): Force keeping screen on while importing first accountStefan Niedermann
2024-01-16chore(done): Use onSurfaceVariant for future due datesStefan Niedermann
2024-01-16chore(done): Use filled checkbox item for tasksStefan Niedermann
2024-01-16chore(done): Adjust due date chip to match Deck server appStefan Niedermann
2024-01-16chore(done): Support compact modeStefan Niedermann
2024-01-15chore(done): Limit done support to Deck server 1.12.0 and higherStefan Niedermann
2024-01-15feat(done): Align styling with Deck server appStefan Niedermann
2024-01-15feat(done): Show done state in card detail viewStefan Niedermann
2024-01-15#1556 mark card as done: reset etags for updatedesperateCoder
2024-01-15#1556 mark card as done: reset etags for updatedesperateCoder
2024-01-14feat(done): Enhance width of done buttonStefan Niedermann
2024-01-14feat(done): Add "done" property to Card copy constructorStefan Niedermann
2024-01-14feat(sharing): Share text as task to card descriptionStefan Niedermann
2024-01-14feat(done): Use ✔️ icon when done is present in favor of 📆 / 🕙 in s...Stefan Niedermann
2024-01-14feat(done): Enhance due date / done UX in board viewStefan Niedermann
2024-01-13feat(done): Add button to mark a card as done into the card view below the du...Stefan Niedermann
2024-01-13feat(done): Display done state and adjust colorsStefan Niedermann