Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit b15d2c4

Browse files
TADraesekeshubham7109mikewilburnRachael-E
authored
100.13 (#939)
* add artifactory * remove progress indicator on failed trace, trace utility netowrk * 100.11.2 * update gradle or kotlin version * Browse OGC API feature service (#886) * add sample, screenshot and README * fix build.gradle * pull from v.next * small fixes * PR fixes * update gradle * update gradle to 6.7.1 * version updates * Update README.md * Trev8939/update locators (#892) * find address and find place done * update offline geocode * move samples back to kotlin extensions until workaround is found (#894) * move samples back to kotlin extensions until workaround is found * add missing copyright * unify arcgis vector tiled layer custom style naming * Shu11698/v.next fixes (#895) * Fixed Add stop and barriers text * ListView is visible, made some minor UI improvements Increased text size and centered layout for readability. Co-authored-by: Shubham Sharma <[email protected]> * Use defaultTraceConfiguration instead of traceConfiguration (#898) * use defaultTraceConfiguration instead of traceConfiguration * Update README.md * Removed artifact link (#900) * reanble buttons in trace utility network after error * Update build.gradle * New Sample: Query with CQL filters (#899) * working update with screenshots, READMEs and metadata updated (#904) * add intent flags and URI handling (#906) * Create save map no folder crash fix (#905) * check for no folder selected from server, is user has no folders * invert if * add option to save to no folder * Patches to CQL Filters (#909) * Open map url update (#910) * Fixed incorrect image file name (#911) * New sample: setup-location-driven-geotriggers (#907) * working prototype * rename and add scrollview * Added garden section and POI interactions * Cleaning up code! * Attached dialog to listView * Create README.md * Comments and reformatting code * more comments and reformatting * Add files via upload * Update README.md * Create README.metadata.json * Update README.metadata.json * Added copyright * Update README.md * Layered mapview and reduced POIs size * Resolved PR comments * Image attachments are now retrieved on click. * Log statements for list items. Not fixed yet. * Fixed wrap_content issue. * Resolving comments * Revert to KotlinX * small fixes to metadata and readme to fix sample viewer Co-authored-by: trev8939 <[email protected]> * CQL Filters patch (#912) * Query with CQL sample progress * Added comments * Code cleanup * Added zoom using setViewpointGeometryAsync * Create README.md * Add files via upload * Create README.metadata.json * Delete QueryWithCQLFilters.png * Add files via upload * Update README.md * Update README.metadata.json * Changed package name * Update AndroidManifest.xml * Added copyright * Convert to viewbinding * Code cleanup * Update MainActivity.kt * Update README.metadata.json * Resolved PR comments * Removed unwanted line * Updated snipped directory name * Set alert dialog to show "Empty Query" option * Changed to "No Query" * Update MainActivity.kt * Delete query-with-cql-features.png * Add files via upload * Update README.md * Removed viewbinding * remove wrong geotriggers sample * Update build.gradle * New sample: NMEA Location Data Source (#917) * New module script (#919) Script to automate creating a new sample using a basic template. Added `README` files with instructions on how to use the script and how the script works. * Update samples from named user to API keys (#923) - Generate offline map (Java & Kotlin) - Generate offline map override (Java) - Generate offline map with local basemap (Java) - Create and save map (Java) - Navigate in AR (Java) * Update sample to use .tpkx (#920) Samples updated: - Offline Routing (Kotlin) - Generate geodatabase (Kotlin & Java) - Offline geocode (Kotlin & Java) - Create terrain from local tile package (Kotlin & Java) - Edit and sync features (Kotlin & Java) - Export tiles. Also fixed the the crash on the Sample Viewer. (Kotlin & Java) - Generate offline map with local basemap (Java) - Arcgis tiled layer (Java) Updated `README.md` and meta data json files as well to reflect the `.tpkx` to be used. * Removed line to clear cache dir (#924) * New sample: Show Popup (#922) * Implemented sample. Need to fix binding issue * Kotlin kapt addded * Popup Toolkit implemented using databinding * Code cleanup * Fixed image size * Update build.gradle * Removed provision from * Resolve PR comments * Resolving PR * Update README.metadata.json Co-authored-by: trev8939 <[email protected]> Co-authored-by: Mike Wilburn <[email protected]> * PR to update v.next with main (#925) * remove wrongly named geotriggers sample * Update API version mentioned in root README (#916) * use selectFeatures instead of selectFeature (#921) * use selectFeatures instead of selectFeature * Update kotlin/feature-layer-selection/src/main/java/com/esri/arcgisruntime/sample/featurelayerselection/MainActivity.kt Co-authored-by: Rachael Ellen <[email protected]> Co-authored-by: Rachael Ellen <[email protected]> Co-authored-by: trev8939 <[email protected]> Co-authored-by: Mike Wilburn <[email protected]> Co-authored-by: Rachael Ellen <[email protected]> * Minor patches to samples (#928) * update version.gradle * Fix for U13 (#931) * Update version.gradle * Pull main into v.next (#932) * PR to use ViewBinding for Android ArcGIS Samples (#902) * Remove metadata script (#930) Co-authored-by: Shubham Sharma <[email protected]> * Gradle and JDK upgrade (#935) * Readme updates from February 22nd to November 12th (#937) * PR to use ViewBinding for Android ArcGIS Samples (#902) * Remove metadata script (#930) * Readme updates Co-authored-by: Trevor Draeseke <[email protected]> * update gradle wrappers, build.versions and version.gradle * update version.gradle * New sample: Browse Building Floors (#936) * Update MainActivity.kt Co-authored-by: Shubham Sharma <[email protected]> Co-authored-by: Shubham Sharma <[email protected]> Co-authored-by: Mike Wilburn <[email protected]> Co-authored-by: Rachael Ellen <[email protected]> Co-authored-by: Trevor Draeseke <[email protected]>
1 parent 99a3c09 commit b15d2c4

File tree

294 files changed

+1105
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+1105
-225
lines changed

java/add-enc-exchange-set/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:supportsRtl="true"
1515
android:theme="@style/AppTheme">
1616
<activity
17+
android:exported="true"
1718
android:name=".MainActivity"
1819
android:label="@string/app_name">
1920
<intent-filter>

java/add-features-feature-service/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
android:supportsRtl="true"
1717
android:theme="@style/AppTheme">
1818
<activity
19+
android:exported="true"
1920
android:name=".MainActivity"
2021
android:label="@string/app_name">
2122
<intent-filter>

java/add-graphics-renderer/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:label="@string/app_name"
1515
android:theme="@style/AppTheme" >
1616
<activity
17+
android:exported="true"
1718
android:name=".MainActivity"
1819
android:label="@string/app_name">
1920
<intent-filter>

java/add-graphics-with-symbols/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
android:label="@string/app_name"
1414
android:theme="@style/AppTheme" >
1515
<activity
16+
android:exported="true"
1617
android:name=".MainActivity"
1718
android:label="@string/app_name">
1819
<intent-filter>

java/add-point-scene-layer/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
android:supportsRtl="true"
1717
android:theme="@style/AppTheme">
1818
<activity
19+
android:exported="true"
1920
android:name=".MainActivity"
2021
android:label="@string/app_name">
2122
<intent-filter>

java/analyze-hotspots/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:theme="@style/AppTheme">
1515

1616
<activity
17+
android:exported="true"
1718
android:name=".MainActivity"
1819
android:configChanges="orientation|screenSize|keyboardHidden"
1920
android:label="@string/app_name">

java/animate-3d-graphic/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
android:supportsRtl="true"
1313
android:theme="@style/AppTheme">
1414
<activity
15+
android:exported="true"
1516
android:name=".MainActivity"
1617
android:label="@string/app_name">
1718
<intent-filter>

java/apply-scheduled-updates-to-preplanned-map-area/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
android:supportsRtl="true"
1818
android:theme="@style/AppTheme">
1919
<activity
20+
android:exported="true"
2021
android:name=".MainActivity"
2122
android:label="@string/app_name">
2223
<intent-filter>

java/arcgis-map-image-layer-url/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:label="@string/app_name"
1515
android:theme="@style/AppTheme">
1616
<activity
17+
android:exported="true"
1718
android:name=".MainActivity"
1819
android:label="@string/app_name" >
1920
<intent-filter>

java/arcgis-tiled-layer-url/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:label="@string/app_name"
1515
android:theme="@style/AppTheme" >
1616
<activity
17+
android:exported="true"
1718
android:name=".MainActivity"
1819
android:label="@string/app_name">
1920
<intent-filter>

0 commit comments

Comments
 (0)