Skip to content

Conversation

@iamareebjamal
Copy link
Member

No description provided.

dependabot-preview bot and others added 30 commits October 3, 2019 15:06
Bumps `roomVersion` from 2.1.0 to 2.2.0.

Updates `room-runtime` from 2.1.0 to 2.2.0

Updates `room-rxjava2` from 2.1.0 to 2.2.0

Updates `room-compiler` from 2.1.0 to 2.2.0

Updates `room-testing` from 2.1.0 to 2.2.0

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps recyclerview from 1.1.0-beta04 to 1.1.0-beta05.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps `lifecycle_version` from 2.2.0-alpha05 to 2.2.0-beta01.

Updates `lifecycle-extensions` from 2.2.0-alpha05 to 2.2.0-beta01

Updates `lifecycle-common-java8` from 2.2.0-alpha05 to 2.2.0-beta01

Updates `lifecycle-reactivestreams` from 2.2.0-alpha05 to 2.2.0-beta01

Signed-off-by: dependabot-preview[bot] <[email protected]>
* fix: Resolve similar events collapsing issue #2390

* Remove non assertion operator

* Resolve indentation error
…2402)

Bumps constraintlayout from 2.0.0-beta2 to 2.0.0-beta3.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps `roomVersion` from 2.2.0 to 2.2.1.

Updates `room-runtime` from 2.2.0 to 2.2.1

Updates `room-rxjava2` from 2.2.0 to 2.2.1

Updates `room-compiler` from 2.2.0 to 2.2.1

Updates `room-testing` from 2.2.0 to 2.2.1

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps recyclerview from 1.1.0-beta05 to 1.1.0-rc01.

Signed-off-by: dependabot-preview[bot] <[email protected]>
chore: Baseline master to dev
Bumps gradle from 3.5.1 to 3.5.2.

Signed-off-by: dependabot-preview[bot] <[email protected]>
chore(deps): bump gradle from 3.5.1 to 3.5.2
)

Bumps `lifecycle_version` from 2.2.0-rc01 to 2.2.0-rc02.

Updates `lifecycle-extensions` from 2.2.0-rc01 to 2.2.0-rc02

Updates `lifecycle-common-java8` from 2.2.0-rc01 to 2.2.0-rc02

Updates `lifecycle-reactivestreams` from 2.2.0-rc01 to 2.2.0-rc02

Signed-off-by: dependabot-preview[bot] <[email protected]>
rob729 and others added 21 commits November 19, 2019 11:55
Bumps recyclerview from 1.1.0-rc01 to 1.1.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps exifinterface from 1.0.0 to 1.1.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps `roomVersion` from 2.2.1 to 2.2.2.

Updates `room-runtime` from 2.2.1 to 2.2.2

Updates `room-rxjava2` from 2.2.1 to 2.2.2

Updates `room-compiler` from 2.2.1 to 2.2.2

Updates `room-testing` from 2.2.1 to 2.2.2

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps `kotlin_version` from 1.3.60 to 1.3.61.

Updates `kotlin-gradle-plugin` from 1.3.60 to 1.3.61

Updates `kotlin-stdlib-jdk7` from 1.3.60 to 1.3.61
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps com.diffplug.gradle.spotless from 3.26.0 to 3.26.1.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps `lifecycle_version` from 2.2.0-rc02 to 2.2.0-rc03.

Updates `lifecycle-extensions` from 2.2.0-rc02 to 2.2.0-rc03

Updates `lifecycle-common-java8` from 2.2.0-rc02 to 2.2.0-rc03

Updates `lifecycle-reactivestreams` from 2.2.0-rc02 to 2.2.0-rc03

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps gradle from 3.5.2 to 3.5.3.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps adapter-rxjava2 from 2.6.2 to 2.7.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps converter-jackson from 2.6.2 to 2.7.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>
* fix:issue #2470

* Fix: issue #2470

* fix: #2470 removed extra-margin-attrs
@auto-label auto-label bot added the chore label Dec 10, 2019
@iamareebjamal
Copy link
Member Author

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 4
           

See the complete overview on Codacy


[[ $TRAVIS_PULL_REQUEST =~ ^(false)$ && $BRANCH_DEPLOYORDEV ]] && export DEV_OR_MASTER_BUILD=${DEV_OR_MASTER_BUILD:-true} || export DEV_OR_MASTER_BUILD=${DEV_OR_MASTER_BUILD:-false}

[[ $IS_PUBLISH_BRANCH && $IS_FOSS_PR =~ ^(true)$ ]] && export PR_FOR_RELEASE=${PR_FOR_RELEASE:-true} || export PR_FOR_RELEASE=${PR_FOR_RELEASE:-false}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[[ $TRAVIS_BRANCH =~ ^(master)$ && $IS_FOSS_SLUG ]] && IS_PUBLISH_BRANCH=true || IS_PUBLISH_BRANCH=false
[[ $TRAVIS_BRANCH =~ ^(development)$ && $IS_FOSS_SLUG ]] && IS_DEV_BRANCH=true || IS_DEV_BRANCH=false

[[ $TRAVIS_PULL_REQUEST =~ ^(false)$ && $BRANCH_DEPLOYORDEV ]] && export DEV_OR_MASTER_BUILD=${DEV_OR_MASTER_BUILD:-true} || export DEV_OR_MASTER_BUILD=${DEV_OR_MASTER_BUILD:-false}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


[[ $TRAVIS_PULL_REQUEST =~ ^(false)$ && $BRANCH_DEPLOYORDEV ]] && export DEV_OR_MASTER_BUILD=${DEV_OR_MASTER_BUILD:-true} || export DEV_OR_MASTER_BUILD=${DEV_OR_MASTER_BUILD:-false}

[[ $IS_PUBLISH_BRANCH && $IS_FOSS_PR =~ ^(true)$ ]] && export PR_FOR_RELEASE=${PR_FOR_RELEASE:-true} || export PR_FOR_RELEASE=${PR_FOR_RELEASE:-false}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_REPO_SLUG" != "fossasia/open-event-attendee-android" ] || ! [ "$TRAVIS_BRANCH" == "$DEPLOY_BRANCH" -o "$TRAVIS_BRANCH" == "$PUBLISH_BRANCH" ]; then
[[ $TRAVIS_BRANCH =~ ^(master)$ && $IS_FOSS_SLUG ]] && IS_PUBLISH_BRANCH=true || IS_PUBLISH_BRANCH=false

[[ $TRAVIS_PULL_REQUEST =~ ^(false)$ && $BRANCH_DEPLOYORDEV ]] && export DEV_OR_MASTER_BUILD=${DEV_OR_MASTER_BUILD:-true} || export DEV_OR_MASTER_BUILD=${DEV_OR_MASTER_BUILD:-false}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamareebjamal iamareebjamal merged commit 82c1182 into master Dec 10, 2019
iamareebjamal added a commit that referenced this pull request Dec 10, 2019
chore: Release 0.9.0 (#2477)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants