Skip to content

Commit

Permalink
added build number to gradle outpu, updated gitignore, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alsd4git committed Apr 22, 2020
1 parent 0c50241 commit e9df7f0
Show file tree
Hide file tree
Showing 35 changed files with 4,614 additions and 4,591 deletions.
56 changes: 35 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,46 @@
# built application files
### Android ###
# Built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
out/
target/
build/
.classpath
.project
.settings
*.aab

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

*.ipr
*.iws
# IntelliJ
*.iml
.idea/
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches
# Gradle files
.gradle/
build/
# Android Studio captures folder
captures/

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

# Android Studio
/*/build/
/*/local.properties
/*/out
/*/*/build
/*/*/production
*.ipr
*~
*.swp

#OS related file
.directory
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
Chanu - 4chan android app
=========================
# Chanu - 4chan android app

[Design document](https://docs.google.com/document/d/1hYCqC_53iYZ7e13pbmbQ3PTtUat7xwBiH4uzGpat-gM/edit#heading=h.jbxv5gqhprjt)

[4chan API](https://github.com/4chan/4chan-API)

[Original Project](https://github.com/grzegorznittner/chanu)

### How to build application

#### Requirements

1. Android Studio [Android Studio](http://developer.android.com/sdk/index.html)
2. Android SDK Platform 27 (Oreo 8.1)
3. Android SDK Build-tools 27.0.3
4. Android Support Library 27.1.1
2. Android SDK Platform 29 (Android 10)
3. Android SDK Build-tools 29.0.3

#### Branch

1. git checkout android-studio

#### Terminal (using gradle)

1. Run "./gradlew assemledebug" in the root folder of the project
2. Navigate to app/build/outputs/apk for the apk to install

#### Android Studio

1. Open Android Studio
2. Import the following projects (```File > New > Import Project```)
2. Import the following projects (`File > New > Import Project`)
3. Select source folder and confirm
4. Run 'app' to install Chanu onto your device
5. ....
6. Profit!

20 changes: 10 additions & 10 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## To-Do List

### NEED to Do
1. Find board icons for /aco/, /his/, and /qa/(might just reuse /q/)
2. Convert from Holo to Material Design

### Want to Do
1. Activity transition animations
2. Update UI
3. Allow users to change download location (default is /sdcard/Pictures/Chanu)
## To-Do List

### NEED to Do
1. Find board icons for /aco/, /his/, and /qa/(might just reuse /q/)
2. Convert from Holo to Material Design

### Want to Do
1. Activity transition animations
2. Update UI
3. Allow users to change download location (default is /sdcard/Pictures/Chanu)
Loading

0 comments on commit e9df7f0

Please sign in to comment.