Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Create project
Browse files Browse the repository at this point in the history
  • Loading branch information
yasanglass committed Jan 16, 2022
0 parents commit 72294c4
Show file tree
Hide file tree
Showing 145 changed files with 5,719 additions and 0 deletions.
81 changes: 81 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/
release/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.idea/
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Google Services (e.g. APIs or Firebase)
# google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

# Version control
vcs.xml

# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/

*.jks

app/keystore.properties
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Tehro Changelog

## v2.0.3

- New station icons for 20+ keywords.
- Optimized how map states are handled.
- YASAN Logo now has a Pride variant that is used on Pride month.
- First & last stations no longer have an arrow icon.
- Fixed Line items not being properly aligned vertically.
- Line items now show the numeric name of the line.

## v2.0.2

- Added "About" screen to Home.

## v2.0.1

- Added Firebase Analytics & Crashlytics.

## v2.0.0

- The initial release of Tehro v2.
Loading

0 comments on commit 72294c4

Please sign in to comment.