Skip to content

Commit 75dfb71

Browse files
Applying markdown style rules (#99)
1 parent 5a9f49c commit 75dfb71

File tree

4 files changed

+87
-29
lines changed

4 files changed

+87
-29
lines changed

.markdownlint.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"MD001": true,
3+
"MD002": false,
4+
"MD003": true,
5+
"MD004": true,
6+
"MD005": true,
7+
"MD006": true,
8+
"MD007": { "indent": 2 },
9+
"MD009": false,
10+
"MD010": false,
11+
"MD011": true,
12+
"MD012": { "maximum": 1 },
13+
"MD013": { "line_length": 300 },
14+
"MD014": false,
15+
"MD018": true,
16+
"MD019": true,
17+
"MD020": true,
18+
"MD021": true,
19+
"MD022": false,
20+
"MD023": true,
21+
"MD024": true,
22+
"MD025": true,
23+
"MD026": true,
24+
"MD027": true,
25+
"MD028": true,
26+
"MD029": true,
27+
"MD030": true,
28+
"MD031": true,
29+
"MD032": false,
30+
"MD033": false,
31+
"MD034": false,
32+
"MD035": true,
33+
"MD036": true,
34+
"MD037": true,
35+
"MD038": true,
36+
"MD039": true,
37+
"MD040": true,
38+
"MD041": false,
39+
"MD042": true,
40+
"MD043": false,
41+
"MD044": true,
42+
"MD045": true,
43+
"MD046": true,
44+
"MD047": true,
45+
"MD048": true,
46+
"MD049": true,
47+
"MD050": true,
48+
"MD051": true,
49+
"MD052": true,
50+
"MD053": true
51+
}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
* Fixed a bug with the checksum calculation.
2424

2525
21.11.1
26-
* !! Major breaking change !! Fixed a bug that triggered when providing segmentation to the "RecordEvent" call. Previously, by mistake, every segmentation value was parsed as a JSON and threw an exception when it wasn't a valid JSON string. Now this will not be the case and every String value can be provided. This is marked as a "major breaking change" in case some integrations were adding workarounds to this issue.
26+
* !! Major breaking change !! Fixed a bug that triggered when providing segmentation to the "RecordEvent" call. Previously, by mistake, every segmentation value was parsed as a JSON and threw an exception when it wasn't a valid JSON string.
27+
Now this will not be the case and every String value can be provided. This is marked as a "major breaking change" in case some integrations were adding workarounds to this issue.
2728
* ! Minor breaking change ! Default automatic session update duration changed to 60 seconds.
2829
* Added a call to change the automatic session update duration.
2930
* Fixed a bug where session duration was reported wrong.
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
Copyright (c) {{{2014}}} {{{Gith Security Systems}}}
2-
Copyright 2019 Countly
3-
4-
Permission is hereby granted, free of charge, to any person obtaining
5-
a copy of this software and associated documentation files (the
6-
"Software"), to deal in the Software without restriction, including
7-
without limitation the rights to use, copy, modify, merge, publish,
8-
distribute, sublicense, and/or sell copies of the Software, and to
9-
permit persons to whom the Software is furnished to do so, subject to
10-
the following conditions:
11-
12-
The above copyright notice and this permission notice shall be
13-
included in all copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1+
Copyright (c) {{{2014}}} {{{Gith Security Systems}}}
2+
Copyright 2019 Countly
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This repository contains the portable Countly C++ SDK.
66

77
## What's Countly?
88

9-
[Countly](http://count.ly) is an innovative, real-time, open source mobile analytics and push notifications platform. It collects data from mobile devices, and visualizes this information to analyze mobile application usage and end-user behavior. There are two parts of Countly: [the server that collects and analyzes data](http://github.com/countly/countly-server), and mobile SDK that sends this data. Both parts are open source with different licensing terms.
9+
[Countly](http://count.ly) is an innovative, real-time, open source mobile analytics and push notifications platform. It collects data from mobile devices, and visualizes this information to analyze mobile application usage and end-user behavior.
10+
There are two parts of Countly: [the server that collects and analyzes data](http://github.com/countly/countly-server), and mobile SDK that sends this data. Both parts are open source with different licensing terms.
1011

1112
* **Slack user?** [Join our Slack community](http://slack.count.ly:3000/)
1213
* **Questions?** [Ask in our Community forum](http://community.count.ly)
@@ -26,9 +27,9 @@ Security is very important to us. If you discover any issue regarding security,
2627
Countly C++ SDK has been designed to work with very few dependencies in order to be available on most platforms.
2728
In order to build this SDK, you need:
2829

29-
- a C++ compiler with C++14 support
30-
- libcurl (with openssl) and its headers if you are on *nix
31-
- cmake >= 3.13
30+
* a C++ compiler with C++14 support
31+
* libcurl (with openssl) and its headers if you are on *nix
32+
* cmake >= 3.13
3233

3334
First, clone the repository with its submodules:
3435

@@ -102,6 +103,7 @@ To run unit tests associated with 'SQLITE' and 'Custom SHA-256' build executable
102103
``` shell
103104
cmake -DCOUNTLY_BUILD_TESTS=1 -DCOUNTLY_USE_SQLITE=1 -DCOUNTLY_USE_CUSTOM_SHA256=1 -B build
104105
```
106+
105107
## Other Github resources
106108

107109
This SDK needs one of the following Countly Editions to work:
@@ -122,12 +124,16 @@ If you like Countly, [why not use one of our badges](https://count.ly/brand-asse
122124

123125
<a href="https://count.ly/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://count.ly/badges/dark.svg?v2" alt="Countly - Product Analytics" /></a>
124126

125-
<a href="https://count.ly/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://count.ly/badges/dark.svg" alt="Countly - Product Analytics" /></a>
127+
```JS
128+
<a href="https://count.ly/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://count.ly/badges/dark.svg" alt="Countly - Product Analytics" /></a>
129+
```
126130

127131
<a href="https://count.ly/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://count.ly/badges/light.svg?v2" alt="Countly - Product Analytics" /></a>
128132

129-
<a href="https://count.ly/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://count.ly/badges/light.svg" alt="Countly - Product Analytics" /></a>
133+
```JS
134+
<a href="https://count.ly/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://count.ly/badges/light.svg" alt="Countly - Product Analytics" /></a>
135+
```
130136

131137
### Support
132138

133-
For Community support, visit [http://community.count.ly](http://community.count.ly "Countly Community Forum").
139+
For Community support, visit [http://community.count.ly](http://community.count.ly "Countly Community Forum").

0 commit comments

Comments
 (0)