-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove paid apps (#345) * remove paid apps * Upgrade to version 0.5.3 * Remove TODO. * Set lastAppsUpdate. * Upgrade to version 1.0.0. * Update README.md to better reflect 1.0.0. * Db migration 4 (#373) * Remove unused filesystem attributes. * Remove unused session attributes. * Remove startup script from sql statements. * Add index on filesystemId. * Remove foreign key constraints during migration. * Add test. * Fix failing test. * Update assets (#375) * Update migration to add lastUpdated attribute to filesystem entity. * Move updated assets to appropriate filesystems. * Display progress bar faster. * Fdroid (#394) * remove play services * remove play services util class * Fdroid 2 - remove billing permissions (#397) * remove play services * remove play services util class * get rid of billing permission * Filesystems page will listen to progress bar dialog and display it when navigating to it. (#393) * Upgrade to v.1.0.1 * pass kernel version down so we can fake out /proc/version (#407) * Fix: Apps Service Type Behavior (#408) * If app is only supported by one service type (ssh/vnc), disable ability to change the preference in apps details menu. * When selecting an app that is supported by one service type, set the preference type automatically and start the session. * Upgrade to v1.0.2
- Loading branch information
1 parent
fa8e6b9
commit 225a193
Showing
5 changed files
with
22 additions
and
8 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
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 +1 @@ | ||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":32,"versionName":"1.0.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] | ||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":33,"versionName":"1.0.2","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] |
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