Skip to content
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

Add mobile notifications #1624

Merged
merged 25 commits into from
Aug 15, 2018
Merged

Add mobile notifications #1624

merged 25 commits into from
Aug 15, 2018

Conversation

ManfredKarrer
Copy link
Contributor

@ManfredKarrer ManfredKarrer requested a review from ripcurlx August 15, 2018 12:42
Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

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

Please reset the version and naming used for the local test build. Besides that utACK

build.gradle Outdated
@@ -15,7 +16,7 @@ apply plugin: 'witness'
apply plugin: 'com.github.johnrengelman.shadow'

group = 'network.bisq'
version = '0.7.1-SNAPSHOT'
version = '0.8.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we only do this during the release?

build.gradle Outdated
compile 'network.bisq:bisq-common:-SNAPSHOT'
compile 'network.bisq:bisq-p2p:0.8.0'
compile 'network.bisq:bisq-core:0.8.0'
compile 'network.bisq:bisq-common:0.8.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here: I think this should be -SNAPSHOT when merging

build.gradle Outdated
@@ -33,25 +34,29 @@ tasks.withType(JavaCompile) {
sourceSets.main.resources.srcDirs += ['src/main/java'] // to copy fxml and css files

repositories {
mavenLocal()
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this only for testing purposes locally?

-name Bisq \
-title Bisq \
-name Bisq_notifications \
-title Bisq_notifications \
Copy link
Contributor

Choose a reason for hiding this comment

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

Also shouldn't be changed here

Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

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

utACK

@ManfredKarrer ManfredKarrer merged commit 276d526 into bisq-network:master Aug 15, 2018
@ManfredKarrer ManfredKarrer deleted the notifications branch August 16, 2018 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants