Skip to content

Conversation

@alperozturk96
Copy link
Collaborator

@alperozturk96 alperozturk96 commented Nov 3, 2025

  • Tests written, or not not needed

Changes

Task list caching: Task lists are now cached by account name to improve load times.
Background polling: Replaces the visible “blocked” loading state with a background polling mechanism to provide a smoother user experience.
UI layout update: Migrates from Box to Scaffold, allowing UI elements such as Snackbars and FABs to behave more naturally.
Replacing Deprecated API: Replaces deprecated ScrollableTabRow with PrimaryScrollableTabRow.
Empty state improvements: Introduces consistent empty state visuals, aligned with the design used in ExtendedListFragment.
LLM output indicator: Adds a visual marker to identify LLM-generated task outputs.

Out-of Scope

  1. Task type names and order currently cannot be matched precisely, as the web app still uses hardcoded names.
    Once those fields are exposed via the API, this logic will be aligned on the client side. @julien-nc

e.g:

image
  1. Task list screen and task detail bottom sheet redesigns are not included in this PR. These will be handled in a separate design update PR.

Design Feedback Needed

@kra-mo

  1. When the assistant app is enabled but not yet configured, the user cannot access task types or create new tasks.
    In this state, the following screen is displayed:
Image 1
  1. Visual indicator for LLM-generated task outputs:
Image 1

Demo

Screen.Recording.2025-11-04.at.11.16.41.mp4

Signed-off-by: alperozturk <[email protected]>

# Conflicts:
#	app/schemas/com.nextcloud.client.database.NextcloudDatabase/94.json
#	app/src/main/java/com/nextcloud/client/database/NextcloudDatabase.kt
#	app/src/main/java/com/owncloud/android/db/ProviderMeta.java
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
@github-actions
Copy link

Codacy

SpotBugs

CategoryBaseNew
Bad practice4242
Correctness7373
Dodgy code272272
Experimental11
Internationalization77
Malicious code vulnerability22
Multithreaded correctness3535
Performance4848
Security1818
Total498498

@github-actions
Copy link

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15897.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@github-actions
Copy link

blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assistant Improvements

2 participants