maintain change log
This commit is contained in:
parent
bd873d0a82
commit
5808b7fd83
3 changed files with 2 additions and 1 deletions
|
@ -1130,6 +1130,7 @@
|
|||
<string name="intermediate_point_too_far">Wegpunkt %1$s zu weit von der nächsten Straße entfernt.</string>
|
||||
<string name="tip_recent_changes_0_8_4_t">Änderungen in 0.8.4 :
|
||||
\n\t* Einige Fehlerbehebungen
|
||||
\n\t* Karte behält nach Unterbrechungen Positionsbindung
|
||||
</string>
|
||||
<string name="context_menu_item_last_intermediate_point">Als letzten Wegpunkt setzen</string>
|
||||
<string name="context_menu_item_first_intermediate_point">Als ersten Wegpunkt setzen</string>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<string name="non_optimal_route_calculation">Calculate possibly non-optimal route over long distances</string>
|
||||
<string name="tip_recent_changes_0_8_4_t">Changes in 0.8.4 :
|
||||
\n\t* Some bug fixes
|
||||
\n\t* Map does not lose position lock after interruptions
|
||||
</string>
|
||||
<string name="gps_not_available">Please enable GPS in the settings</string>
|
||||
<string name="tip_recent_changes_0_8_3_t">Changes in 0.8.3 :
|
||||
|
|
|
@ -1383,7 +1383,6 @@ public class MapActivity extends AccessibleActivity implements IMapLocationListe
|
|||
}
|
||||
|
||||
public static void launchMapActivityMoveToTop(Context activity){
|
||||
// linkMapToLocation memory needs to be reset if coming back from search or similar action
|
||||
Intent newIntent = new Intent(activity, OsmandIntents.getMapActivity());
|
||||
newIntent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
|
||||
activity.startActivity(newIntent);
|
||||
|
|
Loading…
Reference in a new issue