fix backend

This commit is contained in:
Nazar 2019-06-24 18:41:19 +03:00
parent 8f0f047191
commit 4e5b942096
285 changed files with 1158 additions and 989 deletions

View file

@ -200,6 +200,7 @@ public class OsmandAidlApi {
private Map<String, BroadcastReceiver> receivers = new TreeMap<>();
private Map<String, ConnectedApp> connectedApps = new ConcurrentHashMap<>();
private Map<String, ContextMenuButtonsParams> contextMenuButtonsParams = new ConcurrentHashMap<>();
private Map<Long, VoiceRouter.VoiceMessageListener> voiceRouterMessageCallbacks= new ConcurrentHashMap<>();
private AMapPointUpdateListener aMapPointUpdateListener;
@ -1899,8 +1900,6 @@ public class OsmandAidlApi {
navUpdateCallbacks.remove(id);
}
private Map<Long, VoiceRouter.VoiceMessageListener> voiceRouterMessageCallbacks= new ConcurrentHashMap<>();
public void registerForVoiceRouterMessages(long id){
VoiceRouter.VoiceMessageListener listener = new VoiceRouter.VoiceMessageListener() {
@Override

View file

@ -38,7 +38,6 @@ public class SettingsProfileFragment extends BaseOsmAndFragment {
public static final String IS_NEW_PROFILE = "new_profile";
public static final String IS_USER_PROFILE = "user_profile";
private ProfileMenuAdapter adapter;
private RecyclerView recyclerView;
private LinearLayout addNewProfileBtn;

File diff suppressed because it is too large Load diff

View file

@ -37,6 +37,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation group: 'commons-logging', name: 'commons-logging', version: '1.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

Some files were not shown because too many files have changed in this diff Show more