-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
495 changed files
with
2,816 additions
and
2,120 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
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,45 @@ | ||
apiVersion: v1alpha | ||
kind: espresso | ||
sauce: | ||
region: eu-central-1 | ||
retries: 2 | ||
espresso: | ||
app: ./omniNotes/build/intermediates/apk/play/debug/OmniNotes-playDebug-6.2.1.apk | ||
testApp: ./omniNotes/build/intermediates/apk/androidTest/play/debug/omniNotes-play-debug-androidTest.apk | ||
suites: | ||
- name: "All tests (no flaky, real device only) on Android 13" | ||
testOptions: | ||
size: large | ||
clearPackageData: true | ||
useTestOrchestrator: true | ||
notAnnotation: it.feio.android.omninotes.testutils.NoRealDeviceTest | ||
devices: | ||
- name: ".*" | ||
platformVersion: "13" | ||
- name: "All tests (no flaky, real device only) on Android 12" | ||
testOptions: | ||
size: large | ||
clearPackageData: true | ||
useTestOrchestrator: true | ||
notAnnotation: it.feio.android.omninotes.testutils.NoRealDeviceTest | ||
devices: | ||
- name: ".*" | ||
platformVersion: "12" | ||
- name: "All tests (no flaky, real device only) on Android 10" | ||
testOptions: | ||
size: large | ||
clearPackageData: true | ||
useTestOrchestrator: true | ||
notAnnotation: it.feio.android.omninotes.testutils.NoRealDeviceTest | ||
devices: | ||
- name: ".*" | ||
platformVersion: "10" | ||
- name: "All tests (no flaky, real device only) on Android 9" | ||
testOptions: | ||
size: large | ||
clearPackageData: true | ||
useTestOrchestrator: true | ||
notAnnotation: it.feio.android.omninotes.testutils.NoRealDeviceTest | ||
devices: | ||
- name: ".*" | ||
platformVersion: "9" |
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 @@ | ||
## Contributing | ||
|
||
Due to the fact that I'm using [gitflow](https://github.com/nvie/gitflow) as code versioning methodology, you as developer should **always** start working on [develop branch](https://github.com/federicoiosue/Omni-Notes/tree/develop) that contains the most recent changes. | ||
|
||
There are many features/improvements that are not on **my** roadmap but someone else could decide to work on them anyway: hunt for issues tagged as [Help Wanted](https://github.com/federicoiosue/Omni-Notes/issues?utf8=✓&q=label%3A"Help+wanted") to find them! | ||
|
||
Feel free to add yourself to [contributors.md](https://github.com/federicoiosue/Omni-Notes/blob/develop/CONTRIBUTORS.md) file. | ||
|
||
### New feature or improvements contributions | ||
|
||
This kind of contributions **must** have screenshots or screencast as demonstration of the new additions. | ||
|
||
### Code style | ||
|
||
If you plan to manipulate the code then you'll have to do it by following a [specific code style](https://gist.github.com/federicoiosue/dee53e882b3c70d544f8608769eb02fc). | ||
Also pay attention if you're using any plugin that automatically formats/cleans/rearrange your code and set it to only change that code that you touched and not the whole files. | ||
|
||
### Test your code contributions! | ||
|
||
All code changes and additions **must** be tested. | ||
See the [related section](#test) for more informations or this two pull requests comments: [one](https://github.com/federicoiosue/Omni-Notes/pull/646#pullrequestreview-187973443) and [two](https://github.com/federicoiosue/Omni-Notes/pull/683#issuecomment-506206689) | ||
|
||
### Forking project | ||
|
||
When forking the project you'll have to modify some files that are strictly dependent from my own development / build / third-party-services environment. Files that need some attention are the following: | ||
|
||
- *gradle.properties*: this is overridden by another file with the same name inside the *omniNotes* module. You can do the same or leave as it is, any missing property will let the app gracefully fallback on a default behavior. | ||
|
||
## Code quality | ||
|
||
A public instance of SonarQube is available both to encourage other developers to improve their code contributions (and existing code obviously) and to move the project even further into transparency and openness. | ||
|
||
Checkout for it [here](https://sonarcloud.io/dashboard?id=omni-notes) | ||
|
||
Pull requests will be automatically analyzed and rejected if they'll rise the code technical debt. |
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,14 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Security updates are supported for the following application's versions: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 6.2.x | :white_check_mark: | | ||
| < 6.2.x | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
Take contact with me through **[email protected]** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.