Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Webview Photo upload #7949

Closed
wants to merge 691 commits into from
Closed

Android Webview Photo upload #7949

wants to merge 691 commits into from

Conversation

NikunjKapupara
Copy link

JIRA: https://jira.appcelerator.org/browse/AC-3520

Provide a clear PR title prefixed with AC-3520
screenshot_2016-04-18-13-23-41

DESCRIPTION:

In one of the my Appcelerator Project there is one functionality like,

We are showing a remote webpage in webview and in that webpage there is Photo Upload Browse button.

By clicking on that button Option dialog comes that ask to choose photo from Camera or Photo Gallery and we can select the photo.

That functionality is works fine in iOS but in android Titanium SDK has not support to choose and upload a photo from remote web page which is loaded on webview.

Earlier we are using a modified Titanium SDK. Can you please modified latest Titanium SDK(5.2.X Onwards) that support this feature.

**The remote web page has done this code in HTML file and it's working fine in iOS but not working in android.

**

Modified SDK (https://www.dropbox.com/s/j2csab3dhy6w3u2/4.1.0.GA_For_Correction_Camera_Web_upload.zip?dl=0) which allow to select photo from gallery or camera and this working fine in iOS and Android so the same change I need for latest version of Titanium SDK (5.2.X Onwards)

If you know, what changes we have to do in Titanium SDK to support this feature so can you suggest me in which file of Titanium SDK we need to do changes and what changes we have to write Titanium SDK files ?.

hansemannn and others added 30 commits March 1, 2016 12:06
[TIMOB-20424] Support PR templates
[TIMOB-20424] Move contribution infos to own file
… copy files into output app directory.

Added deprecation warning for the old iOS module python-based build script.

Removed iOS module build's config() method since it's never invoked.

Removed archiver monkey patch for older version that is no longer needed.

Added support for build-only iOS module builds.

Fixed bug where the build didn't synchronize the completion of both xcodebuild calls.

Added a log output token to xcodebuild to identify what output belonged to which xcodebuild call.

Cleaned up module documentation generation for iOS only.

General iOS module build cleanup.
[TIMOB-20495] iOS: Build error caused by missing define statements
[TIMOB-20495](5_2_X) iOS: Build error caused by missing define statem…
[TIDOC-2444]: Platform specific since documented
[TIMOB-20489] Added support for a 'Resource' dir for iOS modules that…
[TIMOB-20453] Show launchImage in RootViewController unless we're using storyboard
Skip attributedString unit test for android
[TIMOB-20228] iOS: Set minimum Xcode version to 7.1
Improve parity report size/performance
hansemannn and others added 23 commits April 10, 2016 21:25
[TIMOB-23175] Android: Replaced condition for build tools to accept 23.x
Cleaned up Android build tools warning output.
Signed-off-by: Hans Knoechel <hans.knoechel@hs-osnabrueck.de>
Signed-off-by: Hans Knoechel <hans.knoechel@hs-osnabrueck.de>
Signed-off-by: Hans Knoechel <hans.knoechel@hs-osnabrueck.de>
[TIMOB-23190] iOS: Support Ti.UI.OptionDialog property "tintColor"
[TIMOB-23191] iOS: Fix non-string PickerRow titles
[TIMOB-23146] Updated ioslib to v0.10.4.
Replaced the standard <> link with an <a>
…d Ti.Android.currentActivity.intent.packageName are always undefined
[TIMOB-23150] iOS: EventListener issues in ScrollableView for IOS.
Fixed error message.
[TIMOB-12412] Android: Ti.Android.currentActivity.intent.className and Ti.Android.currentActivity.intent.packageName are always undefined
[TIMOB-19910] Android: openPhotoGallery fails when remote image selected
@hansemannn
Copy link
Collaborator

Hey there! Thank you for the PR! You accidentally used the 5_2_X branch to develop your changes and want to merge it into master now (which wont work). Can you please provide a PR that is based on the current master so we can see which changes come from you? Thank you sir! 🚀

[TIMOB-20320]: Refactor requestPermissions
@hansemannn
Copy link
Collaborator

Closing in favor of #7950

@hansemannn hansemannn closed this Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet