Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Releases: YaleSTC/YalePublic-android

Many feature upgrades!

20 Mar 16:32
Compare
Choose a tag to compare
  • Add splash screen and move caching to it
  • Changing link icon for different URLs
  • Scroll the list of events
  • Search different map buildings
  • List View of events
  • Start moving photos to Instagram

For more info see CHANGELOG.md.

Refactoring before feature upgrades

17 Jan 03:08
Compare
Choose a tag to compare

Many refactoring fixes, see #33.
Changed to Material theme, see #40.

Abstracted classes, small visual fixes

14 Jan 05:29
Compare
Choose a tag to compare

Abstracted the JSONReaders, checked for internet connectivity.
Some visual fixes to the photos to make it more visually appealing.
Fixed the Map feature (was previously crashing).

Caching and Events

10 Jan 22:24
Compare
Choose a tag to compare

Created a SQLite Database containing the events of the past month, current month, and two months into the future. This data is pulled from the JSON of the Calendar feed.

If there is no cached data for the given month, new data is pulled from the internet and then displayed.
Otherwise, the database is updated each month for the next month's data.

Full functionality!

02 Dec 02:45
Compare
Choose a tag to compare

v1.0 release, 1 December 2014.

0.1 -- mergefromstan

31 Oct 15:58
Compare
Choose a tag to compare
0.1 -- mergefromstan Pre-release
Pre-release

Alternate menu view using a separate MenuAdapter.