[GitHub] [cordova] breautek closed issue #377: Asset Links / universal-links

2023-01-19 Thread GitBox


breautek closed issue #377: Asset Links / universal-links 
URL: https://github.com/apache/cordova/issues/377


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova] renatofreireda opened a new issue, #377: Asset Links / universal-links

2023-01-19 Thread GitBox


renatofreireda opened a new issue, #377:
URL: https://github.com/apache/cordova/issues/377

   Hello everybody!
   I would like someone's help to get universal-links asset links to work on 
cordova. I noticed that some plugins are already obsolete or discontinued. Can 
anyone help?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] Mugunthan93 commented on issue #345: Cordova 11 > Android incompatible

2023-01-12 Thread GitBox


Mugunthan93 commented on issue #345:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/345#issuecomment-1381422755

   Myself working in Ionic 6 & Capacitor 4,
   
   Give me any solution for this,
   Because of this, I cannot able to publish my application.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] michaelpeterlee closed issue #345: Cordova 11 > Android incompatible

2023-01-12 Thread GitBox


michaelpeterlee closed issue #345: Cordova 11 > Android incompatible
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/345


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] michaelpeterlee commented on issue #345: Cordova 11 > Android incompatible

2023-01-12 Thread GitBox


michaelpeterlee commented on issue #345:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/345#issuecomment-1381007463

   `HTTP 401` is a red herring and an incorrect response;
   `FileTransfer.download()` destination must change from oFile.toURL() to 
oFile.nativeURL.
   
   Protocol/path returned from `toURL()` has changed as inherited from 
`cordova-file` plugin.
   
   Thanks to 
https://github.com/sameteyuboglu/cordova-plugin-file-transfer/commit/0c0bd2d65e520674b3ee6210feaab1c373a07f2d
 as I took that for a spin.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] michaelpeterlee commented on issue #339: Compatibility with cordova-plugin-file@7 Android URLs

2023-01-11 Thread GitBox


michaelpeterlee commented on issue #339:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/339#issuecomment-1379459987

   > > @phusting 
https://www.npmjs.com/package/cordova-plugin-ns0m-file-transfer This works!!! 
trust me!! i have just tried it
   > 
   > I get **Invalid Version: null**
   
   I received that also, however after installing via `npm` and then via 
`cordova` it built albeit does not solve the problem still.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] michaelpeterlee commented on issue #345: Cordova 11 > Android incompatible

2023-01-10 Thread GitBox


michaelpeterlee commented on issue #345:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/345#issuecomment-1378195011

   @pieshop Hook did not work for me either.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] michaelpeterlee commented on issue #345: Cordova 11 > Android incompatible

2023-01-10 Thread GitBox


michaelpeterlee commented on issue #345:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/345#issuecomment-1378072296

   > finally found a plugin for file transfer and it's working!!! 
https://www.npmjs.com/package/cordova-plugin-ns0m-file-transfer
   > 
   > tried and tested
   
   I still receive HTTP 401 error with that fork.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] wilk-polarny commented on pull request #292: Add throttling to download progress events

2023-01-10 Thread GitBox


wilk-polarny commented on PR #292:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/pull/292#issuecomment-1377342126

   Hi, I would like to suggest a different approach, since fixing the 
underlying Cordova issue is arduous.
   Rather than always skipping 100 elements, I would suggest to:
   
   a) Only emit computable events
   b) compute and track the progress and only emit an event if the current 
progress changed significantly. For example, computer the progress %, and only 
emit an event every 1% - or once a certain amount of transferred bytes has been 
reached - based on the content length.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] breautek closed issue #358: Can't resolve 'cordova-plugin-file-transfer'

2023-01-09 Thread GitBox


breautek closed issue #358:  Can't resolve 'cordova-plugin-file-transfer' 
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/358


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #358: Can't resolve 'cordova-plugin-file-transfer'

2023-01-09 Thread GitBox


breautek commented on issue #358:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/358#issuecomment-1375721504

   Cordova plugins aren't really an NPM module so to speak. They are 
distributed through NPM, but they cannot be required or resolved as a typical 
NPM module. Cordova has it's own module system in which Cordova will embed the 
plugin's JS into your application when Cordova is loaded, clobbering the global 
namespace as defined in their `plugin.xml` file. It is an antiquated system, an 
artefact that existed before NPM even existed.
   
   So to work around your issue, remove the `cordova-plugin-file-transfer` 
import in your code. Depending on your framework/build system, you may also 
need to prefix the API call with `window.` or configure it to accept additional 
global variables.
   
   As long as the `deviceready` event has fired, any cordova plugin APIs should 
