Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tobiasKaminsky
Copy link
Member

No description provided.

Signed-off-by: tobiasKaminsky <[email protected]>
@github-actions
Copy link
Contributor

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/2974.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.

@AndyScherzinger AndyScherzinger self-requested a review December 23, 2025 13:27
fun getShareFromNote(
@Query("path") path: String,
@Query("shared_with_me") sharedWithMe: Boolean = true
@Query("shared_with_me") sharedWithMe: Boolean = false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The web calls

format=json
path=%2FNotes%2FSamples%2FFormatting.md
shared_with_me=true

So I am not sure if this is correct to be changed


if (share.getSharedWithDisplayName() != null) {
AvatarLoader.INSTANCE.load(context, binding.icon, account, share.getSharedWithDisplayName());
AvatarLoader.INSTANCE.load(context, binding.icon, account, share.getShareWith());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Than the if-clause needs to be updated as well

note.title +
notesSuffix
}
return StringConstants.PATH + notesPath + StringConstants.PATH + note.category + StringConstants.PATH + note.title + notesSuffix
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will fail for notes not in a category I guess because it woudl add a StringConstants.PATH + StringConstants.PATH no?

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.

3 participants