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
path: root/app/src
AgeCommit message (Collapse)Author
2023-03-24feat: Implement new SearchBarStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-24fix: Restore EditCardViewModel instantiation leading to NPEStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-24fix: Fixed ViewModel scoping which caused using wrong accounts to ↵Stefan Niedermann
synchronize leading to HTTP 403 Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-20fix: Avoid SQLiteConstraint failures by reverting to custom ExecutorServiceStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-18Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-16Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-14Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-13Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-12Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-11Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-10make executor singleton againdesperateCoder
2023-03-10fix: Fix wrong tag for FilterDialogFragmentStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-10a11y: Add contentDescription to filter inputStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-10Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-09refactor: Use horizontal / vertical for padding / margin where possibleStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09docs: Improve dev tool hintsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09feat: Simplify layout of default cardsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09feat: Simplify layout of compact cardsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09feat: Simplify layout of title-only cardsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09docs: Improve dev tool hintsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09fix: Recreate MainActivity after changing any setting to directly apply themStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09fix: Reset filter information when switching boardStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09refactor: Move packages to clarify architectureStefan Niedermann
https://developer.android.com/topic/architecture Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09fix: Fix collapsed input fields of dialogs (#1385)Stefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-09refactor: Unidirectional data flow and single point of truth for current stateStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-03-04Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-25Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-23Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-22Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-20fix(theming): Fix not themed filter indicatorStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-02-20fix: Fix loading cover images in multi account setup in Upcoming cards viewStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-02-20Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-16feat(theming): Update android-common:ui to 0.6.0 and use new methodsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-02-13refactor(details): Reimplement with ConstraintLayoutStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-02-12Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-12feat(theming): Integrate android-common Nextcloud library for unified M3 ↵Niedermann IT-Dienstleistungen
theming (#1431) * refactor(branding): Use android-common to apply branding * refactor(branding): Rename BrandingUtil to ViewThemeUtils * refactor(branding): Move DeckViewThemeUtils to own class * refactor(branding): Apply theming to NavigationView * refactor(branding): Roll out android-common based theming * refactor(branding): Change terminology from "branding" to "theming" * refactor(branding): Get rid of DeckColorUtil Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-02-10Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-01feat(#1419): Adjust Floating Action Button behavior to Material 3Stefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-02-01fix(#1370): Creating a card by shortcut does only work for last selected accountStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-02-01fix(#1401): Fix invisible description and assigned users on read-only shared ↵Stefan Niedermann
boards Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-01-31Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-30Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-16Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-03Fix picture attachment picker for Android 13Stefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2023-01-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-29Fix picture attachment picker for Android 13Stefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2022-12-29Prevent showing progress over 100% when importing first accountStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2022-11-25added more nullchecksdesperateCoder
2022-11-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-13added checks for potentially empty fields in jsondesperateCoder