Skip to content

Commit

Permalink
Spelling and deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
eagskunst committed Jul 14, 2018
1 parent 6a7988e commit 9f4956e
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

App for getting video game news from different websites!

See release notes on master branch releases for features that cover last release. You could also download last .apk version here. (**Android min. version: 4.1**)
See release notes on master branch releases for features that cover last release. You could also download last .apk version there. (**Android min. version: 4.1**)

See changelog on develop branch for not-official features.

Expand All @@ -20,32 +20,4 @@ See changelog on develop branch for not-official features.
2. Select File -> New -> Project from Version Control -> GitHub
3. Enter your github username and password.
4. Copy this repo's clone url.
5. Select the repository and hit clone.


# Changelog

**-14/7/2018:**
Added a drawer layout with a navigation view.

Changed MainActivity's all in one for a Fragment that can handle all categories of news.

Changed ParserMaker's use of variable Activity in order to avoid a NullException. Now use an interface.

Created Urls.json file for reading urls depending on language.

Added GSON library for Json reading.

Created Categories inside Models package.

Created LoadUrls for handling the reading of the Json file.

Created WebViewActivity.

Deleted icon in toolbar.xml layout. Now is added with toolbar.setIcon()

Changed harcoded strings and dimens.

**-11/7/2018:** Changed colors. Added app icon inside toolbar. Added a Floating Action Button for back to top compability.
**-2/7/2018:** Bugfixes for Locale and proper onBackPressed when paserMaker.isRunning = true. Change min. version for Android 4.1 Improvement of ParserMaker
**-27/6/2018:** First commit.
5. Select the repository and hit clone.

0 comments on commit 9f4956e

Please sign in to comment.