-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from dev-nis/master
Bump version to 1.0.7
- Loading branch information
Showing
13 changed files
with
419 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
name: SailfishOS App CI (aarch64, armv7hl, i486) | ||
env: | ||
sfos_target: 4.5.0.16 | ||
|
||
on: | ||
push: | ||
# tags: | ||
# - 'v*-sfos4.2' | ||
branches: | ||
- 'master' | ||
#pull_request: | ||
# branches: | ||
# - sfos4.2 | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-20.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Prepare | ||
run: mkdir RPMS | ||
|
||
- name: Build armv7hl | ||
uses: coderus/github-sfos-build@master | ||
with: | ||
release: ${{ env.sfos_target }} | ||
arch: armv7hl | ||
|
||
- name: Build i486 | ||
uses: coderus/github-sfos-build@master | ||
with: | ||
release: ${{ env.sfos_target }} | ||
arch: i486 | ||
|
||
- name: Build aarch64 | ||
uses: coderus/github-sfos-build@master | ||
with: | ||
release: ${{ env.sfos_target }} | ||
arch: aarch64 | ||
|
||
- name: Upload build result | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: rpm-build-result | ||
path: RPMS | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Release | ||
uses: softprops/action-gh-release@v2 | ||
#if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: | | ||
/workspace/RPMS/jolla-settings-screenmonitor-${{ github.ref_name }}-1.aarch64 | ||
/workspace/RPMS/jolla-settings-screenmonitor-${{ github.ref_name }}-1.armv7hl | ||
/workspace/RPMS/jolla-settings-screenmonitor-${{ github.ref_name }}-1.i486 | ||
jolla-settings-screenmonitor.changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
jolla-settings-screenmonitor.pro.user | ||
jolla-settings-screenmonitor.pro.user.* | ||
jolla-settings-screenmonitor.pro.autosave | ||
jolla-settings-screenmonitor.pro.user.0a580b9 | ||
|
||
service/ScreenMonitor | ||
|
||
RPMS/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,20 @@ | |
# * date Author's Name <author's email> version-release | ||
# - Summary of changes | ||
|
||
* Sat May 04 2024 NSC IT Solutions (NIS) <[email protected]> 1.0.8-1 | ||
- Add Swedish translation (thanks to https://github.com/eson57 ) | ||
|
||
* Thu Apr 04 2024 NSC IT Solutions (NIS) <[email protected]> 1.0.7-1 | ||
- Fix Icon size (thanks to https://github.com/carmenfdezb ) | ||
- Add Spanish translation (thanks to https://github.com/carmenfdezb ) | ||
- Add German translation | ||
|
||
* Fri Mar 29 2024 NSC IT Solutions (NIS) <[email protected]> 1.0.6-1 | ||
- Fix the build for aarch64 on modern SailfishOS-versions: | ||
- Changed call to systemd to new path | ||
- Fixed inclusion of systemd-service in RPM packaging | ||
|
||
|
||
* Sun Jun 14 2020 Juanro49 <[email protected]> 1.0.4-1 | ||
- jolla-settings-screenmonitor.qml: Fix show percentages in DetailItems | ||
- jolla-settings-screenmonitor.yaml: Add nemo-qml-plugin-contextkit-qt5 dependency to fix compatibility with Sailfish OS 3.0.3 (Rokua)+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="de"> | ||
<context> | ||
<name></name> | ||
<message id="%1%"> | ||
<source></source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>jolla-settings-screenmonitor</name> | ||
<message> | ||
<source>No data</source> | ||
<translation>Keine Daten</translation> | ||
</message> | ||
<message> | ||
<source>Since last reset</source> | ||
<translation>Seit dem letzten Zurücksetzen</translation> | ||
</message> | ||
<message> | ||
<source>Since the phone start-up</source> | ||
<translation>Seit dem Starten des Geräts</translation> | ||
</message> | ||
<message> | ||
<source>Since the disconnection from the charger</source> | ||
<translation>Seit dem Trennen des Ladegeräts</translation> | ||
</message> | ||
<message> | ||
<source>%1 day, </source> | ||
<translation>%1 Tag, </translation> | ||
</message> | ||
<message> | ||
<source>%1 days, </source> | ||
<translation>%1 Tage, </translation> | ||
</message> | ||
<message> | ||
<source>%1 hour, </source> | ||
<translation>%1 Stunde, </translation> | ||
</message> | ||
<message> | ||
<source>%1 hours, </source> | ||
<translation>%1 Stunden, </translation> | ||
</message> | ||
<message> | ||
<source>%1 minute</source> | ||
<translation>%1 Minute, </translation> | ||
</message> | ||
<message> | ||
<source>%1 minutes</source> | ||
<translation>%1 Minuten</translation> | ||
</message> | ||
<message> | ||
<source>Reset</source> | ||
<translation>Zurücksetzen</translation> | ||
</message> | ||
<message> | ||
<source>Screen usage</source> | ||
<translation>Bildschirmnutzung</translation> | ||
</message> | ||
<message> | ||
<source>Battery</source> | ||
<translation>Akku</translation> | ||
</message> | ||
<message> | ||
<source>Brightness</source> | ||
<translation>Helligkeit</translation> | ||
</message> | ||
</context> | ||
</TS> |
Oops, something went wrong.