-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bump] Android version to 1.3.1 (36)
- Loading branch information
1 parent
60fd93c
commit ea60458
Showing
5 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
XClipper.Android/app/src/main/res/drawable/ic_delete_white.xml
This file was deleted.
Oops, something went wrong.
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
4 changes: 4 additions & 0 deletions
4
XClipper.Android/fastlane/metadata/android/en-US/changelogs/36.txt
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,4 @@ | ||
Added: Option to generate QR code through Special Action. | ||
Added: Feature to paste text from QR. | ||
Fixed: Feature dialog will now exit quickly instead of delaying. | ||
Fixed: Update helper invalid response. |
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
7 changes: 1 addition & 6 deletions
7
XClipper.Android/modules/feature-settings/src/main/AndroidManifest.xml
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,8 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.kpstv.xclipper.feature_settings"> | ||
|
||
<!-- Required for blacklist apps feature where will will show list of apps to select from. --> | ||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> | ||
|
||
</manifest> | ||
package="com.kpstv.xclipper.feature_settings"/> |