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

Commit 96bb77c

Browse files
authored
Merge pull request #27 from MarcDonald/version/1.0.0
Version 1.0.0
2 parents 78957bf + 2527a0d commit 96bb77c

File tree

341 files changed

+17418
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

341 files changed

+17418
-2
lines changed

.github/assets/add-entry-dark.png

897 KB
Loading

.github/assets/add-tags-dark.png

673 KB
Loading

.github/assets/header.png

25.7 KB
Loading

.github/assets/main-display-dark.png

264 KB
Loading

.github/assets/main-display-light.png

270 KB
Loading

.github/assets/new-word-dark.png

683 KB
Loading
172 KB
Loading

.github/assets/search-jisho-dark.png

254 KB
Loading

.github/assets/view-entry-dark.png

871 KB
Loading

.gitignore

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Built application files
2+
*.apk
3+
*.ap_
4+
5+
# Files for the ART/Dalvik VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# Generated files
12+
bin/
13+
gen/
14+
out/
15+
16+
# Gradle files
17+
.gradle/
18+
build/
19+
20+
# Local configuration file (sdk path, etc)
21+
local.properties
22+
23+
# Proguard folder generated by Eclipse
24+
proguard/
25+
26+
# Log Files
27+
*.log
28+
29+
# Android Studio Navigation editor temp files
30+
.navigation/
31+
32+
# Android Studio captures folder
33+
captures/
34+
35+
# IntelliJ
36+
*.iml
37+
.idea/workspace.xml
38+
.idea/tasks.xml
39+
.idea/gradle.xml
40+
.idea/assetWizardSettings.xml
41+
.idea/dictionaries
42+
.idea/libraries
43+
.idea/caches
44+
.idea/sonarlint
45+
.idea/markdown-navigator.xml
46+
.idea/navEditor.xml
47+
48+
# Keystore files
49+
# Uncomment the following line if you do not want to check your keystore files in.
50+
#*.jks
51+
52+
# External native build folder generated in Android Studio 2.2 and later
53+
.externalNativeBuild
54+
55+
# Google Services (e.g. APIs or Firebase)
56+
google-services.json
57+
58+
# Freeline
59+
freeline.py
60+
freeline/
61+
freeline_project_description.json
62+
63+
# fastlane
64+
fastlane/report.xml
65+
fastlane/Preview.html
66+
fastlane/screenshots
67+
fastlane/test_output
68+
fastlane/readme.md
69+
70+
# Default gitignore from Android Studio
71+
*.iml
72+
.gradle
73+
/local.properties
74+
/.idea/caches/build_file_checksums.ser
75+
/.idea/libraries
76+
/.idea/modules.xml
77+
/.idea/workspace.xml
78+
.DS_Store
79+
/build
80+
/captures
81+
.externalNativeBuild

0 commit comments

Comments
 (0)