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
-[I need help/I have a question](#i-need-helpi-have-a-question)
6
+
-[Reporting a bug](#reporting-a-bug)
7
+
-[Suggest a new feature](#suggest-a-new-feature)
8
+
-[Contributing to the project](#contributing-to-the-project)
9
+
10
+
## I need help/I have a question
11
+
12
+
If you need help to integrate this library in your project, or if you have a generic question about it, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/tableview+android), with the `TableView` and `Android` tags.
13
+
14
+
## Reporting a bug
15
+
16
+
If the library is not behaving as you would expect, please [open a new issue](https://github.com/evrencoskun/TableView/issues/new), after checking that it hasn't been reported yet.
17
+
Don't forget to provide as much information as you can:
18
+
19
+
- What are you trying to do?
20
+
- What happened instead?
21
+
- In case of crash, include the stacktace.
22
+
- Which version of the library are you using?
23
+
- Which version of Android is this issue happening on?
24
+
25
+
## Suggest a new feature
26
+
27
+
If you would like a new feature to be added to the library, please [open a new issue](https://github.com/evrencoskun/TableView/issues/new) to describe it.
28
+
29
+
## Contributing to the project
30
+
31
+
Every contribution is welcome to the library. Simply [open a new Pull Request](https://github.com/evrencoskun/TableView/compare) with your changes, so they can be reviewed and merged into the project, and eventually released to everyone.
32
+
33
+
Note that by making a contribution to this project you are agreeing to have your contributions governed by the [MIT License](https://github.com/evrencoskun/TableView/blob/master/LICENSE) copyright statement.
34
+
This means that to the extent possible under law, you transfer all copyright and related or neighbouring rights of the code or documents you contribute to the project itself. You also represent that you have the authority to perform the above waiver with respect to the entirety of you contributions.
- If you **need help**, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/tableview+android). (Tag 'TableView' and 'Android')
70
-
- If you'd like to **ask a general question**, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/tableview+android).
71
-
- If you **found a bug**, please open an issue.
72
-
- If you **have a feature request**, please open an issue.
73
-
- If you **want to contribute**, please submit a pull request.
74
-
- If you **use the control**, please contact me to mention your app on this page.
75
-
63
+
- ([Submit a Pull Request](https://github.com/evrencoskun/TableView/compare) to mention your app on this page)
76
64
77
65
## Donations
78
66
@@ -86,30 +74,35 @@ Please check out [wiki page](https://github.com/evrencoskun/TableView/wiki).
86
74
-[**Donate 25 $**](https://www.paypal.me/evrencoshkun): That's some awesome stuff you did right there, dinner is on me!
87
75
- Or you can also [**choose what you want to donate**](https://www.paypal.me/evrencoshkun), all donations are awesome!
88
76
89
-
90
77
## Contributors
91
78
92
-
Contributions of any kind are welcome! I would like to thank the following [contributors](https://github.com/evrencoskun/TableView/blob/master/CONTRIBUTORS.md) for sharing code and
93
-
making TableView library a better product.
79
+
Contributions of any kind are welcome! I would like to thank all the [contributors](https://github.com/evrencoskun/TableView/graphs/contributors) for sharing code and
80
+
making `TableView` a better product.
81
+
82
+
If you wish to contribute to this project, please refer to our [contributing guide](.github/CONTRIBUTING.md).
94
83
95
84
## License
96
85
97
-
Copyright (c) 2017 Evren Coşkun
98
-
99
-
Permission is hereby granted, free of charge, to any person obtaining a copy
100
-
of this software and associated documentation files (the "Software"), to deal
101
-
in the Software without restriction, including without limitation the rights
102
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
103
-
copies of the Software, and to permit persons to whom the Software is
104
-
furnished to do so, subject to the following conditions:
105
-
106
-
The above copyright notice and this permission notice shall be included in all
107
-
copies or substantial portions of the Software.
108
-
109
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
110
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
111
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
112
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
113
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
114
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
115
-
SOFTWARE.
86
+
```
87
+
MIT License
88
+
89
+
Copyright (c) 2021 Evren Coşkun
90
+
91
+
Permission is hereby granted, free of charge, to any person obtaining a copy
92
+
of this software and associated documentation files (the "Software"), to deal
93
+
in the Software without restriction, including without limitation the rights
94
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
95
+
copies of the Software, and to permit persons to whom the Software is
96
+
furnished to do so, subject to the following conditions:
97
+
98
+
The above copyright notice and this permission notice shall be included in all
99
+
copies or substantial portions of the Software.
100
+
101
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments