Skip to content

Commit

Permalink
v1.6.3 (#190)
Browse files Browse the repository at this point in the history
* workflow - dev| bump version

* fix: Article page HTML rendering (#184)

* Article detail - UI | Introduce a CSS file to set up the layout

* Article page | disable webview for content as it's way too buggy

* cleaup - article view | remove redandent stuff

* Style - article | add brighter colours for links

* Workflow - android dev | unset change review

* Correct README.md

* Fix: Text-to-speech not working (#186)

* Android - TTS | manage permissions

* Article - TTS | mentioning Binding context to the TTS button

* Error handling - Make sure to handle all API call exceptions (#188)

* v1.6.2 (#187)

* workflow - dev| bump version

* fix: Article page HTML rendering (#184)

* Article detail - UI | Introduce a CSS file to set up the layout

* Article page | disable webview for content as it's way too buggy

* cleaup - article view | remove redandent stuff

* Style - article | add brighter colours for links

* Workflow - android dev | unset change review

* Correct README.md

* Fix: Text-to-speech not working (#186)

* Android - TTS | manage permissions

* Article - TTS | mentioning Binding context to the TTS button

* Fetcher - Error handlelin | make sure all the call are using `HandleHttpException()`

* CI/CD | fix app constants (#189)

* v1.6.2 (#187)

* workflow - dev| bump version

* fix: Article page HTML rendering (#184)

* Article detail - UI | Introduce a CSS file to set up the layout

* Article page | disable webview for content as it's way too buggy

* cleaup - article view | remove redandent stuff

* Style - article | add brighter colours for links

* Workflow - android dev | unset change review

* Correct README.md

* Fix: Text-to-speech not working (#186)

* Android - TTS | manage permissions

* Article - TTS | mentioning Binding context to the TTS button

* pre-build - android | specify project folder specifically

* ss
  • Loading branch information
bricefriha authored Feb 3, 2025
1 parent 37d1d63 commit 63871c2
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 270 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
discord_client_id: ${{ secrets.discord_client_id }}
api_host: ${{ secrets.api_host }}
monitoring_key: ${{ secrets.monitoring_key }}

project_folder: '.'
#
# This step might be obsolete at some point as .NET MAUI workloads
# are starting to come pre-installed on the GH Actions build agents.
- name: Install MAUI Workload
Expand Down
Loading

0 comments on commit 63871c2

Please sign in to comment.