be available and ready to be used.
   
   Closing as not a bug.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-contribute] timbru31 merged pull request #31: Add link to minimal reproducible on Stack Overflow

2023-01-09 Thread GitBox


timbru31 merged PR #31:
URL: https://github.com/apache/cordova-contribute/pull/31


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #174: URL ignored during contact save

2023-01-08 Thread GitBox


timbru31 commented on issue #174:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/174#issuecomment-1375217502

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #174: URL ignored during contact save

2023-01-08 Thread GitBox


timbru31 closed issue #174: URL ignored during contact save
URL: https://github.com/apache/cordova-plugin-contacts/issues/174


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #168: How to update existing contacts

2023-01-08 Thread GitBox


timbru31 closed issue #168: How to update existing contacts 
URL: https://github.com/apache/cordova-plugin-contacts/issues/168


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #168: How to update existing contacts

2023-01-08 Thread GitBox


timbru31 commented on issue #168:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/168#issuecomment-1375217444

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #183: There is no Neighborhood filed in the address in cordova plugin contacts

2023-01-08 Thread GitBox


timbru31 closed issue #183: There is no Neighborhood filed in the address in 
cordova plugin contacts
URL: https://github.com/apache/cordova-plugin-contacts/issues/183


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #183: There is no Neighborhood filed in the address in cordova plugin contacts

2023-01-08 Thread GitBox


timbru31 commented on issue #183:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/183#issuecomment-1375217406

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #184: List contact on phone was empty after update contact

2023-01-08 Thread GitBox


timbru31 commented on issue #184:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/184#issuecomment-1375217365

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #178: Save to sim card

2023-01-08 Thread GitBox


timbru31 commented on issue #178:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/178#issuecomment-1375217328

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #184: List contact on phone was empty after update contact

2023-01-08 Thread GitBox


timbru31 closed issue #184: List contact on phone was empty after update contact
URL: https://github.com/apache/cordova-plugin-contacts/issues/184


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #178: Save to sim card

2023-01-08 Thread GitBox


timbru31 closed issue #178: Save to sim card
URL: https://github.com/apache/cordova-plugin-contacts/issues/178


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #187: Access to contact lists on phone it was very slow after call save Method !

2023-01-08 Thread GitBox


timbru31 commented on issue #187:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/187#issuecomment-1375217295

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #187: Access to contact lists on phone it was very slow after call save Method !

2023-01-08 Thread GitBox


timbru31 closed issue #187:  Access to contact lists on phone it was very slow 
after call save Method !
URL: https://github.com/apache/cordova-plugin-contacts/issues/187


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #200: Can not delete address from contact information Android.

2023-01-08 Thread GitBox


timbru31 closed issue #200: Can not delete address from contact information 
Android.
URL: https://github.com/apache/cordova-plugin-contacts/issues/200


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #200: Can not delete address from contact information Android.

2023-01-08 Thread GitBox


timbru31 commented on issue #200:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/200#issuecomment-1375217272

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #198: How to Link contacts

2023-01-08 Thread GitBox


timbru31 commented on issue #198:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/198#issuecomment-1375217246

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #198: How to Link contacts

2023-01-08 Thread GitBox


timbru31 closed issue #198: How to Link contacts 
URL: https://github.com/apache/cordova-plugin-contacts/issues/198


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #179: Not allowed to load local resource

2023-01-08 Thread GitBox


timbru31 closed issue #179: Not allowed to load local resource
URL: https://github.com/apache/cordova-plugin-contacts/issues/179


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #197: In Ios not working

2023-01-08 Thread GitBox


timbru31 closed issue #197: In Ios not working
URL: https://github.com/apache/cordova-plugin-contacts/issues/197


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #197: In Ios not working

2023-01-08 Thread GitBox


timbru31 commented on issue #197:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/197#issuecomment-1375217086

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #179: Not allowed to load local resource

2023-01-08 Thread GitBox


timbru31 commented on issue #179:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/179#issuecomment-1375217044

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #204: Deprecation notices iOS 9

2023-01-08 Thread GitBox


timbru31 commented on issue #204:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/204#issuecomment-1375216968

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #202: Permission is not getting in ios

2023-01-08 Thread GitBox


timbru31 closed issue #202: Permission is not getting in ios
URL: https://github.com/apache/cordova-plugin-contacts/issues/202


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #202: Permission is not getting in ios

2023-01-08 Thread GitBox


