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-21chore: Move ReactiveLiveData to libraryStefan Niedermann
2023-03-09refactor: Move packages to clarify architectureStefan Niedermann
2023-03-09refactor: Unidirectional data flow and single point of truth for current stateStefan Niedermann
2021-08-03Make use of var keyword for complex class instancesStefan Niedermann
2021-01-07Use some Compat classesTacoTheDank
2020-10-28Use ColorUtil from android-commons where possibleStefan Niedermann
2020-10-04Fix UnknownColor exception in LabelAutoCompleteAdapterStefan Niedermann
2020-10-03🎨 Store colors as integer in database (#603)Niedermann IT-Dienstleistungen
2020-05-02Do not provide a create label when label already existsStefan Niedermann
2020-04-26#263Stefan Niedermann
2020-04-26Fix LabelAutoComplete clickableStefan Niedermann
2020-04-26Simplify getView methods of AutoCompleteAdaptersStefan Niedermann
2020-04-26Define random color for create label and limit observesStefan Niedermann
2020-04-25Fix buildStefan Niedermann
2020-04-24#396 Filter cardsStefan Niedermann
2020-04-07Refactor package hierarchyStefan Niedermann
2020-03-07#276 Add labels: possible adding a label more than once - Fix buildstefan-niedermann
2020-03-07#276 Add labels: possible adding a label more than oncestefan-niedermann
2020-03-06Generify AutoCompleteAdapterstefan-niedermann
2020-03-04Some refactoringstefan-niedermann
2020-03-04#285 Migrate from ButterKnife to ViewBindingstefan-niedermann
2020-01-18Fix #260 Crash if Label starts with a spacestefan-niedermann
2019-12-06Fix #202 Creating a label: Display issuestefan-niedermann
2019-10-19Fix #167 Do not show already assigned users in searchstefan-niedermann
2019-10-19Remove not needed public modifiersstefan-niedermann
2019-10-19Fix #185 Use butterknife resource binding where possiblestefan-niedermann
2019-10-19Fix #186 Use recyclerviews where possible and #187stefan-niedermann
2019-10-16Fix icon for label proposals #52stefan-niedermann
2019-10-13#52 Suggest user and labels in autocomplete when clicking on the EditTextstefan-niedermann
2019-10-13Use max labels and users suggested from a resource filestefan-niedermann
2019-10-13#52 Suggest user and labels in autocomplete when clicking on the EditTextstefan-niedermann
2019-10-13#52 Suggest user and labels in autocomplete when clicking on the EditTextstefan-niedermann
2019-10-03Respect edit and manage permissions for labelsstefan-niedermann
2019-09-16Use static imports and Objects.requireNonNull()stefan-niedermann
2019-09-16Adjust wordingsstefan-niedermann
2019-09-15Use Objects.requireNonNullstefan-niedermann
2019-09-15Use LiveDataHelper.observeOnce where possiblestefan-niedermann
2019-06-19#51 Display "create"-button for labels as last item in autocompletestefan-niedermann
2019-05-16#51 Display "create"-button for labels as last item in autocompletestefan-niedermann
2019-05-09Remove FIXME commentstefan-niedermann
2019-05-09Refactor SyncManager Constructorstefan-niedermann
2019-04-02#51 Display "create"-button for labels as last item in autocompleteAndy Scherzinger
2019-03-30Merge remote-tracking branch 'origin/master'stefan-niedermann
2019-03-30FIXME: ### filter by board-ID too!stefan-niedermann
2019-03-30sone some todos, added some right away.desperateCoder
2019-03-27fix label rendering in auto complete viewAndy Scherzinger
2019-03-27make auto suggest items more genericAndy Scherzinger
2019-03-27first step toward label search in UIAndy Scherzinger