You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Using Nextcloud Android library it will be the easiest way to communicate with N
6
6
Add this library in your project and integrate your application with Nextcloud seamlessly.
7
7
8
8
## Use Library
9
-
In the repository it is not only the library project but also the example project “sample_client”;
9
+
In the repository it is not only the library project but also the example project "sample_client";
10
10
thanks to it you will learn how to use the library.
11
11
12
12
*There are different ways of adding this library to your code*
@@ -37,22 +37,27 @@ The repository holds one main branch with an infinite lifetime:
37
37
38
38
Branch __origin/master__ is considered the main branch where the source code of HEAD always reflects a state with the latest delivered development changes for the next release.
39
39
40
-
Other branches, some supporting branches are used to aid parallel development between team members, ease tracking of features, prepare for production releases and to assist in quickly fixing live production problems. Unlike the main branches, these branches always have a limited life time, since they will be removed eventually.
40
+
Other branches, some supporting branches are used to aid parallel development between team members, ease tracking of featuresand to assist in quickly fixing live production problems. Unlike the main branch, these branches always have a limited life time, since they will be removed eventually (feature branching).
41
41
42
-
The different types of branches we use:
42
+
## Development process
43
+
We are all about quality while not sacrificing speed so we use a very pragmatic workflow.
43
44
44
-
- Branch __perNewFeature__
45
-
- Branch __releaseBranches__
46
-
47
-
Both of them branch off from master and must merge back into master branch through a [pull requests](https://github.com/nextcloud/android-library/pulls) in Github. Once the PR is approved and merged, the branch may be deleted.
* to assure the quality of the app, any PR gets reviewed, approved and tested by [two developers](https://github.com/nextcloud/android-library/blob/master/MAINTAINERS) before it will be merged to master
48
53
49
54
## License
50
55
51
56
Nextcloud Android Library is available under MIT license. See [LICENSE.md](https://github.com/nextcloud/android-library/blob/master/LICENSE.md) with the full license text.
52
57
53
58
### Third party libraries
54
59
```
55
-
Nextcloud Android Library uses Apache JackRabbit, version 2.2.5.
60
+
Nextcloud Android Library uses Apache JackRabbit, version 2.12.2.
56
61
Copyright (C) 2004-2010 The Apache Software Foundation.
57
62
Licensed under Apache License, Version 2.0.
58
63
```
@@ -65,6 +70,6 @@ Licensed under Apache License, Version 2.0.
65
70
66
71
## Compatibility
67
72
68
-
Nextcloud Android library is valid for Android version 3.0 and up (android:minSdkVersion="11"android:targetSdkVersion="23").
73
+
Nextcloud Android library is valid for Android version 3.0 and up (with ```android:minSdkVersion="11"``` and ```android:targetSdkVersion="24"```).
69
74
70
-
Nextcloud Android library supports Nextcloud server from version 9.
75
+
Nextcloud Android library supports Nextcloud server from version 9+.
0 commit comments