[android] add: New bottom menu.
refactor: Simplified layouts. del: Removed unused resources. add: Forced update of Compass widget. refactor: Shortcut for dimension resource extraction.
|
@ -102,13 +102,13 @@ namespace android
|
|||
Platform::RunOnGuiThreadImpl(bind(&::Framework::OnLocationUpdate, ref(m_work), info));
|
||||
}
|
||||
|
||||
void Framework::OnCompassUpdated(location::CompassInfo const & info)
|
||||
void Framework::OnCompassUpdated(location::CompassInfo const & info, bool force)
|
||||
{
|
||||
static double const COMPASS_THRASHOLD = my::DegToRad(1.0);
|
||||
static double const COMPASS_THRESHOLD = my::DegToRad(1.0);
|
||||
|
||||
/// @todo Do not emit compass bearing too often while we are passing it through nv-queue.
|
||||
/// Need to make more experiments in future.
|
||||
if (fabs(ang::GetShortestDistance(m_lastCompass, info.m_bearing)) >= COMPASS_THRASHOLD)
|
||||
if (force || fabs(ang::GetShortestDistance(m_lastCompass, info.m_bearing)) >= COMPASS_THRESHOLD)
|
||||
{
|
||||
m_lastCompass = info.m_bearing;
|
||||
Platform::RunOnGuiThreadImpl(bind(&::Framework::OnCompassUpdate, ref(m_work), info));
|
||||
|
|
|
@ -94,7 +94,7 @@ namespace android
|
|||
|
||||
void OnLocationError(int/* == location::TLocationStatus*/ newStatus);
|
||||
void OnLocationUpdated(location::GpsInfo const & info);
|
||||
void OnCompassUpdated(location::CompassInfo const & info);
|
||||
void OnCompassUpdated(location::CompassInfo const & info, bool force);
|
||||
void UpdateCompassSensor(int ind, float * arr);
|
||||
|
||||
void Invalidate();
|
||||
|
|
|
@ -64,12 +64,12 @@ extern "C"
|
|||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_com_mapswithme_maps_MapFragment_nativeCompassUpdated(JNIEnv * env, jobject thiz,
|
||||
jlong time, jdouble magneticNorth, jdouble trueNorth, jdouble accuracy)
|
||||
jdouble magneticNorth, jdouble trueNorth, jboolean force)
|
||||
{
|
||||
location::CompassInfo info;
|
||||
info.m_bearing = (trueNorth >= 0.0) ? trueNorth : magneticNorth;
|
||||
|
||||
g_framework->OnCompassUpdated(info);
|
||||
g_framework->OnCompassUpdated(info, force);
|
||||
}
|
||||
|
||||
#pragma clang pop_options
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromYDelta="100%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:toYDelta="0"/>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:fromYDelta="0"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:toYDelta="100%p"/>
|
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromYDelta="-100%"
|
||||
android:toYDelta="0%"
|
||||
android:duration="@integer/anim_duration_default"/>
|
||||
android:duration="@integer/anim_default"/>
|
||||
|
||||
<alpha android:fromAlpha="0.1"
|
||||
android:toAlpha="1"
|
||||
android:duration="@integer/anim_duration_default"/>
|
||||
android:duration="@integer/anim_default"/>
|
||||
</set>
|
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromYDelta="0%"
|
||||
android:toYDelta="-100%"
|
||||
android:duration="@integer/anim_duration_default"/>
|
||||
android:duration="@integer/anim_default"/>
|
||||
|
||||
<alpha android:fromAlpha="1"
|
||||
android:toAlpha="0.1"
|
||||
android:duration="@integer/anim_duration_default"/>
|
||||
android:duration="@integer/anim_default"/>
|
||||
</set>
|
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 813 B |
Before Width: | Height: | Size: 989 B |
Before Width: | Height: | Size: 948 B |
Before Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 813 B |
Before Width: | Height: | Size: 805 B |
Before Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 805 B |
Before Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1,009 B |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 778 B After Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 853 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 173 B |
BIN
android/res/drawable-hdpi/ic_menu_bookmarks.png
Normal file
After Width: | Height: | Size: 367 B |
BIN
android/res/drawable-hdpi/ic_menu_close.png
Normal file
After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 230 B |
BIN
android/res/drawable-hdpi/ic_menu_location_pending_1.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
android/res/drawable-hdpi/ic_menu_location_pending_2.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
android/res/drawable-hdpi/ic_menu_location_pending_3.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
android/res/drawable-hdpi/ic_menu_location_pending_4.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
android/res/drawable-hdpi/ic_menu_location_pending_5.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
android/res/drawable-hdpi/ic_menu_location_pending_6.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
android/res/drawable-hdpi/ic_menu_location_pending_7.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
android/res/drawable-hdpi/ic_menu_location_pending_8.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
android/res/drawable-hdpi/ic_menu_open.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
android/res/drawable-hdpi/ic_menu_point_to_point.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
android/res/drawable-hdpi/ic_menu_search.png
Normal file
After Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 700 B |
Before Width: | Height: | Size: 706 B After Width: | Height: | Size: 327 B |
BIN
android/res/drawable-hdpi/ic_menu_share.png
Normal file
After Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 644 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 405 B |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1,020 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 928 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.6 KiB |