Skip to content

Releases: MoveLab/erulet-android

Version 1.09.05

Choose a tag to compare

@JohnPalmer JohnPalmer released this 21 Dec 02:50

Interactive image messages now work in all languages.

Version 1.09.04 offline map issue

Choose a tag to compare

@JohnPalmer JohnPalmer released this 18 Dec 18:24

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

Choose a tag to compare

@JohnPalmer JohnPalmer released this 10 Dec 15:24

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

Version 1.09.01

Choose a tag to compare

@JohnPalmer JohnPalmer released this 07 Dec 19:43

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)

Choose a tag to compare

@JohnPalmer JohnPalmer released this 04 Dec 05:14

This version is now on Google Play.

Beta version 1.08 (8)

Beta version 1.08 (8) Pre-release
Pre-release

Choose a tag to compare

@JohnPalmer JohnPalmer released this 24 Nov 13:21

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) Pre-release
Pre-release

Choose a tag to compare

@JohnPalmer JohnPalmer released this 24 Nov 12:26

Beta version 1.07 (7)

Beta version 1.04 (4)

Beta version 1.04 (4) Pre-release
Pre-release

Choose a tag to compare

@JohnPalmer JohnPalmer released this 15 Oct 15:32

Released on Google Play for beta testing.

Beta version 1.03 (3)

Beta version 1.03 (3) Pre-release
Pre-release

Choose a tag to compare

@JohnPalmer JohnPalmer released this 14 Oct 02:58

Version is currently on Google Play for beta testers.

Prototype v0.4

Prototype v0.4 Pre-release
Pre-release

Choose a tag to compare

@aescobarr aescobarr released this 08 Sep 11:04

Prototype with lower sampling time (15000 ms)