Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Dexter 2.4.0 #103

Merged
merged 26 commits into from Dec 23, 2016
Merged

Dexter 2.4.0 #103

merged 26 commits into from Dec 23, 2016

Conversation

Serchinastico
Copy link
Contributor

All inner PRs have been validated already. I'm just preparing the branch so that we can release version 2.4.0.

Version 2.4.0 will bring the new fluent API and deprecate all the methods we will be removing in 3.0.0.

Mariovc and others added 26 commits May 3, 2016 11:20
Small correction in the SnackbarOnDeniedPermissionListener's sample in the README
…ication Context. Doing this we can reduce the impact of the library because if the permission requested is granted the phantom activity is not started
* Remove stop method as we are keeping a weak reference to the context
* Add a new flag to preserve the permission request state when
  calling the continuePendingRequestsIfPossible
* Add @deprecated annotation to initialize method
* Change the order of the if/else statement in DexterInstance
* Rename some methods to follow the `isX` naming convention
* Add support for Snackbar callback

* Update README with Snackbar.Callback examples

* Remove little dot from comment

* Prepare release 2.3.0

* Prepare next development iteration

* README correction (#72)

Small correction in the SnackbarOnDeniedPermissionListener's sample in the README

* Update gradle version

* Improve Dexter implementation to use Activity Context instead of Application Context. Doing this we can reduce the impact of the library because if the permission requested is granted the phantom activity is not started

* Replace the usage of ContextCompat with the android permissions service

* Do not use the application context and remove the usage of new task activity flag

* Add platform-tools to avoid problems with the linter in Travis-CI environments

* Remove stop method. Keep weak ref to context.

* Remove stop method as we are keeping a weak reference to the context
* Add a new flag to preserve the permission request state when
  calling the continuePendingRequestsIfPossible

* Fix some small issues from the PR

* Add @deprecated annotation to initialize method
* Change the order of the if/else statement in DexterInstance
* Rename some methods to follow the `isX` naming convention

* Update gradle and fix README.md to remove reference to stop method
…-context

Fix bug related to the recently deprecated ``initialize`` method.
* Use the static instance to keep a reference to the pending permissions
* Rename some of the builder methods
* Update the Dexter calls from the sample project
@Serchinastico Serchinastico merged commit 99a6078 into master Dec 23, 2016
@Serchinastico Serchinastico deleted the dexter-3.0.0 branch December 23, 2016 13:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants