-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (127 loc) · 7.92 KB
/
Copy pathindex.html
File metadata and controls
133 lines (127 loc) · 7.92 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
layout: default
permalink: /
img: /css/img/road.jpg
sepStyle: home
subtitle: Applications
seo_title: "Julien Millau — Android & iOS apps"
desc: "The Android and iOS apps built by Julien Millau: Currency Converter & Exchange, Credit Card Reader NFC (EMV) and NFC Tag Reader Pro."
---
<div class="app-filter" role="group" aria-label="Filter applications by platform" hidden>
<span class="app-filter-label" aria-hidden="true">Platform</span>
<button type="button" class="app-filter-btn is-on" data-platform="all" aria-pressed="true">All <span class="app-filter-count">3</span></button>
<button type="button" class="app-filter-btn" data-platform="android" aria-pressed="false">Android <span class="app-filter-count">2</span></button>
<button type="button" class="app-filter-btn" data-platform="ios" aria-pressed="false">iOS <span class="app-filter-count">2</span></button>
</div>
<ul class="app-cards">
<li class="app-card" data-platform="android ios">
<div class="app-card-top">
<img class="app-card-icon" src="/images/currency-converter/icon-pro.png" alt="Currency Converter & Exchange app icon" width="72" height="72"/>
<div class="app-card-id">
<h2>Currency Converter & Exchange</h2>
<p class="app-card-tags">
<span class="app-tag">Android</span>
<span class="app-tag">iOS</span>
<span class="app-tag app-tag-cat">Finance</span>
</p>
</div>
</div>
<p class="app-card-desc">Converts 180+ world currencies and 20+ cryptocurrencies. Live rates,
full offline mode, charts from one day to five years, and a home-screen widget.
No account and no sign-in.</p>
{% include store-badges.html
play="https://play.google.com/store/apps/details?id=com.devnied.currency.free"
play_alt="Currency Converter & Exchange on Google Play"
apple="https://apps.apple.com/us/app/currency-converter-rates-pro/id6760141868"
apple_alt="Currency Converter & Rates Pro on the App Store"
samsung="https://apps.samsung.com/appquery/appDetail.as?appId=com.devnied.currency.free&source=GBadge_01_4906417_tag&directOpen=true&ads=ddb0e6f9&nonOrgType=fce692ba"
samsung_alt="Currency Converter & Exchange on the Galaxy Store"
huawei="https://appgallery.huawei.com/app/C100369321"
app="Currency Converter & Exchange" %}
<a class="app-pro" href="https://play.google.com/store/apps/details?id=com.devnied.currency.pro" target="_blank" rel="noopener">
<span class="app-pro-tag">PRO</span>
<span class="app-pro-text">
<strong>Currency Converter Pro</strong>
<span>The same app on Google Play, without ads</span>
</span>
<span class="app-pro-go" aria-hidden="true">→</span>
</a>
<div class="app-pairs">
<a class="app-pairs-main" href="/currency-converter/">
<span class="app-pairs-tag">WEB</span>
<span class="app-pro-text">
<strong>Currency pair pages</strong>
<span>12 pairs explained — what each currency is, who issues it, what moves the rate</span>
</span>
<span class="app-pro-go" aria-hidden="true">→</span>
</a>
<nav class="app-pairs-langs" aria-label="Currency pair pages by language">
<ul>{% include currency-locales.html %}</ul>
</nav>
</div>
</li>
<li class="app-card" data-platform="android">
<div class="app-card-top">
<img class="app-card-icon" src="/images/credit-card/icon-pro.png" alt="Credit Card Reader NFC app icon" width="72" height="72"/>
<div class="app-card-id">
<h2>Credit Card Reader NFC (EMV)</h2>
<p class="app-card-tags">
<span class="app-tag">Android</span>
<span class="app-tag app-tag-cat">Tools</span>
</p>
</div>
</div>
<p class="app-card-desc">Reads the public data an EMV bank card broadcasts over NFC — card
number, expiry date and transaction log — using the open-source
EMV-NFC-Paycard-Enrollment library.</p>
{% include store-badges.html
play="https://play.google.com/store/apps/details?id=com.github.devnied.emvnfccard"
play_alt="Credit Card Reader NFC on Google Play" %}
<a class="app-pro" href="https://play.google.com/store/apps/details?id=com.github.devnied.emvnfccard.pro" target="_blank" rel="noopener">
<span class="app-pro-tag">PRO</span>
<span class="app-pro-text">
<strong>Credit Card Reader Pro</strong>
<span>The same app on Google Play, without ads</span>
</span>
<span class="app-pro-go" aria-hidden="true">→</span>
</a>
</li>
<li class="app-card" data-platform="ios">
<div class="app-card-top">
<img class="app-card-icon" src="/images/nfc-reader-pro-ios/icon.jpeg" alt="NFC Tag Reader Pro app icon" width="72" height="72"/>
<div class="app-card-id">
<h2>NFC Tag Reader Pro</h2>
<p class="app-card-tags">
<span class="app-tag">iOS</span>
<span class="app-tag app-tag-cat">Tools</span>
</p>
</div>
</div>
<p class="app-card-desc">Reads and decodes NFC tags on iPhone: NDEF records, URLs, contacts and
raw payloads, together with the tag’s own technical characteristics.</p>
{% include store-badges.html
apple="https://itunes.apple.com/us/app/nfc-tag-reader-pro/id1324286598"
apple_alt="NFC Tag Reader Pro on the App Store" %}
</li>
</ul>
<ul class="app-stores">
<li><a class="app-stores-play" href="https://play.google.com/store/apps/dev?id=5794076555993790330" target="_blank" rel="noopener">
<svg class="app-stores-logo" viewBox="0 0 24 24" width="26" height="26" fill="currentColor" aria-hidden="true" focusable="false"><path d="M22.018 13.298l-3.919 2.218-3.515-3.493 3.543-3.521 3.891 2.202a1.49 1.49 0 0 1 0 2.594zM1.337.924a1.486 1.486 0 0 0-.112.568v21.017c0 .217.045.419.124.6l11.155-11.087L1.337.924zm12.207 10.065l3.258-3.238L3.45.195a1.466 1.466 0 0 0-.946-.179l11.04 10.973zm0 2.067l-11 10.933c.298.036.612-.016.906-.183l13.324-7.54-3.23-3.21z"/></svg>
<span class="app-stores-text">
<strong>Google Play developer page</strong>
<span>Every Android app I publish</span>
</span>
<span class="app-stores-go" aria-hidden="true">→</span>
</a></li>
<li><a class="app-stores-apple" href="https://apps.apple.com/fr/developer/julien-millau/id1324286597" target="_blank" rel="noopener">
<svg class="app-stores-logo" viewBox="0 0 24 24" width="26" height="26" fill="currentColor" aria-hidden="true" focusable="false"><path d="M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701"/></svg>
<span class="app-stores-text">
<strong>App Store developer page</strong>
<span>Every iOS app I publish</span>
</span>
<span class="app-stores-go" aria-hidden="true">→</span>
</a></li>
</ul>
<h2 class="app-notes-title">Screenshots & write-ups</h2>
{% assign categ = 'projects' %}
{% include posts_list.html %}