Releases: MoveLab/erulet-android
Version 1.09.05
Interactive image messages now work in all languages.
Version 1.09.04 offline map issue
Offline map issue fixed. User no longer has to open ChooseItineraryActivity with connection at least once for offline maps to work. See http://stackoverflow.com/questions/27552402/making-googlemap-available-offline
Version 1.09.02
Improved downloading/sync logic. Version uploaded to Google Play.
Version 1.09.01
Added new system for downloading data from server (instead of all at once in beginning, user can now download specific routes; phone checks regularly for updates; and all downloads happen on background thread so UI is not tied up.)
Improved account, log-in and registration.
Improved menus.
Filtered out user's own highlights in top-five highlight download.
Beta version 1.09 (9)
This version is now on Google Play.
Beta version 1.08 (8)
Beta version 1.08(8). This is just a minor update from 1.07.
Note: As with all of these releases, they APK differs from the source in that it has the file UtilLocal.java, which contains API information. To compile from source, this file should be created with the following structure:
package net.movelab.sudeau;
public class UtilLocal {
public static final String URL_SERVULET = "xxx";
public static final String URL_REGISTRATION = URL_SERVULET + "xxx";
public static final String URL_LOGIN = URL_SERVULET + "xxx";
public static final String URL_SERVULET_API_ROOT = URL_SERVULET + "xxx";
public static final String API_ROUTES = "xxx";
public static final String API_USER_ROUTES = "xxx";
public static final String URL_USER_ROUTES = URL_SERVULET_API_ROOT + API_USER_ROUTES;
public static final String API_USER_RATINGS = "xxx";
public static final String URL_USER_RATINGS = URL_SERVULET_API_ROOT + API_USER_RATINGS;
public static final String API_USER_HIGHLIGHT_MEDIA = "xxx";
public static final String URL_USER_HIGHLIGHT_MEDIA = URL_SERVULET_API_ROOT + API_USER_HIGHLIGHT_MEDIA;
public static final String API_GENERAL_MAP = "xxx";
public static final String URL_GENERAL_MAP = URL_SERVULET_API_ROOT + API_GENERAL_MAP;
public static final String API_GENERAL_REFERENCES = "xxx";
public static final String URL_GENERAL_REFERENCES = URL_SERVULET_API_ROOT + API_GENERAL_REFERENCES;
public static final String API_ROUTE_MAP = "xxx";
public static final String URL_ROUTE_MAP = URL_SERVULET_API_ROOT + API_ROUTE_MAP;
public static final String API_ROUTE_CONTENT = "xxx";
public static final String URL_ROUTE_CONTENT = URL_SERVULET_API_ROOT + API_ROUTE_CONTENT;
public final static String SERVULET_ANONYMOUS_API_KEY = "xxx";
public final static String SERVULET_ANONYMOUS_USERNAME = "xxx";
}
Beta version 1.07 (7)
Beta version 1.07 (7)
Beta version 1.04 (4)
Released on Google Play for beta testing.
Beta version 1.03 (3)
Version is currently on Google Play for beta testers.
Prototype v0.4
Prototype with lower sampling time (15000 ms)