Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks committed Dec 3, 2024
1 parent 9940856 commit a0cee4c
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "org.staacks.alpharemote"
minSdk = 31
targetSdk = 35
versionCode = 190
versionName = "0.19"
versionCode = 1000
versionName = "1.00"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions metadata/de/changelogs/1000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Erste offizielle Version.
2 changes: 1 addition & 1 deletion metadata/de/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Eine Bluetooth-Fernbedienungs-App für Sony-Kameras, die sofort im Benachrichtigungsbereich deines Telefons verfügbar ist, sobald du die Kamera einschaltest. Diese App ist kostenlos und quelloffen.
Eine Bluetooth-Fernbedienungs-App für Sony Alpha Kameras, die sofort im Benachrichtigungsbereich deines Telefons verfügbar ist, sobald du die Kamera einschaltest. Diese App ist kostenlos und quelloffen.

Die App nutzt die Companion-App-Funktion von Android, was bedeutet, dass sie nicht aktiv nach deiner Kamera sucht, sondern nur von Android gestartet wird, wenn die Kamera vom System erkannt wurde. Der Dienst der App wird sofort beendet, sobald die Kamera wieder ausgeschaltet wird. Die Fernbedienungstasten sind genau dann verfügbar, wenn du sie brauchst, aber ansonsten werden keine Ressourcen oder Bildschirmflächen belegt.

Expand Down
Binary file modified metadata/de/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/de/images/phoneScreenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion metadata/de/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bluetooth-Fernbedienung für Sony Kameras
Bluetooth-Fernbedienung für Sony Alpha Kameras
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/1000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
First official release.
2 changes: 1 addition & 1 deletion metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A Bluetooth remote control app for Sony cameras that is immediately available in your phone's notification area as soon as you turn on your camera. This app is free and open source.
A Bluetooth remote control app for Sony Alpha cameras that is immediately available in your phone's notification area as soon as you turn on your camera. This app is free and open source.

The app uses Android's companion app feature, meaning that it does not actively scan for your camera, but is only started by Android when the camera has been seen by the system - and the app's service is shut down as soon as it is turned off again. The remote control buttons are there when you need them, but no resources or screenspace are used otherwise.

Expand Down
Binary file modified metadata/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bluetooth remote for Sony Cameras
Bluetooth remote for Sony Alpha Cameras

0 comments on commit a0cee4c

Please sign in to comment.