Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand All @@ -30,4 +28,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Lint-report
path: sample/build/reports/lint-results.html
path: app/build/reports/lint-results.html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ language-specific versions of `res/xml/`, e.g. `res/xml-de/changelog.xml`.
## Usage git changelog
To generate a git changelog, grouped by tag you can run

`./generateTagGroupedGitlog.sh > sample/src/main/res/raw/gitlog.json`
`./generateTagGroupedGitlog.sh > app/src/main/res/raw/gitlog.json`

This will show it similar to the XML

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<resources>

<string name="app_name">ckChangeLog Beispiel</string>
<string name="hello_world">Dies ist die Beispiel-App für die Bibliothek ckChangeLog.
Öffne das Menü, um herauszufinden was für Dialoge zur Anzeige der letzten Änderungen zur Verfügung stehen.</string>

<string name="menu_whats_new">Das ist neu</string>
<string name="menu_full_changelog">Alle Änderungen</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<resources>

<string name="app_name">ckChangeLog Muestra</string>
<string name="hello_world">Esta es la app de muestra para la librería ckChangeLog. Busca en el menú los diferentes tipos de diálogos.</string>

<string name="menu_whats_new">Qué hay de nuevo</string>
<string name="menu_full_changelog">Registro completo de cambios</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<resources>

<string name="app_name">ChangeLog Sample</string>
<string name="hello_world">This is the sample app for the ChangeLog library. Check out the menu for the different dialog types.</string>

<string name="menu_whats_new">What\'s New</string>
<string name="menu_full_changelog">Full ChangeLog</string>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':ChangeLogLib'
include ':sample'
include ':app'