Skip to content

Commit

Permalink
Fix gitignore issue
Browse files Browse the repository at this point in the history
Wasn't ignoring some .idea files
  • Loading branch information
Aditya-Sood committed Aug 13, 2019
1 parent bec4b8e commit bdf979d
Show file tree
Hide file tree
Showing 21 changed files with 1,024 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/codeStyles/codeStyleConfig.xml

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

992 changes: 992 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions .idea/inspectionProfiles/Project_Default__with_Android_.xml

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

Binary file removed app/src/androidTestKiwix/resources/testzim.zim
Binary file not shown.
Empty file modified app/src/customexample/res/mipmap-mdpi/kiwix_icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file modified app/src/main/res/drawable-xxhdpi/ic_action_back.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xxhdpi/ic_action_delete.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xxhdpi/ic_action_forward.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable-xxhdpi/ic_action_plus.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/drawable/list_bg.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/drawable/list_bg_light.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/layout/library_item.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/layout/progress_bar.xml
100755 → 100644
Empty file.
Empty file modified create-signed-android-release.sh
100755 → 100644
Empty file.
Empty file modified gradlew
100755 → 100644
Empty file.
Empty file modified install-kiwix-on-device.sh
100755 → 100644
Empty file.
Empty file modified make-screenshot.sh
100755 → 100644
Empty file.
Empty file modified testdroid.py
100755 → 100644
Empty file.
Empty file modified update-play-store.py
100755 → 100644
Empty file.
Empty file modified upload-apk.py
100755 → 100644
Empty file.

1 comment on commit bdf979d

@julianharty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aditya-Sood were the changes to various file permissions intentional? I build from the command-line using ./gradlew ... and discovered that this commit changed the permissions of various scripts so they cannot be executed (run) directly. I'd appreciate understanding if the changes were planned? and personally - at least - I'd appreciate the changes to the various file permissions reverting so I can run these commands :)

(I am aware I can change the permissions locally, or revise the permissions and recommit them to the project, I'd prefer not to do so since you (AFAIK) made these changes).

Please sign in to comment.