-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (47 loc) · 2.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ANDROSS</title>
<link rel="stylesheet" href="./css/main.css" type="text/css" media="screen" title="" charset="utf-8">
</head>
<body>
<header>
<h1>ANDROSS </h1>
<p>THE ANDROID OPEN SOURCE SOFTWARE LIST</p><br>
</header>
<main>
<h2>0.1 WHAT IS OPEN SOURCE?</h2>
<p>Open source is source code that is made freely available for possible modification and redistribution.
Products include permission to use the source code, design documents, or content of the product.
The open-source model is a decentralized software development model that encourages open collaboration.</p>
<h2>0.2 WHY SHOULD YOU CARE?</h2>
<p>Open source software gives you the freedom and control. We can be
independently examine and audit the software to check if the application
is spying/tracking on us, or even make our own versions of the same
software with/without the required features.
It's the sense of transparency and the wholesome community collaboration which makes it worthwhile.</p>
<h2>1.1 SYSTEM APPS</h2>
<h3>DIALER</h3>
<ul>
<li>KOLER</li>
<p>Koler is a dialer but it's simple and it looks pretty good honestly.
It's an open source MVVM android app. Designed with the user in mind.</p>
<a href="https://github.com/Chooloo/koler" target=_blank>Github</a>
<a href="https://f-droid.org/en/packages/com.chooloo.www.koler/" target=_blank>F-Droid</a>
<li>SIMPLE DIALER</li>
<p>A lightweight app for handling your calls, no matter where are you. Comes with a handy
call log for easy call initiation.</p>
<a href="https://github.com/SimpleMobileTools/Simple-Dialer">Github</a>
<a href="https://f-droid.org/en/packages/com.simplemobiletools.dialer/" target=_blank>F-Droid</a>
<li>EMERALD DIALER</li>
<p>Emerald Dialer is a lightweight T9 dialer for Android.</p>
<a href="https://github.com/HenriDellal/emerald-dialer">Github</a>
<a href="https://f-droid.org/app/ru.henridellal.dialer" target=_blank>F-Droid</a>
</ul>
</main>
<footer>
</footer>
</body>
</html>