Skip to content

Commit

Permalink
Merge pull request #19 from timoetzold/master
Browse files Browse the repository at this point in the history
Alolan Pokemon Update
  • Loading branch information
timoetzold authored Jul 11, 2022
2 parents 654b9f6 + 92d8b6c commit ebcd8ba
Show file tree
Hide file tree
Showing 130 changed files with 2,971 additions and 2,794 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ captures/

# Intellij
*.iml
.idea
.idea/*
!.idea/codestyles

# Keystore files
*.jks
Expand Down
264 changes: 264 additions & 0 deletions .idea/codestyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codestyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 4 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ reachable under `File > Settings`, but on Mac OS X it is found instead under

## Project Set-up for GoIV (Required)
* [Fork GoIV Repo] (https://help.github.com/articles/fork-a-repo/)
* Copy `GoIVCodeStyle.xml` into the codestyles folder under the Android Studio preferences folder *(create codestyles folder if it does not exist)*
* Windows: `\%USERPROFILE%\.{ANDROID_STUDIO_FOLDER}\config\codestyles\`
* OS X: `~/Library/Preferences/{ANDROID_STUDIO_FOLDER}/codestyles/`
* Linux: `./.{ANDROID_STUDIO_FOLDER}/config/codestyles/`
* Open the Project in Android Studio
* Select Code Style Scheme (`File > Settings > Editor > Code Style > Scheme > Select 'GoIVCodeStyle'`)

*__{ANDROID_STUDIO_FOLDER}__ varies on the Android Studio version installed. Read more [here](http://tools.android.com/tech-docs/configuration).*

## Updating Codestyle Definition
If `GoIVCodeStyle.xml` has changed, close Android Studio, copy our file over the copy in Android Studio settings as above, and reopen Android Studio. The new setting should be loaded.

## Optional Set-up

Expand All @@ -46,9 +35,11 @@ This is especially important to send pull requests.
### Lombok Plugin
GoIV project uses Lombok Plugin to automatically generate various methods (i.e. Getter, Setters). Without this plugin, `Unable to resolve method` errors will show, but code will compile and build as per normal.
* Close the Project *(required to enable annotation processing)*
* Install Lombok Plugin (`File > Settings > Plugins > Browse Repositories > Search 'Lombok Plugin' > Install`)
* Download IDEA matching your Android Studio as zip (https://www.jetbrains.com/idea/download/other.html)
- Bumblebee -> 2021.1.1
- Chipmunk -> 2021.2.1
* Copy lombok plugin folder from `{ZIP}\plugins` to Android Studio plugin folder (`{ANDROID_STUDIO_INSTALLATION_DIR}\plugins`)
* Restart Android Studio
* Enable Annotation Processing (`File > Settings > Build, Execution, Deployment > Compiler > Annotation Processors`)

### Git on Android Studio
Set-up Git on Android Studio to automate Git commands. For developers who are *lazy* and prefer one-click solutions.
Expand Down
Loading

0 comments on commit ebcd8ba

Please sign in to comment.