Re: Cookie support in docs.

2015-05-03 Thread julio cesar sanchez
I've just read this topic on the google group https://groups.google.com/forum/#!topic/phonegap/0EnQJBPA0uA On the FAQ you can read: "The first is within XHR (Ajax) requests to remote resources. Unless you specifically remove them, your Ajax library will automatically use cookies in subsequent ca

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-03 Thread Darryl Pogue
One example that comes to mind is notification icons for Android. It used to be fine to reuse the app icon, but as of Lollipop notification icons are only transparent and white. If your app icon is square, your notification icon will be a white square unless you provide a different one. Currently

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-03 Thread Karen Tran
Buttons were just an example. The image could really be of anything the user wants in the application. What's in cordova now in config.xml is: The line above will copy button.png into the drawable-mdpi directory and rename it to icon.png, thus replacing the icon.png that is already there. Of co

[GitHub] cordova-android pull request: [CB-7371][Android] Fixed: app crash ...

2015-05-03 Thread Cadey
Github user Cadey commented on the pull request: https://github.com/apache/cordova-android/pull/116#issuecomment-98520109 Hi guys, I just grabbed cordova 5.0.0 and the issues of the app crashing is still present - unfortunately im not in a position to put any debugging info at the mom