Skip to content

Commit d81ba23

Browse files
authored
Update README.md
1 parent 8a666a1 commit d81ba23

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-codeview--android-blue.svg)](https://android-arsenal.com/details/1/4216)
44
[![Release](https://jitpack.io/v/kbiakov/CodeView-android.svg)](https://jitpack.io/#kbiakov/CodeView-android)
5-
[![Build Status](https://travis-ci.org/Softwee/codeview-android.svg?branch=master)](https://travis-ci.org/Softwee/codeview-android)
5+
[![Build Status](https://travis-ci.org/kbiakov/CodeView-android.svg?branch=master)](https://travis-ci.org/kbiakov/CodeView-android)
66

77
<b>CodeView</b> helps to show code content with syntax highlighting in native way.
88

@@ -221,6 +221,15 @@ Didn't found yours? Please, open issue to show your interest & I'll try to add t
221221
* Inconsolata
222222
* Monaco
223223

224+
## Used By
225+
List of apps on Play Store where this library ised. Ping me if you want to be here too!
226+
227+
Icon | Application
228+
------------ | -------------
229+
<img src="https://goo.gl/ijEiBp" width="48" height="48" /> | [GeekBrains]
230+
<img src="https://goo.gl/UPsE9F" width="48" height="48" /> | [GitJourney for GitHub]
231+
<img src="https://goo.gl/kNqAc7" width="48" height="48" /> | [Source Code - Lập Trình]
232+
224233
## Contribute
225234
1. You can add your theme (see [ColorTheme](https://github.com/Softwee/codeview-android/blob/master/codeview/src/main/java/io/github/kbiakov/codeview/highlight/CodeHighlighter.kt) class). Try to add some classic color themes or create your own if it looks cool. You can find many of them in different open-source text editors.<br>
226235
2. If you are strong in regex, add missed language as shown [here](https://github.com/Softwee/codeview-android/blob/master/codeview/src/main/java/io/github/kbiakov/codeview/highlight/prettify/lang/LangScala.java). You can find existing regex for some language in different sources of libraries, which plays the same role.<br>
@@ -251,3 +260,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
251260
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
252261
SOFTWARE.
253262
```
263+
264+
[GeekBrains]:https://play.google.com/store/apps/details?id=ru.geekbrains
265+
[GitJourney for GitHub]:https://play.google.com/store/apps/details?id=com.oklab.githubjourney
266+
[Source Code - Lập Trình]:https://play.google.com/store/apps/details?id=com.noah.truongpq.codeview

0 commit comments

Comments
 (0)