From 67cc422d1d75889f80d6480c930d6e6ed3761382 Mon Sep 17 00:00:00 2001 From: Anton Knyazev Date: Thu, 17 May 2018 15:37:29 +0300 Subject: [PATCH 01/13] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e26d599..40094bb 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ allprojects { #### If you use only Java. ``` dependencies { - implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.1' + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.2' // For extras - implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.1' - annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.1' + implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.2' + annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.2' } ``` From c05e4e0fc9a4c7735cb83576d57ab36dfd620296 Mon Sep 17 00:00:00 2001 From: Roman Tcaregorodtcev Date: Thu, 17 May 2018 16:00:13 +0300 Subject: [PATCH 02/13] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40094bb..686f106 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ android { } dependencies { - implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.1' + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.2' // For extras - implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.1' - kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.1' + implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.2' + kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.2' } ``` From 14d93ac8253960a3e06cbdfd6b48f630571ed9ed Mon Sep 17 00:00:00 2001 From: Roman Tcaregorodtcev Date: Wed, 19 Dec 2018 15:47:53 +0300 Subject: [PATCH 03/13] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 686f106..434fc4a 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ allprojects { #### If you use only Java. ``` dependencies { - implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.2' + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.4' // For extras - implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.2' - annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.2' + implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.4' + annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4' } ``` @@ -42,10 +42,10 @@ android { } dependencies { - implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.2' + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.4' // For extras - implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.2' - kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.2' + implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.4' + kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4' } ``` From 5d00bda75c1d71b2fb7593d8b548962b5565bea4 Mon Sep 17 00:00:00 2001 From: Roman Tcaregorodtcev Date: Wed, 19 Dec 2018 16:23:19 +0300 Subject: [PATCH 04/13] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 434fc4a..40da520 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ dependencies { // For extras implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.4' annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4' + + // AndroidX + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5' + // For extras + implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.5' + annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.5' } ``` @@ -46,6 +52,12 @@ dependencies { // For extras implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.4' kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4' + + // AndroidX + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5' + // For extras + implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.5' + kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.5' } ``` From d0929772e9097b05c252609bd1082e30ac0d04f4 Mon Sep 17 00:00:00 2001 From: Roman Tcaregorodtcev Date: Wed, 19 Dec 2018 16:23:46 +0300 Subject: [PATCH 05/13] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40da520..c2584e8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ dependencies { annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4' // AndroidX - implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5' + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5' // For extras implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.5' annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.5' @@ -54,7 +54,7 @@ dependencies { kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4' // AndroidX - implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5' + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5' // For extras implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.5' kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.5' From ac2214391452c36e71abf45b0101cb2b4403e549 Mon Sep 17 00:00:00 2001 From: Anton Knyazev Date: Fri, 22 Mar 2019 14:32:06 +0300 Subject: [PATCH 06/13] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2584e8..3a10a7a 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ dependencies { annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4' // AndroidX - implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5' + implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.6' // For extras - implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.5' - annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.5' + implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.6' + annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.6' } ``` From a7a984f365471da9b3cd43707b3e8cec1cf7a6a8 Mon Sep 17 00:00:00 2001 From: just-d-a Date: Wed, 7 Oct 2020 17:36:00 +0300 Subject: [PATCH 07/13] add InsertContactIntentBuilder --- .idea/gradle.xml | 2 + .idea/modules.xml | 5 + .idea/vcs.xml | 2 +- .../omegaintentbuilder/OmegaIntentBuilder.kt | 6 + .../builders/InsertContactIntentBuilder.kt | 455 ++++++++++++++++++ .../omegaintentbuilder/MainActivity.java | 38 ++ .../src/main/res/layout/activity_main.xml | 7 + examples/src/main/res/values/strings.xml | 1 + 8 files changed, 515 insertions(+), 1 deletion(-) create mode 100644 core/src/main/java/com/omega_r/libs/omegaintentbuilder/builders/InsertContactIntentBuilder.kt diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 058d364..5d50133 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,8 +1,10 @@ +