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
2020-06-27#561 React to observersStefan Niedermann
2020-06-27first (not yet working) trydesperateCoder
2020-06-27assign to card: only provide users with accessdesperateCoder
2020-04-26#263Stefan Niedermann
2020-04-26Fix UserAutoComplete NullPointerExceptionStefan Niedermann
2020-04-26Simplify getView methods of AutoCompleteAdaptersStefan Niedermann
2020-04-20Fix some todosStefan Niedermann
2020-04-07Refactor package hierarchyStefan Niedermann
2020-03-07@SuppressWarnings for weaker access on public APIstefan-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-10-19#148 Share boards with permissionsstefan-niedermann
2019-10-19#148 Share boards with permissionsstefan-niedermann
2019-10-19Fix #167 Do not show already assigned users in searchstefan-niedermann
2019-10-19Push boardId to UserAutoCompleteAdapterstefan-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-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-09-28Display fallback resources for Android < 5stefan-niedermann
2019-09-16Use static imports and Objects.requireNonNull()stefan-niedermann
2019-09-15Use LiveDataHelper.observeOnce where possiblestefan-niedermann
2019-05-09Refactor SyncManager Constructorstefan-niedermann
2019-03-27make auto suggest items more genericAndy Scherzinger
2019-03-26cleanup auto complete adapterAndy Scherzinger
2019-03-17fixed codestyle-issuesdesperateCoder
2019-03-13centralize avatar fetching codeAndy Scherzinger
2019-03-13refactor util classes / package structureAndy Scherzinger
2019-03-12fix flickering of auto suggestionsAndy Scherzinger
2019-03-12fixed filteringdesperateCoder
2019-03-11fix yet another LiveData UI ThreadAndy Scherzinger
2019-03-11Move to AndroidXAndy Scherzinger
2019-03-03wrap with only if changedAndy Scherzinger
2019-03-03add oberserve to user list searchAndy Scherzinger
2019-03-03implement user search (WiP: result always null)Andy Scherzinger