Skip to content

100.6.0 #400

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

Merged
merged 127 commits into from
Aug 22, 2019
Merged

100.6.0 #400

merged 127 commits into from
Aug 22, 2019

Conversation

tschie
Copy link
Contributor

@tschie tschie commented Aug 6, 2019

updated samples and new samples for version 100.6.0

  • Will update version numbers this Friday.
  • Before merging this PR, verify that HTML pages generated from 100.6.0 branch look and behave correctly.

tschie and others added 30 commits October 19, 2018 15:52
Merge branch 'master' into dev
Merge pull request master into dev (following sketch on map sample implementation)
Merge branch "master" into "dev"
Merge master into dev following FeatureCollectionLayerQuery implementation
Update README to alert Java 11 users to potential exceptions which may occur when running the project. Providing a suggested workaround from the OpenJavaFX docs.
JonLavi and others added 17 commits August 8, 2019 11:30
* update RAEDME.metadata.json

* update tags in README.metadata.json
* patch-closest-facility-static-readme (#363)

* delete sample calculate distance 3D (#365)

* Patch/ClosestFacilityStatic- Edit readme 'how to use' (#364)

* patch oAuth sample custom challengehandler (#366)

* implement fix for javafx webengine

* formatting

* add fix for create and save map sample

* markdown to html formatting

* corrects WKID to 4326 (#389)

* corrects WKID to 4326

* use SpatialReferences.getWgs84

* move local data download logic to settings.gradle

* move data download logic to settings.gradle

* fix data paths
* update DictionarySymbolStyle constructor

* update README.md and comments

* update Item ID

* update constructor in remaining samples

* update README.md, README.metadata.json

* optimise imports

* update xml files to remove control points

* get Mil2525d xml from AGOL where applicable

* remove xml in resources

* move data download to settings.gradle, fix paths
* initial commit

* working sample

* refactoring

* refactoring, comments

* copyright statement in Launcher class

* data download to settings.gradle

* change expiration display to static date, CSS edits

* update screenshot

* expiration message to sentence case

* fix settings.gradle. Again.

* plement review suggestions

* formatting

* update README.metadata.json

* comments
* show scale in label

* load mmpk

* add checkboxes with labels

* activate checkboxes, change checkbox text color dynamically

* update label color

* fix checkboxes, comments

* optimise imports, copyright comment

* labels and screenshot

* update screenshot

* update runtime build, update README.md

* mmpk to class member

* formatting and comments

* javadoc comments

* restore show_callout files

* move downloading of sample data to settings.gradle

* fix package naming

* move scale label to control panel, check mmpk contains maps

* fix checkbox text colours

* UI fixes and label colouring

* data download in settings.gradle

* update README.md

* update screenshot for UI changes

* fix settings.gradle

* fix settings.gradle

* formatting

* README.metadata.json redirect url to blank string

* update README.md
@tschie
Copy link
Contributor Author

tschie commented Aug 13, 2019

Perhaps we could gitignore the gradle-wrapper.jar files, since they are generated for each sample when you run ./gradlew run?

I think gradlew wouldn't work without the jar file. Perhaps IntelliJ is generating/downloading it for you. Not sure that would work from the command line/terminal.

I'm not too worried about including them because they are mostly all the same and I think git would deduplicate them.

@Esri Esri deleted a comment from JonLavi Aug 13, 2019
@Esri Esri deleted a comment from tschie Aug 13, 2019
@tschie tschie requested review from Rachael-E and JonLavi August 16, 2019 18:16
@JonLavi
Copy link
Contributor

JonLavi commented Aug 19, 2019

Just noticed that 'eclipse_proj.png' and 'intellij_proj.png' aren't representative any more following the split structure.

Copy link
Collaborator

@Rachael-E Rachael-E left a comment

Choose a reason for hiding this comment

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

just noticed a small formatting change to be made, other than that looks good I think. @tschie , we were discussing adding in the Javadoc to each build.gradle. I think it would make sense to add that in now, what do you think?

plugins {
    id 'application'
    id 'org.openjfx.javafxplugin' version '0.0.5'
    id 'idea'
    id 'eclipse'
}

idea.module.downloadJavadoc = true
eclipse.classpath.downloadJavadoc = true

README.md Outdated
1. Click *Import Projects* from the Welcome Screen or select *File > New > Project from Existing Sources*.
2. In the select path dialog, select the `build.gradle` file in the `arcgis-runtime-samples-java` directory. Click *OK* after specifying the `build.gradle` file.
3. Click *OK* at the next dialog to complete the import.
first time you call the `run` task. To refresh the data, you can run the `clean` and `unpackData` tasks.
Copy link
Collaborator

Choose a reason for hiding this comment

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

minor thing, looks like the continuation of this sentence has jumped onto a new line

@tschie
Copy link
Contributor Author

tschie commented Aug 21, 2019

@Rachael-E This close to the release, I'd prefer not to add those plugins. We can certainly do it right after the release though.

@tschie tschie merged commit 22b9585 into master Aug 22, 2019
@Rachael-E Rachael-E deleted the 100.6.0 branch February 18, 2021 14:07
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.

4 participants