added *.build* to gitignore#61
added *.build* to gitignore#61skn3 wants to merge 6 commits intoblitz-research:developfrom skn3:develop
Conversation
added androidmanifest and transcc var ANDROID_MAINFEST_ACTIVITY_PROPERTIES
|
Also added small tweak to FixDataPath so it doesn't mangle paths starting with ~ |
|
Made FixPath public so we can manually use monkey compatible paths (monkey://blah) from 3rd party modules. |
|
FixPath is a bit vague - perhaps FilePath? FileSystemPath? mojo FixDataPath needs to go! mojo file paths shouldn't be different from All would work more or less equivalently if app currentdir started in On Thu, Jul 17, 2014 at 2:34 AM, Jonathan notifications@github.com wrote:
|
|
FileSystemPath sounds good. Is this something I should change on my repo or are you going to merge the other changes and then rename? I am using it in a module called imagecache. Essentially it lets you do threaded download of images. It also allows you to load/save monkey images too. I use a similar technique with a webview module I made to take snapshots of the webview and then load/save them as monkey images. Unfortunately this require two changes to the image surface class to add a GetSurface() and GetSurfaceDimensions(). Is this something you will see supporting in monkey ever? (probably a bit off topic) |
Hey Mark,
The "ANDROID_MAINFEST_ACTIVITY_PROPERTIES" needs to be replicated into the android_ndk target.
added gitignore .build
added androidmanifest and transcc var ANDROID_MAINFEST_ACTIVITY_PROPERTIES