timbru31 commented on issue #202:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/202#issuecomment-1375216991

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #204: Deprecation notices iOS 9

2023-01-08 Thread GitBox


timbru31 closed issue #204: Deprecation notices iOS 9
URL: https://github.com/apache/cordova-plugin-contacts/issues/204


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #201: Contact updates of the arrays (phoneNumbers, addresses, urls) ignored on iOS

2023-01-08 Thread GitBox


timbru31 commented on issue #201:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/201#issuecomment-1375216942

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #201: Contact updates of the arrays (phoneNumbers, addresses, urls) ignored on iOS

2023-01-08 Thread GitBox


timbru31 closed issue #201: Contact updates of the arrays (phoneNumbers, 
addresses, urls) ignored on iOS
URL: https://github.com/apache/cordova-plugin-contacts/issues/201


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #188: Spaces in Contact Phone Number are breaking search filter

2023-01-08 Thread GitBox


timbru31 commented on issue #188:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/188#issuecomment-1375216823

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #188: Spaces in Contact Phone Number are breaking search filter

2023-01-08 Thread GitBox


timbru31 closed issue #188: Spaces in Contact Phone Number are breaking search 
filter
URL: https://github.com/apache/cordova-plugin-contacts/issues/188


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #205: ionic contacts error: Cannot read property 'split' of undefined

2023-01-08 Thread GitBox


timbru31 commented on issue #205:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/205#issuecomment-1375216799

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #205: ionic contacts error: Cannot read property 'split' of undefined

2023-01-08 Thread GitBox


timbru31 closed issue #205: ionic contacts error: Cannot read property 'split' 
of undefined
URL: https://github.com/apache/cordova-plugin-contacts/issues/205


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #213: Plugin skip birthday without year on android

2023-01-08 Thread GitBox


timbru31 commented on issue #213:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/213#issuecomment-1375216759

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #173: App crashes on ANDROID 8 version

2023-01-08 Thread GitBox


timbru31 closed issue #173: App crashes on ANDROID 8 version 
URL: https://github.com/apache/cordova-plugin-contacts/issues/173


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #213: Plugin skip birthday without year on android

2023-01-08 Thread GitBox


timbru31 closed issue #213: Plugin skip birthday without year on android
URL: https://github.com/apache/cordova-plugin-contacts/issues/213


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #173: App crashes on ANDROID 8 version

2023-01-08 Thread GitBox


timbru31 commented on issue #173:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/173#issuecomment-1375216776

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #171: Already imported contact not removed fully from device

2023-01-08 Thread GitBox


timbru31 closed issue #171: Already imported contact not removed fully from 
device
URL: https://github.com/apache/cordova-plugin-contacts/issues/171


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #215: Best approach for searching on phone number

2023-01-08 Thread GitBox


timbru31 closed issue #215: Best approach for searching on phone number
URL: https://github.com/apache/cordova-plugin-contacts/issues/215


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #215: Best approach for searching on phone number

2023-01-08 Thread GitBox


timbru31 commented on issue #215:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/215#issuecomment-1375216723

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #175: how to get recent contacts from cordova contacts plugin

2023-01-08 Thread GitBox


timbru31 closed issue #175: how to get recent contacts from cordova  contacts 
plugin
URL: https://github.com/apache/cordova-plugin-contacts/issues/175


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #176: App flashes when authorized to read contacts ?

2023-01-08 Thread GitBox


timbru31 commented on issue #176:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/176#issuecomment-1375216564

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #176: App flashes when authorized to read contacts ?

2023-01-08 Thread GitBox


timbru31 closed issue #176: App flashes when authorized to read contacts ?
URL: https://github.com/apache/cordova-plugin-contacts/issues/176


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #175: how to get recent contacts from cordova contacts plugin

2023-01-08 Thread GitBox


timbru31 commented on issue #175:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/175#issuecomment-1375216592

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #170: Add hash with all contact list

2023-01-08 Thread GitBox


timbru31 closed issue #170: Add hash with all contact list
URL: https://github.com/apache/cordova-plugin-contacts/issues/170


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #170: Add hash with all contact list

2023-01-08 Thread GitBox


timbru31 commented on issue #170:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/170#issuecomment-1375216526

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #171: Already imported contact not removed fully from device

2023-01-08 Thread GitBox


timbru31 commented on issue #171:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/171#issuecomment-1375216496

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #169: Add created and updated date to contacts

2023-01-08 Thread GitBox


timbru31 closed issue #169: Add created and updated date to contacts
URL: https://github.com/apache/cordova-plugin-contacts/issues/169


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #169: Add created and updated date to contacts

