You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by amsimaganti <gi...@git.apache.org> on 2015/06/13 11:05:44 UTC

[GitHub] cordova-plugin-inappbrowser pull request: Hardware back handling

GitHub user amsimaganti opened a pull request:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/105

    Hardware back handling 

    HI
     First of all thanks a lot  for your awesome plugin.
     I wanted to show a confirmation box when users try to close this Themeable browser or hit hardware back button.Help me out

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/initialxy/cordova-plugin-themeablebrowser master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/105.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #105
    
----
commit 51c6df5abb57a9bbf9ef43e39fd7ca3f9bc93d0c
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T16:57:37Z

    Primitive implementation that should have completed most of the features for iOS.

commit 0f6250888db552b547a9099e358285a10412704b
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T17:32:49Z

    Fixed image resourced path.

commit 00c10627cd9d1802bb75258c4c415c5b8084fb0e
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T19:36:33Z

    Renamed source files.

commit 0ee642db7c181eee35d7a144a8dad35f980cdc82
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T19:41:10Z

    Added a warning to legacy directory.

commit cb0508166f6d7cf3e5dcacbdc4d313806c45b236
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T19:58:21Z

    Removed support for unsupported platforms from plugin.xml and renamed source contents from InAppBrowser to ThemeableBrowser.

commit 0df566d5ec304374e2b4f9ecbb60f1a0df05cb99
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T20:00:47Z

    Renamed source in tests.

commit bdf83767df5008bc19095feab168f4e6b150b069
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T20:02:55Z

    package.json contents are renamed.

commit 845a3024cc1c6944684e4a7c5897a7ca0f608b14
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T20:16:05Z

    property rename for better consistency

commit fdab4828d96c1f1f28d5c4e85b0d5fc30dc6bc04
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T20:38:28Z

    Fixed a bug with RGBA conversion.

commit 52be132aa6cdb66c6824368307a3681b04f184bc
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T20:38:45Z

    Do not bind with window.open.

commit 9b38b8796f2cad4c119d401d4df3214046fc3fd9
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T21:23:50Z

    Updated README.md.

commit efb1e1d77c1da1a2ebe956d5d1aff8bc0fbcc56f
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T21:45:47Z

    Added a new property to adjust toolbar height.

commit c8fcd98c97fbd02a36b53d3acf4606c46d835e2e
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-18T21:47:27Z

    Updated README.md to reflect the newly added property.

commit 3906a031d3652df4474c53f3e4f106cda9809b54
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-19T15:00:00Z

    Made a correction to README.md

commit 7e53243e40bbe83b75ecf54e331486ccb266ac3a
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-19T15:16:09Z

    Performed some proof reading on README.md.

commit a5034973359d2b780a38629ea57bc175b6e8f642
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-19T15:22:16Z

    Added license statement.

commit bea0de9f00a8cc8b81c3df1af926059ae0407c20
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-22T20:04:37Z

    Modified Android plugin to add new options. But options themselves are not yet implemented.

commit 76c760380100266ecfbb3feaa1aaeb306de6f706
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-24T13:51:45Z

    Added button states features and integrated new options system.

commit 238095f6657eeeee7ffd7130fd22a18502985eee
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-24T21:47:35Z

    Most main features are completed. It needs to integrate with our massive amount of options.

commit b28647ef45a4f23f3ea9581f284932efb49d83e5
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T01:37:14Z

    Primitive integration for all features and options is done. But needs more debugging.

commit 14ec79b18b4bbff8e9e47f4e2fe4dc05943539dc
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T02:19:54Z

    Fixed menu items not showing up.

commit 806f79a3c248c72d1bcc3b85a0da0a6617c16aeb
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T02:53:24Z

    Added README.md for the addition of Android platform support.

commit fb9b88a712174545e741e87464308599f624b14b
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T02:58:56Z

    Updated version to 0.1

commit a5160d3fe47fa8b8109061cd051759bc3349245d
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T03:37:41Z

    Resized iOS images to look consistent in doc.

commit 73c44f052e4c4ccea90c459207113fec43e9c507
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T03:39:49Z

    Put screenshots on the same line.

commit d98540c2c49e52faf6c7fbf557ee12d8a4933084
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T03:48:23Z

    Version number was changed to comply with plugman publish.

commit 0ec9fd93ad562f58d6db880e4fb7767fcd5ee635
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T04:01:37Z

    Probably should use .git extension for repo, though it still works.

commit 2344ef873fa38279440e9c3b80fe1bbc4e5246df
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T04:09:38Z

    Moved old doc directory so that Cordova plugin registry won't pick it up.

commit 018a0d8acd00e01c7e693c731707032bf648d017
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-25T04:11:17Z

    Changed version number to 0.1.2 to address doc directory rename.

commit d7ded9df4cdcac407d5820674b954d690d652e79
Author: Xingchen Yu <in...@gmail.com>
Date:   2015-03-28T18:56:42Z

    Updated README.md to reflect new API.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-inappbrowser pull request: Hardware back handling

Posted by amsimaganti <gi...@git.apache.org>.
Github user amsimaganti closed the pull request at:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/105


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org