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 (Collapse)Author
2021-09-10#545 visualize progress - first trydesperateCoder
2021-09-10#1075 #1102 delete existing cache file before creationdesperateCoder
2021-09-10add missing scrollbarJan Werner
2021-09-10fix #344 and #345Jan Werner
The recyclerview layout was not behaving well with adjacent layouts, because it was constrained by the content and not the parent.
2021-09-08Raise minSdk to 22 to match Nextcloud appStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-09-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-04Fix unit testsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-08-04Use createdAccount for first callStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-08-04Minor refactoringsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-08-04workaround for failing first calldesperateCoder
2021-08-03Replaced explicit types with diamond operatorStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-08-03Make use of var keyword for complex class instancesStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-08-03Merge branch 'master' of github.com:stefan-niedermann/nextcloud-deckdesperateCoder
2021-08-03prevent more NPEsdesperateCoder
2021-08-03Make use of var keyword for complex class instancesStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-08-03Disable save / edit buttons while pendingStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-08-03Make use of var keyword for complex class instancesStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-08-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-03fix possible NPEdesperateCoder
2021-08-02better fallback parsing error message (added cause)desperateCoder
2021-07-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-29Revert usage of var in SyncManagerStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-07-29Upgrade to AGP 7 and Java 11Stefan Niedermann
Also use var keyword in MainActivity and SyncManager Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-07-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-28Add tips for UnknownErrorExceptionStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-07-28Display infrastructure related issues only on pull2refreshStefan Niedermann
- https://github.com/stefan-niedermann/nextcloud-deck/issues/1061 - https://github.com/stefan-niedermann/nextcloud-deck/issues/1063 https://github.com/stefan-niedermann/nextcloud-deck/issues/1064 Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-07-15 Fix #1034 Due date are always shown with hours (french language)Niedermann IT-Dienstleistungen
* Fix #1034 Due date are always shown with hours (french language) Signed-off-by: Stefan Niedermann <info@niedermann.it> * #1034 more tolerant fuckup detection * #1034 more tolerant fuckup detection * Fix #1034 Due date are always shown with hours (french language) Signed-off-by: Stefan Niedermann <info@niedermann.it> * Fix #1034 Due date are always shown with hours (french language) Use final modifier for immutable `now` value Signed-off-by: Stefan Niedermann <info@niedermann.it> * Fix #1034 Add unit tests Signed-off-by: Stefan Niedermann <info@niedermann.it> Co-authored-by: desperateCoder <echotodevnull@gmail.com>
2021-07-12[tx-robot] updated from transifexNextcloud bot
2021-07-10#986 changed upcoming cards logicdesperateCoder
2021-07-10#986 changed upcoming cards logicdesperateCoder
2021-07-05[tx-robot] updated from transifexNextcloud bot
2021-06-28[tx-robot] updated from transifexNextcloud bot
2021-06-24[tx-robot] updated from transifexNextcloud bot
2021-06-21Correct reference to text stringValdnet
Removal of two text strings from the translation.
2021-06-21Correct reference to text stringValdnet
Change reference to a text string.
2021-06-17Use IResponseCallback in favor of observeOnce for importing accountsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-17Use IResponseCallback in favor of observeOnce for moving cardsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-17- 🐞 Fix switching automatically to newly created listsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-17Fix #841 - 🗑 Select neighbour list after deleting a listStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-17[tx-robot] updated from transifexNextcloud bot
2021-06-17Code simplificationStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-17Merge branch 'master' into create-card-before-editingStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it> # Conflicts: # app/src/main/java/it/niedermann/nextcloud/deck/ui/board/EditBoardDialogFragment.java
2021-06-16Delete dotValdnet
2021-06-15Add to translationValdnet
2021-06-15Add to translationValdnet
2021-06-15Add to translationValdnet
2021-06-14mandatory → requiredStefan Niedermann
https://help.nextcloud.com/t/obligatorisch-fur-pflichtfeld/118227/10 Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-06-12Use executors for more control over started threadsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>