-
Notifications
You must be signed in to change notification settings - Fork 64
Adjustments | New Features | Android V2 Embedding #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
deepak786
wants to merge
29
commits into
SunnyApp:master
Choose a base branch
from
agendaboa:agendaboa_patch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e58e03c
adjust cursor position on skipping last record
deepak786 516ae51
update comment
deepak786 337df15
android: openContactPicker, insertOrUpdateContactViaPicker
deepak786 a1dfff8
flutter: openContactPicker, insertOrUpdateContactViaPicker
deepak786 6ff87e0
openContactPicker iOS
deepak786 fa3d3e1
updated key from successful to success as succes is returned from and…
deepak786 70bdf88
close the controller on cancel the stream
deepak786 411e13b
insertOrUpdateContactViaPicker ios
deepak786 732f45d
adjusted CNContactViewController to have swipe down
deepak786 d5b4081
commented displayedPropertyKeys
deepak786 715c3d7
return contact with insertOrUpdateContactViaPicker
deepak786 21b44ed
Merge branch 'SunnyApp:master' into agendaboa_patch
deepak786 71b4a57
migrate to v2 embedding
deepak786 8436e8b
Merge branch 'SunnyApp:master' into agendaboa_patch
deepak786 a0192a2
get primary display name for unified mode
deepak786 9a48e15
set the display name outside the mime type check and set to primary a…
deepak786 78c09c3
add non null operator (!!)
deepak786 c0bc69b
Override flexidate from https://github.com/agendaboa/flexidate-0.8.0-3
deepak786 7724b41
Use flexidate from https://github.com/agendaboa/flexidate-0.8.0-3
rohansohonee 571a4bc
Upgraded kotlin_version as required for Flutter 2.10.x (#1)
tkeithblack 8ddc09f
Catch the MethodCallException's
rohansohonee1 ff27522
Use default value "0"
rohansohonee1 99d8c52
Update iOS version to 11
rohansohonee1 7baf4d0
Add `PERMISSION_CONTACTS`
rohansohonee1 3c8a72a
Update `uuid` dependency
rohansohonee1 914ea20
Add `namespace`
rohansohonee1 0bf0ea6
Add compile & kotlin options
rohansohonee1 20b8ed6
Remove V1
rohansohonee1 07bd6ce
Remove null
rohansohonee1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is added because we want to override the flexidate from https://github.com/agendaboa/flexidate-0.8.0-3 to use the latest timezone dependency.