enable build of com.ghostsq.commander with scanignore=build/com.ghost...
This commit is contained in:
parent
919c71095f
commit
00893a6ad9
|
@ -16,8 +16,7 @@ In addition you can make shortcuts to directly dial or send an sms to a contact.
|
|||
|
||||
This app is ancient so it may not work on Android 4+ but you can get direct
|
||||
access to app activities
|
||||
via these apps: [[com.ghostsq.commander]] and
|
||||
[[com.ideasfrombrain.search_based_launcher_v2]].
|
||||
with [[com.ideasfrombrain.search_based_launcher_v2]].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -38,8 +38,8 @@ Build Version:1.40.2,164,314
|
|||
Build Version:1.41,180,!352 but need to check dex usage and add option to ignore in scanner
|
||||
Build Version:1.42,190,!368 but need to check dex usage and add option to ignore in scanner
|
||||
# DexClassLoader seems to be used for the samba/sftp plugins
|
||||
Build Version:1.43.3b1,210,!407,\
|
||||
scanignore=src/com/ghostsq/commander/adapters/CA.java
|
||||
Build Version:1.43.3b1,210,407,\
|
||||
scanignore=build/com.ghostsq.commander/src/com/ghostsq/commander/adapters/CA.java
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
|
@ -6,15 +6,24 @@ Issue Tracker:https://github.com/ehcloninger/pf-public/issues
|
|||
|
||||
Summary:Car home-screen
|
||||
Description:
|
||||
PurpleDock is a simple replacement for the car dock app that ships with many handsets.
|
||||
PurpleDock works in both Portrait and Landscape orientation. It works when connected to
|
||||
power and disconnected. GPS usage (used for speedometer) is throttled when not connected to
|
||||
PurpleDock is a simple replacement for the car dock app that ships with many
|
||||
handsets.
|
||||
PurpleDock works in both Portrait and Landscape orientation.
|
||||
It works when connected to
|
||||
power and disconnected.
|
||||
GPS usage (used for speedometer) is throttled when not connected to
|
||||
power in order to save battery life.
|
||||
|
||||
PurpleDock allows customization of three of the launch buttons. The stickpin, headphones,
|
||||
and microphone buttons are pre-assigned to Google Places, Google Music, and Voice Search.
|
||||
To override these buttons, tap and hold for 1 second to bring up an editor. You will need to know
|
||||
the full name of the application and the name of the Activity to launch.
|
||||
PurpleDock allows customization of three of the launch buttons.
|
||||
The stickpin, headphones,
|
||||
and microphone buttons are pre-assigned to Google Places, Google Music, and
|
||||
Voice Search.
|
||||
To override these buttons, tap and hold for 1 second to bring up an editor.
|
||||
You will need to know
|
||||
the full name of the application and the name of the Activity
|
||||
to launch, which
|
||||
can be got from [[com.ideasfrombrain.search_based_launcher_v2]] or
|
||||
or the AndroidManifest.xml of the source code of the app.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
Loading…
Reference in a new issue