enable build of com.ghostsq.commander with scanignore=build/com.ghost...

This commit is contained in:
David Black 2013-03-28 12:07:34 +00:00
parent 919c71095f
commit 00893a6ad9
3 changed files with 19 additions and 11 deletions

View file

@ -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 This app is ancient so it may not work on Android 4+ but you can get direct
access to app activities access to app activities
via these apps: [[com.ghostsq.commander]] and with [[com.ideasfrombrain.search_based_launcher_v2]].
[[com.ideasfrombrain.search_based_launcher_v2]].
. .
Repo Type:git Repo Type:git

View file

@ -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.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 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 # DexClassLoader seems to be used for the samba/sftp plugins
Build Version:1.43.3b1,210,!407,\ Build Version:1.43.3b1,210,407,\
scanignore=src/com/ghostsq/commander/adapters/CA.java scanignore=build/com.ghostsq.commander/src/com/ghostsq/commander/adapters/CA.java
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market

View file

@ -6,15 +6,24 @@ Issue Tracker:https://github.com/ehcloninger/pf-public/issues
Summary:Car home-screen Summary:Car home-screen
Description: Description:
PurpleDock is a simple replacement for the car dock app that ships with many handsets. PurpleDock is a simple replacement for the car dock app that ships with many
PurpleDock works in both Portrait and Landscape orientation. It works when connected to handsets.
power and disconnected. GPS usage (used for speedometer) is throttled when not connected to 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. power in order to save battery life.
PurpleDock allows customization of three of the launch buttons. The stickpin, headphones, PurpleDock allows customization of three of the launch buttons.
and microphone buttons are pre-assigned to Google Places, Google Music, and Voice Search. The stickpin, headphones,
To override these buttons, tap and hold for 1 second to bring up an editor. You will need to know and microphone buttons are pre-assigned to Google Places, Google Music, and
the full name of the application and the name of the Activity to launch. 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 Repo Type:git