Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash and modernize project #79

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
262 changes: 28 additions & 234 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,236 +1,30 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
/python/temp_apk
/python/*.log
/python/leanback_shortcuts
/python/to_generate.json
/python/leanbackshortcut.pyc
# Gradle files
.gradle/
build/

# Built application files

*.apk

*.ap_


# Files for the ART/Dalvik VM

*.dex


# Java class files

*.class


# Generated files

bin/
gen/
out/


# 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/workspace.xml


# Keystore files

*.jks

.idea/

# For python keys
python/keys.txt
app/google-services.json

*.apk

*.ap_


# Files for the ART/Dalvik VM

*.dex


# Java class files

*.class


# Generated files
/python/keys.txt
# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files

bin/
gen/
out/



# 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/workspace.xml


# Keystore files

*.jks

.idea/

# For python keys
python/keys.txt
app/google-services.json
# 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/workspace.xml

# Keystore files
*.jks
.idea/
/python/keys.txt

# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# 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/workspace.xml

# Keystore files
*.jks
.idea/
# Local configuration file (sdk path, etc)
local.properties

# Log/OS Files
*.log

# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json

# IntelliJ
*.iml
.idea/

# Keystore files
*.jks
*.keystore

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

# Android Profiling
*.hprof
22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

18 changes: 0 additions & 18 deletions .idea/gradle.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

Loading