Skip to content

feat: improve sync html download, always display read post button, and remove ILocalHtmlCache - #186

Merged
fboucher merged 2 commits into
v-nextfrom
feature/sync-html-improvement
Aug 15, 2026
Merged

feat: improve sync html download, always display read post button, and remove ILocalHtmlCache#186
fboucher merged 2 commits into
v-nextfrom
feature/sync-html-improvement

Conversation

@fboucher-os

Copy link
Copy Markdown
Collaborator

This PR improves file management for the Android MAUI App: 1. Removes ILocalHtmlCache interface and its registrations since the Read Post button is now always rendered. 2. Modifies Posts.razor to always display the Read Post button. 3. Ensures directory exists when saving HTML files locally in LocalHtmlStorageService.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Health
NoteBookmark.AIServices 97% 64%
NoteBookmark.Api 86% 77%
NoteBookmark.BlazorApp 4% 10%
NoteBookmark.Domain 92% 76%
NoteBookmark.ServiceDefaults 96% 75%
NoteBookmark.SharedUI 19% 22%
Summary 56% (1063 / 1908) 47% (291 / 623)

@fboucher
fboucher merged commit aaa3880 into v-next Aug 15, 2026
1 check passed
fboucher added a commit that referenced this pull request Aug 15, 2026
* fix(#173): use Id ?? RowKey for checking and opening offline post HTML (#179)

* feat(#176): add sync progress bar and status updates for downloading offline post text (#180)

* should have done that long ago

* fix: resolve Android MAUI app crash when opening URLs (issue #177) (#181)

* feat: add up/down reordering for categories and notes in summary editor (issue #92) (#183)

Co-authored-by: Frank Boucher <2404846+fboucher@users.noreply.github.com>

* feat: add text size slider and fix text wrapping on offline reader page (issue #178) (#182)

* bumb version

* feat: implement async background post content extraction to save HTML in blob storage (#185)

Co-authored-by: fboucher-os <fboucheros+github@gmail.com>

* feat: improve sync html download, always display read post button, and remove ILocalHtmlCache (#186)

* feat: implement async background post content extraction to save HTML in blob storage

* feat: improve sync html download, always display read post button, and remove ILocalHtmlCache

* feat: configure protected Azure Function Parser API and key propagation (#187)

* feat: configure protected Azure Function Parser API and key propagation

* bump: version to 1.4.0

---------

Co-authored-by: fboucher-os <fboucheros+github@gmail.com>

---------

Co-authored-by: fboucher-os <fboucheros+github@gmail.com>
@fboucher-os
fboucher-os deleted the feature/sync-html-improvement branch August 16, 2026 11:49
fboucher added a commit that referenced this pull request Aug 16, 2026
* fix(#173): use Id ?? RowKey for checking and opening offline post HTML (#179)

* feat(#176): add sync progress bar and status updates for downloading offline post text (#180)

* should have done that long ago

* fix: resolve Android MAUI app crash when opening URLs (issue #177) (#181)

* feat: add up/down reordering for categories and notes in summary editor (issue #92) (#183)

Co-authored-by: Frank Boucher <2404846+fboucher@users.noreply.github.com>

* feat: add text size slider and fix text wrapping on offline reader page (issue #178) (#182)

* bumb version

* feat: implement async background post content extraction to save HTML in blob storage (#185)

Co-authored-by: fboucher-os <fboucheros+github@gmail.com>

* feat: improve sync html download, always display read post button, and remove ILocalHtmlCache (#186)

* feat: implement async background post content extraction to save HTML in blob storage

* feat: improve sync html download, always display read post button, and remove ILocalHtmlCache

* feat: configure protected Azure Function Parser API and key propagation (#187)

* feat: configure protected Azure Function Parser API and key propagation

* bump: version to 1.4.0

---------

Co-authored-by: fboucher-os <fboucheros+github@gmail.com>

* update missing env variable

* fix

* chore: bump version to 1.4.1

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: fboucher-os <fboucheros+github@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants