-
Notifications
You must be signed in to change notification settings - Fork 948
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #815 from SecUpwN/development
Unchaining WIP-Release v0.1.41-alpha
- Loading branch information
Showing
149 changed files
with
2,144 additions
and
1,777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
>Thank you for your feedback! Please add below details so that we can help you a bit faster. | ||
--- | ||
|
||
#### Agreements | ||
>Please check these boxes to ensure you've actually read and understood these important rules! | ||
- [ ] **I have reviewed and accepted the [guidelines for contributing](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/blob/development/.github/CONTRIBUTING.md) to this project.** | ||
- [ ] **I have searched the [open Issues](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues) and made sure I am not filing a duplicate.** | ||
- [ ] **I have read the notes on [debugging](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/blob/development/.github/CONTRIBUTING.md#debugging) and will properly maintain this Issue.** | ||
|
||
|
||
--- | ||
|
||
#### Overview | ||
>Please add a short and easy to understand description of the Issue you've experienced here. | ||
* `AIMSICD` version (see the `About` screen): | ||
* Phone and ROM running *current* release: | ||
* Link to logfile without identifyable data: | ||
|
||
--- | ||
|
||
#### Reproduction | ||
>Please tell us the detailed steps on how to reproduce your Issue here. | ||
--- | ||
|
||
#### References | ||
>If your Issue is related to any other existing Issues or pull requests, please link them here. | ||
--- | ||
|
||
#### Screenshots | ||
>If you experienced visual glitches, please add a screenshot without metadata here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
>Thank you for submitting a pull request! Please add below details so that we can merge it faster. | ||
--- | ||
|
||
#### Agreements | ||
>Please check these boxes to ensure you've actually read and understood these important rules! | ||
- [ ] **I have reviewed and accepted the [guidelines for contributing](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/blob/development/.github/CONTRIBUTING.md) to this project.** | ||
- [ ] **I have reviewed and closely followed the [Style Guide](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Style-Guide) for this Android app.** | ||
|
||
--- | ||
|
||
#### Overview | ||
>Please add a short and easy to understand description of your proposed changes here. | ||
--- | ||
|
||
#### Classification | ||
>Please click the correct checkbox that applies best to classify your pull request. | ||
- [ ] Bugfix (non-breaking change which fixes an existing issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
|
||
--- | ||
|
||
#### References | ||
>If your pull request is related to or solves any existing Issues, please link them here. | ||
--- | ||
|
||
#### Screenshots | ||
>If you have created visual changes, please add a screenshot without metadata here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,52 +5,32 @@ | |
# https://rkh.github.io/travis-encrypt/public/index.html | ||
# --------------------------------------------------------------- | ||
|
||
# Travis CI Settings | ||
#------------------- | ||
|
||
language: android | ||
# Turning off caching to avoid caching Issues | ||
cache: false | ||
# Using the new Container-Based Infrastructure | ||
sudo: false | ||
|
||
cache: | ||
directories: | ||
- $HOME/.gradle/caches/ | ||
- $HOME/.gradle/wrapper/ | ||
before_cache: | ||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock | ||
|
||
env: | ||
global: | ||
# Encrypted Tokens | ||
#----------------- | ||
|
||
# Encrypted Coverity Scan Token | ||
# Encrypted Coverity Scan Token | ||
- secure: "jRKgZfeAxDhqDIrySBESiij3Ot9cmVQ4CMB+IVpmf7Xjfek6By1ba7Y1lgMdLRPgvLkj3k5mMx1BMx2yeSCBp/+TZJ6Ezj3EVJ6HS2ctkAH4KzsiqlSCKiRgfOqKgzfnftCkNzXCEE3XLVLcv4iT5Ru/EBG85kEDViGrDBP+PxA=" | ||
# Encrypted internal chat Token | ||
notifications: | ||
hipchat: | ||
- secure: "I2XmQkFCyKZHW2NeClYyl3FND80YkqLtYo+Rn3ftS4xjEg6VfGgDv6AlvQ+b+oZg7RZI6nKia9OLZxAxVBOHw6UcJJnurJx4hfAIBZAihIiNpZPj1c9wGgv4D+M6zi3rgbJRZ2Tz6IKJvHC+CD3LApeJR9kH15lDWbD7YZ0UI7E=" | ||
|
||
android: | ||
components: | ||
# We are using the latest revision of Android SDK Tools | ||
- platform-tools | ||
- tools | ||
# The BuildTools version we are using for our project | ||
- build-tools-23.0.2 | ||
- android-23 | ||
# Additional components | ||
- extra-android-m2repository | ||
- platform-tools | ||
- tools | ||
- build-tools-23.0.2 | ||
- android-23 | ||
- extra-android-m2repository | ||
|
||
before_install: 'openssl aes-256-cbc -K $encrypted_dc771c3300d2_key -iv $encrypted_dc771c3300d2_iv -in keystore.jks.enc -out keystore.jks -d || true' | ||
|
||
|
||
script: ./gradlew build check | ||
# Coverity Scan Settings | ||
#----------------------- | ||
|
||
addons: | ||
coverity_scan: | ||
project: | ||
name: "SecUpwN/Android-IMSI-Catcher-Detector" | ||
notification_email: [email protected] | ||
# Scan results: http://scan.coverity.com/projects/3346 | ||
build_command_prepend: "./gradlew clean" | ||
build_command: "./gradlew build" | ||
branch_pattern: master | ||
|
||
before_deploy: | ||
- cd AIMSICD/build/outputs/apk; ls -la; md5sum *-normal-release.apk > md5sum.txt; sha1sum *-normal-release.apk > sha1sum.txt; cd - | ||
|
@@ -67,3 +47,16 @@ deploy: | |
on: | ||
repo: SecUpwN/Android-IMSI-Catcher-Detector | ||
tags: true | ||
|
||
addons: | ||
coverity_scan: #Scan results: http://scan.coverity.com/projects/3346 | ||
project: | ||
name: "SecUpwN/Android-IMSI-Catcher-Detector" | ||
notification_email: [email protected] | ||
build_command_prepend: "./gradlew clean" | ||
build_command: "./gradlew build" | ||
branch_pattern: master | ||
|
||
notifications: | ||
hipchat: | ||
- secure: "I2XmQkFCyKZHW2NeClYyl3FND80YkqLtYo+Rn3ftS4xjEg6VfGgDv6AlvQ+b+oZg7RZI6nKia9OLZxAxVBOHw6UcJJnurJx4hfAIBZAihIiNpZPj1c9wGgv4D+M6zi3rgbJRZ2Tz6IKJvHC+CD3LApeJR9kH15lDWbD7YZ0UI7E=" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.