-
Notifications
You must be signed in to change notification settings - Fork 158
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 #365 from enviroCar/develop
Develop
- Loading branch information
Showing
1,019 changed files
with
28,168 additions
and
20,418 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ build/ | |
**/*.iml | ||
*.iml | ||
local.properties | ||
|
||
*/release/ |
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,23 @@ | ||
Updated the following libraries | ||
- Retrofit from 1.x to 2.5.0 | ||
- Acra from 4.x to 5.1.3 | ||
- Android Support Libraries | ||
- Constraint Layouts | ||
- Play Services Location | ||
- Gson | ||
- SQLBrite to 1.1.2 | ||
- findbugs to 3.0.2 | ||
- Apache Commons to 1.18 | ||
|
||
|
||
Modified the SendLogFileActivity | ||
- Changed the layout of the file | ||
- Added checkbox list that users can select which will add tags to the subject and body of the email | ||
- The email will now auto add the enviroCar version, the manufacturer and model of the phone, | ||
the Android version as well as the API | ||
- The car that was selected as well as the Bluetooth adapter will be available in the email | ||
- the checkbox list can easily be extended by just adding the options to an array available in | ||
the strings.xml file. There are two types of arrays, one containing the text to be displayed | ||
in the ListView and the other containing the tags that will be added in the email. | ||
There are also separate arrays for tags to be added in the subject line and those to be added in the | ||
body of the email. |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
2 changes: 1 addition & 1 deletion
2
android-obd-simulator/src/org/envirocar/obd/SimulatorService.java
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.