2023-01-08 Thread GitBox


timbru31 commented on issue #169:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/169#issuecomment-1375216459

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #203: Not working when there are more than one contacts apps

2023-01-08 Thread GitBox


timbru31 closed issue #203: Not working when there are more than one contacts 
apps
URL: https://github.com/apache/cordova-plugin-contacts/issues/203


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #203: Not working when there are more than one contacts apps

2023-01-08 Thread GitBox


timbru31 commented on issue #203:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/203#issuecomment-1375216244

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #218: iOS 13 note field of contact is null

2023-01-08 Thread GitBox


timbru31 closed issue #218: iOS 13 note field of contact is null
URL: https://github.com/apache/cordova-plugin-contacts/issues/218


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #218: iOS 13 note field of contact is null

2023-01-08 Thread GitBox


timbru31 commented on issue #218:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/218#issuecomment-1375216226

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #220: No way to display single contact that I just added with this plugin?

2023-01-08 Thread GitBox


timbru31 commented on issue #220:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/220#issuecomment-1375216159

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #219: Support multiple find contact inside a Loop

2023-01-08 Thread GitBox


timbru31 commented on issue #219:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/219#issuecomment-1375216203

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #219: Support multiple find contact inside a Loop

2023-01-08 Thread GitBox


timbru31 closed issue #219: Support multiple find contact inside a Loop
URL: https://github.com/apache/cordova-plugin-contacts/issues/219


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #223: Localized Phone Label (iOS)

2023-01-08 Thread GitBox


timbru31 commented on issue #223:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/223#issuecomment-1375216138

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #224: App crashed

2023-01-08 Thread GitBox


timbru31 closed issue #224: App crashed
URL: https://github.com/apache/cordova-plugin-contacts/issues/224


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #225: Possible deadlock in iOS queue management code

2023-01-08 Thread GitBox


timbru31 commented on issue #225:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/225#issuecomment-1375216118

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #226: Ios-9 : AddressBook is deprecated. Consider migrating to Contacts/ContactsUI. in ionic 4/5

2023-01-08 Thread GitBox


timbru31 commented on issue #226:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/226#issuecomment-1375215945

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #224: App crashed

2023-01-08 Thread GitBox


timbru31 commented on issue #224:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/224#issuecomment-1375215983

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #228: App Crash with iOS 14

2023-01-08 Thread GitBox


timbru31 closed issue #228: App Crash with iOS 14
URL: https://github.com/apache/cordova-plugin-contacts/issues/228


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #220: No way to display single contact that I just added with this plugin?

2023-01-08 Thread GitBox


timbru31 closed issue #220: No way to display single contact that I just added 
with this plugin?
URL: https://github.com/apache/cordova-plugin-contacts/issues/220


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #228: App Crash with iOS 14

2023-01-08 Thread GitBox


timbru31 commented on issue #228:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/228#issuecomment-1375215923

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #233: Not able to fetch newly added contacts and contact last updated timestamp

2023-01-08 Thread GitBox


timbru31 closed issue #233: Not able to fetch newly added contacts and contact 
last updated timestamp
URL: https://github.com/apache/cordova-plugin-contacts/issues/233


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #227: App crash in android 10

2023-01-08 Thread GitBox


timbru31 closed issue #227: App crash in android 10 
URL: https://github.com/apache/cordova-plugin-contacts/issues/227


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #233: Not able to fetch newly added contacts and contact last updated timestamp

2023-01-08 Thread GitBox


timbru31 commented on issue #233:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/233#issuecomment-1375215886

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #223: Localized Phone Label (iOS)

2023-01-08 Thread GitBox


timbru31 closed issue #223: Localized Phone Label (iOS)
URL: https://github.com/apache/cordova-plugin-contacts/issues/223


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #225: Possible deadlock in iOS queue management code

2023-01-08 Thread GitBox


timbru31 closed issue #225: Possible deadlock in iOS queue management code
URL: https://github.com/apache/cordova-plugin-contacts/issues/225


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed issue #226: Ios-9 : AddressBook is deprecated. Consider migrating to Contacts/ContactsUI. in ionic 4/5

2023-01-08 Thread GitBox


timbru31 closed issue #226: Ios-9 : AddressBook is deprecated. Consider 
migrating to Contacts/ContactsUI. in ionic 4/5
URL: https://github.com/apache/cordova-plugin-contacts/issues/226


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on issue #227: App crash in android 10

2023-01-08 Thread GitBox


