Skip to content

Commit

Permalink
Add doc, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xpierro committed May 6, 2020
1 parent 1fb5937 commit c7d8c97
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@ Available commands:
insert-note-template name path Inserts a new note template from the specified file, with the specified name
get-configuration path Saves the system configuration to a local file at <path>
set-configuration path Send the system configuration from a local file at <path>
root [-dryrun] Roots the device, builds the pkg inline from the repo files (no surprise)
diag fetch remote-path local-path Downloads a files from the diagnostic mode, after root. See doc/diagnosis_mod_map.md
root [-dryrun] BETA - Roots the device
diag fetch remote-path local-path BETA - Downloads a files from the diagnostic mode, after root. See doc/diagnosis_mod_map.md
diag exit Exits the diagnostic mode (triggers a reboot)
unpack pkg target-directory Unpacks an update pkg file into a data and animation archives
adb list-extensions Lists all extensions installed on the Digital Paper
adb fetch-extension name local-path Retrieve extension descriptors as return by dpt adb list-extensions
adb setup-extension name component action icon-path Setup an extension (apk intent launcher) for the official app launcher.
adb remove-extension name Removes a user-space extension, do not use to delete offical apps.
adb install-apk local-path Installs an APK and enables it in the launcher
help Prints this message
```
Expand Down
2 changes: 1 addition & 1 deletion debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: dpt
Version: 1.2.0
Version: 1.3.0
Section: utils
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion debian/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dpt (1.1.0) stable; urgency=medium
* Version bumper 1.1.0
* Version bumper 1.1.0

-- pierre <xpierro@gmail.com> Thu, 07 May 2020 00:49:24 +0800
-- pierre <xpierro@gmail.com> Thu, 07 May 2020 01:08:43 +0800

dpt (1.0.0) stable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.sony</groupId>
<artifactId>DigitalPaperApp</artifactId>
<version><!-- Auto Generated -->1.2.0</version>
<version><!-- Auto Generated -->1.3.0</version>
<packaging>jar</packaging>

<name>DigitalPaperApp</name>
Expand Down

0 comments on commit c7d8c97

Please sign in to comment.