Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from mapbox/4.1.0-release
Browse files Browse the repository at this point in the history
4.1.0 Release
  • Loading branch information
Cameron Mace authored Jun 29, 2016
2 parents e2a5067 + 65effc6 commit 550b23a
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 196 deletions.
4 changes: 2 additions & 2 deletions MapboxAndroidDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion 15
targetSdkVersion 24
versionCode 27
versionName "4.1.0-beta.3"
versionName "4.1.0"
}

/*
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies {
compile "com.android.support:recyclerview-v7:${supportLibVersion}"
compile 'com.github.javiersantos:MaterialStyledDialogs:1.5.1'
compile 'com.squareup.picasso:picasso:2.5.2'
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:4.1.0-beta.3@aar'){
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:4.1.0@aar'){
transitive=true
}
compile ('com.mapbox.mapboxsdk:mapbox-android-services:1.1.0@aar'){
Expand Down
1 change: 0 additions & 1 deletion MapboxAndroidDemo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,5 @@
android:name="android.support.PARENT_ACTIVITY"
android:value=".MainActivity" />
</activity>

</application>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@
import com.mapbox.mapboxandroiddemo.examples.DrawGeojsonLineActivity;
import com.mapbox.mapboxandroiddemo.examples.DrawMarkerActivity;
import com.mapbox.mapboxandroiddemo.examples.DrawPolygonActivity;
import com.mapbox.mapboxandroiddemo.labs.MarkerFollowingRouteActivity;
import com.mapbox.mapboxandroiddemo.examples.GeocodingActivity;
import com.mapbox.mapboxandroiddemo.examples.LocationTrackingActivity;
import com.mapbox.mapboxandroiddemo.labs.LocationPickerActivity;
import com.mapbox.mapboxandroiddemo.examples.MapboxMapOptionActivity;
import com.mapbox.mapboxandroiddemo.examples.MapboxStudioStyleActivity;
import com.mapbox.mapboxandroiddemo.examples.OfflineManagerActivity;
Expand All @@ -45,6 +43,8 @@
import com.mapbox.mapboxandroiddemo.examples.SimpleOfflineMapActivity;
import com.mapbox.mapboxandroiddemo.examples.StaticImageActivity;
import com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity;
import com.mapbox.mapboxandroiddemo.labs.LocationPickerActivity;
import com.mapbox.mapboxandroiddemo.labs.MarkerFollowingRouteActivity;
import com.mapbox.mapboxandroiddemo.model.ExampleItemModel;
import com.mapbox.mapboxandroiddemo.utils.ItemClickSupport;
import com.mapbox.mapboxsdk.MapboxAccountManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ public LatLng evaluate(float fraction, LatLng startValue, LatLng endValue) {
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<android.support.v7.widget.RecyclerView
android:id="@+id/details_list"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="match_parent"
android:paddingEnd="110dp"
android:paddingLeft="110dp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
android:id="@+id/clearDisplayViewButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/selectLocationButton"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginLeft="8dp"
Expand Down
2 changes: 1 addition & 1 deletion MapboxAndroidDemo/src/main/res/layout/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<android.support.v7.widget.RecyclerView
android:id="@+id/details_list"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.4"
android:clipToPadding="false"
Expand Down
Binary file removed backdrop.png
Binary file not shown.
Binary file removed build/generated/mockable-android-23.jar
Binary file not shown.
187 changes: 0 additions & 187 deletions build/intermediates/dex-cache/cache.xml

This file was deleted.

Binary file removed logo.png
Binary file not shown.
Binary file removed promo.png
Binary file not shown.
Binary file removed screenshots/navigation-drawer.png
Binary file not shown.
Binary file added screenshots/phone/following-route.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added screenshots/phone/navigation-drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/phone/user-location.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 550b23a

Please sign in to comment.