Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-23 08:51:57 +01:00
parent 61d62cabdf
commit ad3df69bdb
872 changed files with 65976 additions and 2 deletions

View file

@ -0,0 +1,8 @@
- Confirm dialog for deleting boards (#130)
- Display avatars in account chooser
- Hide FAB on scrolling (#132)
- Dark mode (#108)
- Sync on wifi only
- Reorder does not work when drag from top to bottom (#142)
- Display activity (#45)
- Rename columns (#145)

View file

@ -0,0 +1,13 @@
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,28 @@
1.0.1
- 🔧 Glide throws many errors (#405)
- 🎨 ColorChooser occurs multiple times when editing board (#431)
- 📎 Clean up after failed upload of attachment (#429)
- 👤 Separate overlapping avatars with 2dp (#433)
- 🏷️ Fix misaligned text in small labels
- 🐞 Wrong icon in activities tab (#437)
- 🐞 Creating a new board does not switch to this board after submit (#436)
- 🔧 Replace LiveDataHelper.onlyIfChanged with Transformations.distinctUntilChanged (#434)
- 🐞 Adding comments adds one additional empty comment (#440)
- 🐞 Fix various bugs when creating boards and stacks offline (#438, #439)
1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,32 @@
1.0.2
- 🐞 Fix various crashes on older Android versions
1.0.1
- 🔧 Glide throws many errors (#405)
- 🎨 ColorChooser occurs multiple times when editing board (#431)
- 📎 Clean up after failed upload of attachment (#429)
- 👤 Separate overlapping avatars with 2dp (#433)
- 🏷️ Fix misaligned text in small labels
- 🐞 Wrong icon in activities tab (#437)
- 🐞 Creating a new board does not switch to this board after submit (#436)
- 🔧 Replace LiveDataHelper.onlyIfChanged with Transformations.distinctUntilChanged (#434)
- 🐞 Adding comments adds one additional empty comment (#440)
- 🐞 Fix various bugs when creating boards and stacks offline (#438, #439)
1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,20 @@
1.1.0
- 🏷️ Manage tags per board (#309)
- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444)
1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,27 @@
1.2.0
- 🎚 Enhanced filters
- 🎨 Deal with special brand colors which previously caused a crash (#466)
- 🐞 Connection fails because "order" of a stack is null (#465)
- 🐞 Prevent NullPointerException in some special edge cases
1.1.0
- 🏷️ Manage tags per board (#309)
- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444)
1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,31 @@
1.2.1
- 🐞 Fix branding color in some situations
1.2.0
- 🎚 Enhanced filters
- 🎨 Deal with special brand colors which previously caused a crash (#466)
- 🐞 Connection fails because "order" of a stack is null (#465)
- 🐞 Prevent NullPointerException in some special edge cases
1.1.0
- 🏷️ Manage tags per board (#309)
- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444)
1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,31 @@
1.3.0
- 📦 Archive boards (#472)
- ☯️ Improved contrast ratio and design fine tuning
- ❌ Display hint and disable synchronization when server version is incompatible (#423)
- 🐞 Fix NullPointerExceptions on Board.getLocalId() after Android killed the app in background (#458, #477, #478)
1.2.0
- 🎚 Enhanced filters
1.1.0
- 🏷️ Manage tags per board (#309)
- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444)
1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,37 @@
1.4.0
- 🥳 Single card widget (#217) - Stay tuned, more to come!
- 🐞 Fix missing save button when editing
- 🐞 Fix archiving cards (#488)
1.3.0
- 📦 Archive boards (#472)
- ☯️ Improved contrast ratio and design fine tuning
- ❌ Display hint and disable synchronization when server version is incompatible (#423)
- 🐞 Fix NullPointerExceptions on Board.getLocalId() after Android killed the app in background (#458, #477, #478)
1.2.0
- 🎚 Enhanced filters
1.1.0
- 🏷️ Manage tags per board (#309)
- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444)
1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,42 @@
1.4.1
- 🔗 Share link to cards (#497) - Requires deck server ≥ 1.0.0
- 🐞 Fix switch to another app and back
1.4.0
- 🥳 Single card widget (#217) - Stay tuned, more to come!
- 🐞 Fix missing save button when editing
- 🐞 Fix archiving cards (#488)
1.3.0
- 📦 Archive boards (#472)
- ☯️ Improved contrast ratio and design fine tuning
- ❌ Display hint and disable synchronization when server version is incompatible (#423)
- 🐞 Fix NullPointerExceptions on Board.getLocalId() after Android killed the app in background (#458, #477, #478)
1.2.0
- 🎚 Enhanced filters
1.1.0
- 🏷️ Manage tags per board (#309)
- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444)
since 1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,47 @@
1.4.2
- 🕒 Fix due time AM / PM issues with server version 1.0.0 (#505)
- 🐞 Fix maintenance mode crash
1.4.1
- 🔗 Share link to cards (#497) - Requires deck server ≥ 1.0.0
- 🐞 Fix switch to another app and back
1.4.0
- 🥳 Single card widget (#217) - Stay tuned, more to come!
- 🐞 Fix missing save button when editing
- 🐞 Fix archiving cards (#488)
1.3.0
- 📦 Archive boards (#472)
- ☯️ Improved contrast ratio and design fine tuning
- ❌ Display hint and disable synchronization when server version is incompatible (#423)
- 🐞 Fix NullPointerExceptions on Board.getLocalId() after Android killed the app in background (#458, #477, #478)
1.2.0
- 🎚 Enhanced filters
1.1.0
- 🏷️ Manage tags per board (#309)
- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444)
since 1.0.0
- Fix adding cards via tile and shortcuts (#358)
- ☑️ Display task counter
- 🆕 New card layout for web and app
- 🎨 Apply the branding of your Nextcloud instance (#317)
- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
- 🗑️ Revoke board access
- 🔧 Show an info if server is in maintenance mode (#283)
- ↔️ Move lists
- 👤 wrong user image when using multiple accounts (#324)
- 🎚 Filter cards (#396)
- 🏷️ Auto complete: Display all available tags on first click (#263)
- Share text into new card (#424)
- 🗑️ "Delete list": Tell user how many card will be deleted (#421)

View file

@ -0,0 +1,5 @@
- 🐞 Do not cancel swipe 2 refresh UI when changing tabs
- 🐞 Fix bug when create a card via + button and then press back button (#461)
- 🐞 Wrong checkmark direction in RTL layout (#511)
- 🐞 Issue with dragging card to another list in RTL layout (#512)
- 🐞 Fix crash when color of board has unexpected format (#514)

View file

@ -0,0 +1,5 @@
- 🐞 Do not cancel swipe 2 refresh UI when changing tabs
- 🐞 Fix bug when create a card via + button and then press back button (#461)
- 🐞 Wrong checkmark direction in RTL layout (#511)
- 🐞 Issue with dragging card to another list in RTL layout (#512)
- 🐞 Fix crash when color of board has unexpected format (#514)

View file

@ -0,0 +1,5 @@
- ↩️ Reply to comments (#454)
- 📦 Archive all cards of a stack (#495)
- 🐞 List not synchronized list is emptied (#501)
- 👥 Fix wrong avatars in multi account setup (#531)
- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded

View file

@ -0,0 +1,13 @@
1.5.1
- 🐞 Activities do not load deterministically (#518)
- 🐞 Card order not synced properly (#524)
- 📎 Improve attachment handling (#516)
1.5.0
- ↩️ Reply to comments (#454)
- 📦 Archive all cards of a stack (#495)
- 🐞 List not synchronized list is emptied (#501)
- 👥 Fix wrong avatars in multi account setup (#531)
- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded

View file

@ -0,0 +1,18 @@
1.5.2
- 🐞 Fix bug which prevented account imports
- 🌎 Language updates
1.5.1
- 🐞 Activities do not load deterministically (#518)
- 🐞 Card order not synced properly (#524)
- 📎 Improve attachment handling (#516)
1.5.0
- ↩️ Reply to comments (#454)
- 📦 Archive all cards of a stack (#495)
- 🐞 List not synchronized list is emptied (#501)
- 👥 Fix wrong avatars in multi account setup (#531)
- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded

View file

@ -0,0 +1,22 @@
1.5.3
- 🐞 Delete attachments on failed uploads (#547)
1.5.2
- 🐞 Fix bug which prevented account imports
- 🌎 Language updates
1.5.1
- 🐞 Activities do not load deterministically (#518)
- 🐞 Card order not synced properly (#524)
- 📎 Improve attachment handling (#516)
1.5.0
- ↩️ Reply to comments (#454)
- 📦 Archive all cards of a stack (#495)
- 🐞 List not synchronized list is emptied (#501)
- 👥 Fix wrong avatars in multi account setup (#531)
- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded

View file

@ -0,0 +1,27 @@
1.5.4
- Allow to share text as comment
- 🐞 Fixed adding new lists
1.5.3
- 🐞 Delete attachments on failed uploads (#547)
1.5.2
- 🐞 Fix bug which prevented account imports
- 🌎 Language updates
1.5.1
- 🐞 Activities do not load deterministically (#518)
- 🐞 Card order not synced properly (#524)
- 📎 Improve attachment handling (#516)
1.5.0
- ↩️ Reply to comments (#454)
- 📦 Archive all cards of a stack (#495)
- 🐞 List not synchronized list is emptied (#501)
- 👥 Fix wrong avatars in multi account setup (#531)
- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded

View file

@ -0,0 +1,31 @@
1.5.5
- 📥 Enhanced sharing from third party apps into Deck
1.5.4
- Allow to share text as comment
- 🐞 Fixed adding new lists
1.5.3
- 🐞 Delete attachments on failed uploads (#547)
1.5.2
- 🐞 Fix bug which prevented account imports
- 🌎 Language updates
1.5.1
- 🐞 Activities do not load deterministically (#518)
- 🐞 Card order not synced properly (#524)
- 📎 Improve attachment handling (#516)
1.5.0
- ↩️ Reply to comments (#454)
- 📦 Archive all cards of a stack (#495)
- 🐞 List not synchronized list is emptied (#501)
- 👥 Fix wrong avatars in multi account setup (#531)
- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded

View file

@ -0,0 +1,35 @@
1.5.6
- 🐞 Fix sharing text based files like contacts
1.5.5
- 📥 Enhanced sharing from third party apps into Deck
1.5.4
- Allow to share text as comment
- 🐞 Fixed adding new lists
1.5.3
- 🐞 Delete attachments on failed uploads (#547)
1.5.2
- 🐞 Fix bug which prevented account imports
- 🌎 Language updates
1.5.1
- 🐞 Activities do not load deterministically (#518)
- 🐞 Card order not synced properly (#524)
- 📎 Improve attachment handling (#516)
1.5.0
- ↩️ Reply to comments (#454)
- 📦 Archive all cards of a stack (#495)
- 🐞 List not synchronized list is emptied (#501)
- 👥 Fix wrong avatars in multi account setup (#531)
- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded

View file

@ -0,0 +1,7 @@
1.6.0
- ✨ Adjust design to new style of Nextcloud Android app (#525)
- 🎨 Brand now uses board color to provide better context (#525)
- 🎨 Offer the same default board colors as the server app
- 🔍 Display all available users as search results when sharing a board (#510)
- 🐞 "Archive cards" of list crashes the app when there is no list (#557)

View file

@ -0,0 +1,11 @@
1.7.0
- 🆕 Compact mode (#579)
1.6.0
- ✨ Adjust design to new style of Nextcloud Android app (#525)
- 🎨 Brand now uses board color to provide better context (#525)
- 🎨 Offer the same default board colors as the server app
- 🔍 Display all available users as search results when sharing a board (#510)
- 🐞 "Archive cards" of list crashes the app when there is no list (#557)

View file

@ -0,0 +1,16 @@
1.8.0
- 🔀 Move cards to other boards and accounts (#453)
- Clone boards with existing stacks and labels (#455)
1.7.0
- 🆕 Compact mode (#579)
1.6.0
- ✨ Adjust design to new style of Nextcloud Android app (#525)
- 🎨 Brand now uses board color to provide better context (#525)
- 🎨 Offer the same default board colors as the server app
- 🔍 Display all available users as search results when sharing a board (#510)
- 🐞 "Archive cards" of list crashes the app when there is no list (#557)

View file

@ -0,0 +1,17 @@
1.8.1
- 🔀 Move cards to other boards and accounts (#453)
- Clone boards with existing stacks and labels (#455)
- 🐞 Fix synchronization bug (#596)
1.7.0
- 🆕 Compact mode (#579)
1.6.0
- ✨ Adjust design to new style of Nextcloud Android app (#525)
- 🎨 Brand now uses board color to provide better context (#525)
- 🎨 Offer the same default board colors as the server app
- 🔍 Display all available users as search results when sharing a board (#510)
- 🐞 "Archive cards" of list crashes the app when there is no list (#557)

View file

@ -0,0 +1,23 @@
1.8.2
- 🐞 Fix opening not yet synchronized attachment (#599)
- 🐞 Back arrow in attachments details has wrong color in light theme (#598)
- 🚫 Filter by unassigned cards
1.8.1
- 🔀 Move cards to other boards and accounts (#453)
- Clone boards with existing stacks and labels (#455)
- 🐞 Fix synchronization bug (#596)
1.7.0
- 🆕 Compact mode (#579)
1.6.0
- ✨ Adjust design to new style of Nextcloud Android app (#525)
- 🎨 Brand now uses board color to provide better context (#525)
- 🎨 Offer the same default board colors as the server app
- 🔍 Display all available users as search results when sharing a board (#510)
- 🐞 "Archive cards" of list crashes the app when there is no list (#557)

View file

@ -0,0 +1,4 @@
1.9.0
- List widget (by @dan0xii) (#217)
- Don't run multiple parallel synchronizations to avoid errors (#554)

View file

@ -0,0 +1,5 @@
- 🆕 Stack Widget (#217)
- ⚙️ Reduce amount of data which is queried by the database (#515)
- 🚫 Filter by no tags
- 🔗 Display linked projects and resources (#573)
- 🐞 Fix tags being visible only on unassigned cards

View file

@ -0,0 +1,5 @@
- 🆕 Stack Widget (#217)
- ⚙️ Reduce amount of data which is queried by the database (#515)
- 🚫 Filter by no tags
- 🔗 Display linked projects and resources (#573)
- 🐞 Fix tags being visible only on unassigned cards

View file

@ -0,0 +1,2 @@
- ⚡️ Use ETags to speed up account synchronization and use less data (requires Nextcloud ≥ 19)
- 🐞 Do not break sync, when a project has an error

View file

@ -0,0 +1,3 @@
- 🐞 Handle project resources with a string id properly
- 🐞 Fix exception when creating a new list
- 🐞 Fix NullPointerException when synchronizing in rare edge cases

View file

@ -0,0 +1 @@
- 🐞 Make synchronization more tolerant for defect users

View file

@ -0,0 +1,2 @@
- 🌗 Fixed list widget in system dark mode (#638)
- 🌎 Language updates

View file

@ -0,0 +1,2 @@
- 🐞 Workaround for error when deleting something
- 🌎 Language updates

View file

@ -0,0 +1,4 @@
- 👥 Filter does not seem to work as expected (#492)
- 🐞 Problem with uploading file (attachment) (#646)
- 🐞 Enhanced Group-handling (#639)
- 🌎 Language updates

View file

@ -0,0 +1,7 @@
- 🔗 Open cards of projects within the app (#671)
- 💬 Allow mention users in the comments (#673)
- ⚙️ Parse colors with alpha channel (#674)
- 🐞 Move dialog: Cancel / Move buttons are hidden on long titles (#681)
- 📢 Fix push notifications (#569)
- 🆕 Clone lists and cards when cloning boards (#608)
- 👥 show more than 7 assigned users (#679)

View file

@ -0,0 +1,4 @@
- ⚙️ Store colors as integer in database (#556)
- 📦 Allow archiving cards from filtered results only (#663)
- 👤 New assigned users dialog
- 🐞 Clicking on the tag label does not select the tag (#696)

View file

@ -0,0 +1 @@
- Upgrade minSdkVersion to 18 (= Android 4.3) following the files app

View file

@ -0,0 +1 @@
- 📎 New attachment picker (#289)

View file

@ -0,0 +1,8 @@
1.12.1
- ⚙️ Updated dependencies
- 🌎 Updated translations
1.12.0
- 📎 New attachment picker (#289)

View file

@ -0,0 +1,2 @@
- 🎨️ BottomNavigation in attachment picker is not colored when branding is disabled (#729)
- 🐞 Fix icons in card activity

View file

@ -0,0 +1,4 @@
- ⚡️ #359 Implement ETags for synchronization Speed-Up
- 🔄 #680 Loading indicator is shown indefinitely and no synchronization
- 🐞 #707 Link for PushNotifications could not be parsed in some cases
- 🌎 Updated translations

View file

@ -0,0 +1,3 @@
- 📝 Enhanced Markdown editor for description (#452)
- 📝 Markdown viewer for description with support for tables and syntax highlighting
- 📝 Markdown support for comments

View file

@ -0,0 +1,2 @@
- 🌗 Dark mode following system default (#392) (by @fm-sys)
- 🐞 Fix missing comments under some circumstances

View file

@ -0,0 +1 @@
- 🐞 Fix issue while extracting board Id and card Id from Push Notification URL

View file

@ -0,0 +1,3 @@
- 📝 Context based formatting
- Display more information when a unexpected push notification arrives
- 🌎 Updated translations

View file

@ -0,0 +1,2 @@
- 🔢 Auto continuation for ordered lists (#768)
- 👤 Fix image loading when Nextcloud instance is not installed in the root directory (#664, #706, #754)

View file

@ -0,0 +1,4 @@
- 📝 Single card widget content is scrollable
- 📝 Single card widget content got some basic markdown rendering
- 🐞 Crash when moving card with custom tags between boards (#772)
- 🐞 Fix ArrayIndexOutOfBoundsException in CardDataProvider (#789)

View file

@ -0,0 +1,10 @@
1.14.0
- 📆 Upcoming cards widget
1.13.6
- 📝 Single card widget content is scrollable
- 📝 Single card widget content got some basic markdown rendering
- 🐞 Crash when moving card with custom tags between boards (#772)
- 🐞 Fix ArrayIndexOutOfBoundsException in CardDataProvider (#789)

View file

@ -0,0 +1,2 @@
- 🐞 NPE on applying branding (#782, #807)
- 🐞 ArrayIndexOutOfBoundsException in CardDataProvider (#789)

View file

@ -0,0 +1 @@
- 🐞 Allow attaching files from external storage like Nextcloud without crash (#815)

View file

@ -0,0 +1 @@
- 📆 Upcoming cards widget shows also not assigned cards from boards which are not shared (#800)

View file

@ -0,0 +1 @@
- 📆 Upcoming cards widget - assigned cards duplicates (#818)

View file

@ -0,0 +1 @@
- 📆 Fix Upcoming cards widget selection (#819)

View file

@ -0,0 +1,2 @@
- 📆 Upcoming cards widget: Do not show archived cards (#822)
- 🌎 Updated translations

View file

@ -0,0 +1,4 @@
- ✅ Toggle checkboxes in description on click (#756)
- 👤 Comments tab: Instead of comments icon next to input box, show persons avatar (#843)
- 📦 Updated icon of Nextcloud Projects
- 🌎 Updated translations

View file

@ -0,0 +1,6 @@
- 📤 Share content of a card (#854)
- 🐞 Do not assign card when share link
- 📅 Upcoming cards: Sort secondary by last modified DESC (#845)
- ⚠️ Show only warning when moving a card if the card has attachments or comments (#804)
- Harmonize widget look & feel for Notes, News & Deck
- Display checkboxes in widgets

View file

@ -0,0 +1,12 @@
1.15.2
- Fix wrong icons in Single Card Widget (#865)
1.15.1
- 📤 Share content of a card (#854)
- 🐞 Do not assign card when share link
- 📅 Upcoming cards: Sort secondary by last modified DESC (#845)
- ⚠️ Show only warning when moving a card if the card has attachments or comments (#804)
- Harmonize widget look & feel for Notes, News & Deck
- Display checkboxes in widgets

View file

@ -0,0 +1,18 @@
1.15.3
- 🌓 Use slightly darker color as card background
- 🐞 Better handling of error when no camera is available
- 📎 Enhanced support for Deck 1.3.x attachments
1.15.2
- Fix wrong icons in Single Card Widget (#865)
1.15.1
- 📤 Share content of a card (#854)
- 🐞 Do not assign card when share link
- 📅 Upcoming cards: Sort secondary by last modified DESC (#845)
- ⚠️ Show only warning when moving a card if the card has attachments or comments (#804)
- Harmonize widget look & feel for Notes, News & Deck
- Display checkboxes in widgets

View file

@ -0,0 +1,10 @@
1.15.4
- 📎 Enhanced support for Deck 1.3.x attachments
1.15.3
- 🌓 Use slightly darker color as card background
- 🐞 Better handling of error when no camera is available
- 📎 Enhanced support for Deck 1.3.x attachments

View file

@ -0,0 +1,14 @@
1.15.5
- 🐞 Bugfix for Deck < Deck 1.3.x
1.15.4
- 📎 Enhanced support for Deck 1.3.x attachments
1.15.3
- 🌓 Use slightly darker color as card background
- 🐞 Better handling of error when no camera is available
- 📎 Enhanced support for Deck 1.3.x attachments

View file

@ -0,0 +1 @@
- 🐞 Fix endless refreshing spinner (#680)

View file

@ -0,0 +1,10 @@
1.15.7
- 🎨 Enable branding by default (#844)
- 🎨 Use instance color for global elements for easier account distinction (#844)
- 📥 Fix Sharing content to new Deck cards (#883)
- 🐞 Make debug logs accessible (#880)
1.15.6
- 🐞 Fix endless refreshing spinner (#680)

View file

@ -0,0 +1,2 @@
- 🔍 Search (#630)
- 🖼 Compress images before uploading as attachment (#587)

View file

@ -0,0 +1,8 @@
1.15.9
- 🐞 Fix toolbar background in dark theme (#905)
1.15.8
- 🔍 Search (#630)
- 🖼 Compress images before uploading as attachment (#587)

View file

@ -0,0 +1,13 @@
1.16.0
- 🌎 Updated translations
- 🐞 Catch unlikely sync error (#874)
1.15.9
- 🐞 Fix toolbar background in dark theme (#905)
1.15.8
- 🔍 Search (#630)
- 🖼 Compress images before uploading as attachment (#587)

View file

@ -0,0 +1,18 @@
1.16.1
- ✅ Number of tasks in a checklist is not shown unless there is a comment on the card too (#910)
- 🐞 Crash when adding labels (#917)
1.16.0
- 🌎 Updated translations
- 🐞 Catch unlikely sync error (#874)
1.15.9
- 🐞 Fix toolbar background in dark theme (#905)
1.15.8
- 🔍 Search (#630)
- 🖼 Compress images before uploading as attachment (#587)

View file

@ -0,0 +1,8 @@
1.16.2
- 📦 Enable code minification
1.16.1
- ✅ Number of tasks in a checklist is not shown unless there is a comment on the card too (#910)
- 🐞 Crash when adding labels (#917)

View file

@ -0,0 +1,12 @@
1.16.3
- 🐞 Revert changes of 1.16.2
1.16.2
- 📦 Enable code minification
1.16.1
- ✅ Number of tasks in a checklist is not shown unless there is a comment on the card too (#910)
- 🐞 Crash when adding labels (#917)

View file

@ -0,0 +1,3 @@
- 📅 Upcoming cards (#690)
- 📅 Improve results of upcoming cards widget
- 🗂 Clean up and avoid orphaned data after deleting an account (#923)

View file

@ -0,0 +1,9 @@
1.17.1
- ✨ New input design
1.17.0
- 📅 Upcoming cards (#690)
- 📅 Improve results of upcoming cards widget
- 🗂 Clean up and avoid orphaned data after deleting an account (#923)

View file

@ -0,0 +1,13 @@
1.17.2
- 🐞 Dark mode: Input fields have no border (#927)
1.17.1
- ✨ New input design
1.17.0
- 📅 Upcoming cards (#690)
- 📅 Improve results of upcoming cards widget
- 🗂 Clean up and avoid orphaned data after deleting an account (#923)

View file

@ -0,0 +1,3 @@
1.17.3
- 🐞 Fix database migration issue

View file

@ -0,0 +1,3 @@
1.17.3 - 1.17.4
- 🐞 Fix database migration issues

View file

@ -0,0 +1,3 @@
1.17.3 - 1.17.5
- 🐞 Fix database migration issues

View file

@ -0,0 +1,3 @@
1.17.3 - 1.17.6
- 🐞 Fix database migration issues

View file

@ -0,0 +1,3 @@
1.17.3 - 1.17.7
- 🐞 Fix database migration issues

View file

@ -0,0 +1,4 @@
- 🖼 Cover images for cards (optional)
- 🆕 Upcoming widget: clicking on a time separator now opens last board (#932)
- 👤 Show display name instead of user id in account switcher (#864)
- 🐞 Fix some more cases for endless refresh spinners (#680)

View file

@ -0,0 +1,10 @@
1.18.1
- ⚙️ Replaces the preview of downloaded files in the attachment picker with a direct access to the native system file picker (See https://github.com/stefan-niedermann/nextcloud-deck/pull/943#issue-617868203)
1.18.0
- 🖼 Cover images for cards (optional)
- 🆕 Upcoming widget: clicking on a time separator now opens last board (#932)
- 👤 Show display name instead of user id in account switcher (#864)
- 🐞 Fix some more cases for endless refresh spinners (#680)

View file

@ -0,0 +1,14 @@
1.18.2
- ❗️ Security update: Fix leak of query to lookup server when searching for users
1.18.1
- ⚙️ Replaces the preview of downloaded files in the attachment picker with a direct access to the native system file picker (See https://github.com/stefan-niedermann/nextcloud-deck/pull/943#issue-617868203)
1.18.0
- 🖼 Cover images for cards (optional)
- 🆕 Upcoming widget: clicking on a time separator now opens last board (#932)
- 👤 Show display name instead of user id in account switcher (#864)
- 🐞 Fix some more cases for endless refresh spinners (#680)

View file

@ -0,0 +1,4 @@
- 🔌 Fix offline and maintenance state (#960)
- 🎨 Fix theming issue when theming app is disabled on the server (#969)
- 🐞 Fix moving lists by handling server app bug gracefully (#977)
- 🌎 Updated translations

View file

@ -0,0 +1,5 @@
- ✏️ Remember edit / preview mode for description (#971)
- 🗂 Allow to create multiple cards without loosing focus
- 🖼 Support preview for images which are hosted on a Nextcloud instance (#963)
- 🗑 Select neighbour list after deleting a list (#841)
- 🐞 Fix switching automatically to newly created lists

View file

@ -0,0 +1,3 @@
- 🐞 Fix crash on Huawei devices when working with splitscreen (#1025)
- 🐞 Display infrastructure related issues only on pull2refresh (#1061, #1063, #1064)
- 🌎 French translation review by @ldmpub

View file

@ -0,0 +1,9 @@
1.19.2
- 🌎 Updated translations
1.19.1
- 🐞 Fix crash on Huawei devices when working with splitscreen (#1025)
- 🐞 Display infrastructure related issues only on pull2refresh (#1061, #1063, #1064)
- 🌎 French translation review by @ldmpub

View file

@ -0,0 +1,13 @@
1.19.3
- 🐞 Workaround for Deck server bug when connecting the first time (https://github.com/nextcloud/deck/issues/3229)
1.19.2
- 🌎 Updated translations
1.19.1
- 🐞 Fix crash on Huawei devices when working with splitscreen (#1025)
- 🐞 Display infrastructure related issues only on pull2refresh (#1061, #1063, #1064)
- 🌎 French translation review by @ldmpub

View file

@ -0,0 +1,6 @@
- ✨ Visualize progress when importing first account (#545)
- 💬 Scroll list when focussing the edit text for comments (#345) by @jancwe
- 💬 Fix initial comment list position (#344) by @jancwe
- 🐞 Fix failing attachment upload if a temporary cache file with this name already exists (#1075, #1102)
- 🐞 Fix possible race condition during upload of multiple new comments which have been created offline (#1100)
- ⚙️ Raise minSdk to 22 (following the Nextcloud files app)

View file

@ -0,0 +1,2 @@
- 🔠 Order assigned tags alphabetically (#1119)
- 🌎️ Updated translations

View file

@ -0,0 +1,8 @@
1.19.6
- ⚙️ Raise target SDK to 31 (Required changes for widgets, quick settings tiles, shortcuts, camera picker and more)
1.19.5
- 🔠 Order assigned tags alphabetically (#1119)
- 🌎️ Updated translations

View file

@ -0,0 +1,3 @@
- ⚙️ Workaround for bug in the Deck server app regarding Push Notifications (#1165)
- ⚙️ Upgrade to Single Sign On 0.6.0 (requires Nextcloud files app ≥ 3.18.0)
- ⚙️ Adjusted widget style to Android 12

View file

@ -0,0 +1,4 @@
- 🖼 Zoom attachments by @NeilSeligmann
- ✨ Automatically scroll to new created card by @NeilSeligmann
- Enable card and list creation from attachment share activity by @NeilSeligmann
- ⚙️ Fix potential memory leaks

View file

@ -0,0 +1,3 @@
- ⚙️ Requires Android 6 and Nextcloud Android 3.18.x
- 🐞 Fixed cloning boards (#1073)
- 🐞 Fixed CursorWindowAllocation errors (#1210)

View file

@ -0,0 +1,6 @@
- 💬 Allow multi line comments (#1299)
- 🐞 Handle offline card creation better (#1295)
- ⚠️ Prevent empty list names (#1317)
- ⚙️ Add monochrome icon for Android 12+ (#1306)
- ⚙️ Use new Android 12 SplashScreen API
- 🐞 Date and time picker invisible on dark mode with light board color (#1180)

View file

@ -0,0 +1,4 @@
- 🐞 Workaround for not announced breaking change of Deck 1.8b1 (#1337)
- 🐞 Fix crash when appending a shared text to the description of an existing card (#1344)
- 🐞 Fix constraint violation when a user has been assigned to a board multiple times
- 🎨 Fix theming issue when taking photos on a board with white color

View file

@ -0,0 +1,4 @@
- ✨ Material 3 Theme (#1330)
- 🐞 Create new list: Dialog does not close (#1361)
- 🐞 NullPointerException on CoordinatorLayout (#1356)
- 🌎 Updated translations

View file

@ -0,0 +1,2 @@
- 👤 Use displayname instead of username for shortcuts (#1371)
- ↔️ Switch Save and Edit buttons when creating a new card (#1369)

View file

@ -0,0 +1,2 @@
- 🎨 Fix small Material 3 design glitches (#1376)
- ⌚ Better hint for due time picker (#1375)

View file

@ -0,0 +1 @@
- 🌎 Updated translations

View file

@ -0,0 +1 @@
- 🐞 Handle missing file size and mimetype properties in attachments

View file

@ -0,0 +1 @@
- 🐞 Fix dependency issue caused by lowered targetSdk

View file

@ -0,0 +1,3 @@
- 🐞 Handle missing file size and mimetype properties in attachments
- 🌎 Updated translations
- 🎨 Fix small Material 3 design glitches (#1376)

View file

@ -0,0 +1,3 @@
- 🐞 Fix photo picker issues on Android 13
- 🐞 Fix displayed number of boards when importing first account
- 🌎 Updated translations

Some files were not shown because too many files have changed in this diff Show more