vectorlit / UnofficialGenconMobile

Code for Unofficial Gen Con Mobile application - Xamarin version.
GNU General Public License v3.0
3 stars 3 forks source link

Yearly (2019): Update code to 2019 #2

Closed vectorlit closed 5 years ago

vectorlit commented 5 years ago

The internal variables and branding need to be updated to 2019. Anywhere there is a variable referencing 2018, or an internal date used for starting times, it needs to be updated to 2019.

This issue is for code only.

During this process, we might consider writing down a list of each of the items that is updated - this way we can determine if it can be handled via server download instead of an explicit code change.

vectorlit commented 5 years ago

Pull request has been submitted for this issue: https://github.com/vectorlit/UnofficialGenconMobile/pull/10

The pull request has been reviewed but will NOT be merged until the 2019 events have been populated and are available in the web service.

There is no need to continue working on this issue at this time.

2019 code update complete (see commit: )

The variables that were required to be updated were as follows:

GenconMobileDatabase.cs

GlobalVars.cs

MainActivity.cs

ConventionMobile.Android.AndroidManifest.xml

ConventionMobile.Android.AssemblyInfo.cs

ConventionMobile.iOS.AssemblyInfo.cs

ConventionMobile.iOS.LaunchScreen.storyBoard

vectorlit commented 5 years ago

2nd issue created @ https://github.com/vectorlit/UnofficialGenconMobile/issues/12 for above resolution. This can now be closed.