timbru31 commented on issue #227:
URL: 
https://github.com/apache/cordova-plugin-contacts/issues/227#issuecomment-1375215868

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #229: (ios) fixes background thread problem in pickContact method

2023-01-08 Thread GitBox


timbru31 commented on PR #229:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/229#issuecomment-1375214841

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #229: (ios) fixes background thread problem in pickContact method

2023-01-08 Thread GitBox


timbru31 closed pull request #229: (ios) fixes background thread problem in 
pickContact method
URL: https://github.com/apache/cordova-plugin-contacts/pull/229


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #221: Fixed for Android 8.0

2023-01-08 Thread GitBox


timbru31 commented on PR #221:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/221#issuecomment-1375214741

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #221: Fixed for Android 8.0

2023-01-08 Thread GitBox


timbru31 closed pull request #221: Fixed for Android 8.0
URL: https://github.com/apache/cordova-plugin-contacts/pull/221


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #214: Updated windows ContactProxy.js

2023-01-08 Thread GitBox


timbru31 closed pull request #214: Updated windows ContactProxy.js
URL: https://github.com/apache/cordova-plugin-contacts/pull/214


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #214: Updated windows ContactProxy.js

2023-01-08 Thread GitBox


timbru31 commented on PR #214:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/214#issuecomment-1375214655

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #232: Update ContactManager.java for resolving app crash issue on Android 8.0+

2023-01-08 Thread GitBox


timbru31 commented on PR #232:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/232#issuecomment-1375214597

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #232: Update ContactManager.java for resolving app crash issue on Android 8.0+

2023-01-08 Thread GitBox


timbru31 closed pull request #232: Update ContactManager.java for resolving app 
crash issue on Android 8.0+
URL: https://github.com/apache/cordova-plugin-contacts/pull/232


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #177: (android) Fix issue crash on save and remove method

2023-01-08 Thread GitBox


timbru31 closed pull request #177: (android) Fix issue crash on save and remove 
method
URL: https://github.com/apache/cordova-plugin-contacts/pull/177


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #177: (android) Fix issue crash on save and remove method

2023-01-08 Thread GitBox


timbru31 commented on PR #177:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/177#issuecomment-1375214507

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #234: Use current year in case the year is omitted in the birthday field (android)

2023-01-08 Thread GitBox


timbru31 closed pull request #234: Use current year in case the year is omitted 
in the birthday field (android)
URL: https://github.com/apache/cordova-plugin-contacts/pull/234


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #234: Use current year in case the year is omitted in the birthday field (android)

2023-01-08 Thread GitBox


timbru31 commented on PR #234:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/234#issuecomment-1375214414

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #235: Fix ios first access to addressBook after request permisions

2023-01-08 Thread GitBox


timbru31 closed pull request #235: Fix ios first access to addressBook after 
request permisions
URL: https://github.com/apache/cordova-plugin-contacts/pull/235


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #235: Fix ios first access to addressBook after request permisions

2023-01-08 Thread GitBox


timbru31 commented on PR #235:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/235#issuecomment-1375214337

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #211: (android) Make the phone number searching smarter

2023-01-08 Thread GitBox


timbru31 commented on PR #211:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/211#issuecomment-1375214261

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #211: (android) Make the phone number searching smarter

2023-01-08 Thread GitBox


timbru31 closed pull request #211: (android) Make the phone number searching 
smarter
URL: https://github.com/apache/cordova-plugin-contacts/pull/211


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #212: ci(travis): Update Travis CI configuration for new paramedic

2023-01-08 Thread GitBox


timbru31 commented on PR #212:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/212#issuecomment-1375214144

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #212: ci(travis): Update Travis CI configuration for new paramedic

2023-01-08 Thread GitBox


timbru31 closed pull request #212: ci(travis): Update Travis CI configuration 
for new paramedic
URL: https://github.com/apache/cordova-plugin-contacts/pull/212


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 commented on pull request #182: Convert content:// URL images to base64

2023-01-08 Thread GitBox


timbru31 commented on PR #182:
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/182#issuecomment-1375214049

   We are archiving this repository following [Apache Cordova's Deprecation 
Policy](https://cordova.apache.org/deprecation_policy.html). We will not 
continue to work on this repository. Therefore all issues and pull requests are 
being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] [cordova-plugin-contacts] timbru31 closed pull request #182: Convert content:// URL images to base64

2023-01-08 Thread GitBox


timbru31 closed pull request #182: Convert content:// URL images to base64
URL: https://github.com/apache/cordova-plugin-contacts/pull/182


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



  1   2   3   4   5   6   7   8   9   10   >