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-03-04Fix endless loop when inflating <? extends DialogFragment>stefan-niedermann
2020-03-04#285 Migrate from ButterKnife to ViewBindingstefan-niedermann
2020-03-04#285 Migrate from ButterKnife to ViewBinding - StackFragmentstefan-niedermann
2020-02-24Basic image viewer implementationstefan-niedermann
2020-02-01Fix #241 Adjust empty content views depending on edit permissionsstefan-niedermann
2019-12-14#175 Menu to move cards between columnsstefan-niedermann
2019-12-14#175 Menu to move cards between columnsstefan-niedermann
2019-12-14Fix #175 Menu to move cards between columnsstefan-niedermann
2019-10-20More elegant solution for #159 Double-clicking card opens EditActivity twicestefan-niedermann
2019-10-19#148 Share boards with permissionsstefan-niedermann
2019-10-19Use interaces for Activity / Fragment communicationstefan-niedermann
2019-10-19Use interaces for Activity / Fragment communicationstefan-niedermann
2019-10-19Move scrollToRefresh to MainActivitystefan-niedermann
2019-10-19Remove unused resourcesstefan-niedermann
2019-10-14Fix #159 Double-clicking card opens EditActivity twicestefan-niedermann
2019-09-28Fix wrong label on rename dialogstefan-niedermann
2019-09-28Remove unnecessary refreshView() callstefan-niedermann
2019-09-28Fix NPE on cross tab drag 'n' dropstefan-niedermann
2019-09-27#108 dark modestefan-niedermann
2019-09-27Fix #132 Hide FAB on scrollingstefan-niedermann
2019-09-26Added private constructors...stefan-niedermann
2019-09-26#145 Rename columnsstefan-niedermann
2019-09-26Add menu optionstefan-niedermann
2019-09-26#147 Make own board permissions usablestefan-niedermann
2019-09-26Simplify StackFragment codestefan-niedermann
2019-09-26Remove duplicate code in StackFragmentstefan-niedermann
2019-09-16Adjust wordingsstefan-niedermann
2019-09-16Improve "no cards yet"-screenstefan-niedermann
2019-09-16Add Objects.requireNonNull to StackFragmentstefan-niedermann
2019-09-15Introduce "no cards yet"-viewstefan-niedermann
2019-06-17#94 WIP...desperateCoder
2019-05-10Display keyboard and focus EditText in stack and board dialogsstefan-niedermann
2019-05-09Merge branch 'master' into drag-n-dropstefan-niedermann
2019-05-09Refactor SyncManager Constructorstefan-niedermann
2019-05-09drag n drop: different approachdesperateCoder
2019-05-08got drop working properly (set cardview visible)stefan-niedermann
2019-05-07Progress....stefan-niedermann
2019-05-07Move item from one recyclerview to another on dragging across tabstefan-niedermann
2019-05-06#62 Edit mode: back button jumps to first stackstefan-niedermann
2019-05-05#41 Create cards (No actual creation yet)stefan-niedermann
2019-04-04provide boardId to CardAdapterAndy Scherzinger
2019-03-22Implement DialogFragment to create a new stackstefan-niedermann
2019-03-13Fix spinner in SwipeRefreshLayoutstefan-niedermann
2019-03-12remove description and run refresh on UI threadAndy Scherzinger
2019-03-11Move to AndroidXAndy Scherzinger
2019-02-07Catch NullPointersstefan-niedermann
2019-02-07Display cardsstefan-niedermann
2019-02-07added some delegates for SyncManagerdesperateCoder
2019-02-03log getCards()stefan-niedermann
2019-02-02compiles.desperateCoder