Skip to content

Releases: MoveLab/erulet-android

Version 1.09.05

21 Dec 02:50
Compare
Choose a tag to compare

Interactive image messages now work in all languages.

Version 1.09.04 offline map issue

18 Dec 18:24
Compare
Choose a tag to compare

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

10 Dec 15:24
Compare
Choose a tag to compare

Improved downloading/sync logic. Version uploaded to Google Play.

Version 1.09.01

07 Dec 19:43
Compare
Choose a tag to compare

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)

04 Dec 05:14
Compare
Choose a tag to compare

This version is now on Google Play.

Beta version 1.08 (8)

24 Nov 13:21
Compare
Choose a tag to compare
Beta version 1.08 (8) Pre-release
Pre-release

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)

24 Nov 12:26
Compare
Choose a tag to compare
Beta version 1.07 (7) Pre-release
Pre-release

Beta version 1.07 (7)

Beta version 1.04 (4)

15 Oct 15:32
Compare
Choose a tag to compare
Beta version 1.04 (4) Pre-release
Pre-release

Released on Google Play for beta testing.

Beta version 1.03 (3)

14 Oct 02:58
Compare
Choose a tag to compare
Beta version 1.03 (3) Pre-release
Pre-release

Version is currently on Google Play for beta testers.

Prototype v0.4

08 Sep 11:04
Compare
Choose a tag to compare
Prototype v0.4 Pre-release
Pre-release

Prototype with lower sampling time (15000 ms)