-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
509 lines (440 loc) · 19.9 KB
/
index.html
File metadata and controls
509 lines (440 loc) · 19.9 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="description" content="SMS/TEL Forwarder Neo - Zuverlässige Weiterleitung von SMS und Anrufen via SMS & Email. Open Source Android App.">
<meta name="keywords" content="SMS Forwarding, Call Forwarding, Android, Open Source, Email Forwarding">
<meta name="author" content="Günther Meusburger">
<title>SMS/TEL Forwarder Neo - Download</title>
<style>
:root {
--primary-color: #2e7d32;
--primary-hover: #1b5e20;
--github-color: #24292e;
--github-hover: #000000;
--bg-color: #f0f2f5;
--card-bg: #ffffff;
--text-main: #1a1a1a;
--text-secondary: #5f6368;
--accent-bg: #e8f5e9;
}
* {
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
background-color: var(--bg-color);
color: var(--text-main);
line-height: 1.6;
margin: 0;
padding: 0;
min-height: 100vh;
}
.container {
background-color: var(--card-bg);
width: 100%;
max-width: 1200px;
margin: 0 auto;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.header {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
color: white;
padding: clamp(20px, 5vw, 40px);
text-align: center;
}
.header h1 {
margin: 0;
font-size: clamp(1.75rem, 5vw, 2.5rem);
font-weight: 700;
word-wrap: break-word;
}
.header p {
margin-top: 10px;
opacity: 0.95;
font-size: clamp(0.95rem, 3vw, 1.1rem);
}
.content {
padding: clamp(16px, 4vw, 40px);
}
.intro {
font-size: clamp(0.95rem, 2.5vw, 1.05rem);
line-height: 1.7;
margin-bottom: 30px;
text-align: center;
}
.actions {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: clamp(20px, 5vw, 40px);
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: clamp(10px, 2vw, 12px) clamp(20px, 4vw, 28px);
border-radius: 8px;
text-decoration: none;
font-weight: 600;
font-size: clamp(0.875rem, 2vw, 1rem);
transition: transform 0.2s, box-shadow 0.2s;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
min-height: 44px;
text-align: center;
}
.btn:hover,
.btn:focus {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
outline: 2px solid rgba(0,0,0,0.1);
}
.btn svg {
width: 20px;
height: 20px;
margin-right: 8px;
flex-shrink: 0;
}
.btn-download {
background-color: var(--primary-color);
color: white;
}
.btn-download:hover {
background-color: var(--primary-hover);
}
.btn-github {
background-color: var(--github-color);
color: white;
}
.btn-github:hover {
background-color: var(--github-hover);
}
.section-title {
color: var(--primary-color);
border-bottom: 3px solid var(--accent-bg);
padding-bottom: 10px;
margin-bottom: 25px;
margin-top: clamp(20px, 5vw, 40px);
font-size: clamp(1.3rem, 4vw, 1.75rem);
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
gap: clamp(15px, 3vw, 20px);
margin-bottom: 30px;
}
.feature-item {
background-color: #fafafa;
padding: clamp(16px, 3vw, 20px);
border-radius: 10px;
border-left: 5px solid var(--primary-color);
transition: transform 0.2s, box-shadow 0.2s;
}
.feature-item:hover {
transform: translateY(-3px);
box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.feature-item h3 {
margin-top: 0;
margin-bottom: 12px;
color: var(--text-main);
font-size: clamp(1rem, 3vw, 1.15rem);
word-wrap: break-word;
}
.feature-item ul {
margin: 10px 0 0 0;
padding-left: clamp(16px, 4vw, 20px);
color: var(--text-secondary);
}
.feature-item li {
margin-bottom: 8px;
font-size: clamp(0.875rem, 2vw, 0.95rem);
line-height: 1.5;
}
.info-box,
.warning-box {
padding: clamp(16px, 3vw, 20px);
border-radius: 8px;
margin-bottom: 20px;
line-height: 1.6;
}
.info-box {
background-color: #e3f2fd;
border: 1px solid #bbdefb;
color: #0d47a1;
}
.warning-box {
background-color: #fff3cd;
border: 1px solid #ffeeba;
color: #856404;
}
.info-box ul,
.warning-box ul {
margin: 10px 0 0 0;
padding-left: clamp(16px, 4vw, 20px);
}
.info-box li,
.warning-box li {
margin-bottom: 8px;
font-size: clamp(0.875rem, 2vw, 0.95rem);
}
footer {
background-color: #f9f9f9;
padding: clamp(16px, 3vw, 20px);
text-align: center;
font-size: clamp(0.8rem, 2vw, 0.9rem);
color: var(--text-secondary);
border-top: 1px solid #eee;
}
code {
background-color: #eee;
padding: 2px 6px;
border-radius: 4px;
font-family: 'Courier New', Courier, monospace;
font-size: 0.9em;
word-break: break-all;
}
/* Responsive Breakpoints */
@media (max-width: 768px) {
body {
padding: 0;
}
.container {
border-radius: 0;
}
.features-grid {
grid-template-columns: 1fr;
}
.actions {
flex-direction: column;
align-items: stretch;
}
.btn {
width: 100%;
}
.feature-item ul ul {
padding-left: 16px;
font-size: 0.85rem;
}
}
@media (max-width: 480px) {
.header h1 {
font-size: 1.5rem;
}
.content {
padding: 16px;
}
code {
font-size: 0.75em;
}
}
/* High DPI / Retina displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.btn {
box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
}
/* Print styles */
@media print {
body {
background: white;
}
.actions {
display: none;
}
.feature-item {
page-break-inside: avoid;
}
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #121212;
--card-bg: #1e1e1e;
--text-main: #e0e0e0;
--text-secondary: #b0b0b0;
--accent-bg: #2e7d32;
}
.feature-item {
background-color: #2a2a2a;
}
.info-box {
background-color: #1a2332;
border-color: #2d3e50;
color: #64b5f6;
}
.warning-box {
background-color: #332a1a;
border-color: #4d3d20;
color: #ffb74d;
}
footer {
background-color: #1a1a1a;
border-top-color: #333;
}
code {
background-color: #333;
color: #e0e0e0;
}
}
/* Accessibility: Reduced motion */
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
/* Focus visible for keyboard navigation */
*:focus-visible {
outline: 3px solid var(--primary-color);
outline-offset: 2px;
}
</style>
</head>
<body>
<div class="container">
<header class="header">
<h1>SMS/TEL Forwarder Neo</h1>
<p>Version: Barracuda (v4)</p>
</header>
<main class="content">
<div class="actions">
<a href="https://github.com/meuse24/forwarderA1/releases/download/v4/app-release.apk" class="btn btn-download" target="_blank" rel="noopener noreferrer" aria-label="APK herunterladen">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z" />
</svg>
APK Herunterladen
</a>
<a href="https://github.com/meuse24/forwarderA1" class="btn btn-github" target="_blank" rel="noopener noreferrer" aria-label="GitHub Repository öffnen">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M12,2A10,10 0 0,0 2,12C2,16.42 4.87,20.17 8.84,21.5C9.34,21.58 9.5,21.27 9.5,21C9.5,20.77 9.5,20.14 9.5,19.31C6.73,19.91 6.14,17.97 6.14,17.97C5.68,16.81 5.03,16.5 5.03,16.5C4.12,15.88 5.1,15.9 5.1,15.9C6.1,15.97 6.63,16.93 6.63,16.93C7.5,18.45 8.97,18 9.54,17.76C9.63,17.11 9.89,16.67 10.17,16.42C7.95,16.17 5.62,15.31 5.62,11.5C5.62,10.39 6,9.5 6.65,8.79C6.55,8.54 6.2,7.5 6.75,6.15C6.75,6.15 7.59,5.88 9.5,7.17C10.29,6.95 11.15,6.84 12,6.84C12.85,6.84 13.71,6.95 14.5,7.17C16.41,5.88 17.25,6.15 17.25,6.15C17.8,7.5 17.45,8.54 17.35,8.79C18,9.5 18.38,10.39 18.38,11.5C18.38,15.32 16.04,16.16 13.81,16.41C14.17,16.72 14.5,17.33 14.5,18.26C14.5,19.6 14.5,20.68 14.5,21C14.5,21.27 14.66,21.59 15.17,21.5C19.14,20.16 22,16.42 22,12A10,10 0 0,0 12,2Z" />
</svg>
GitHub Repository
</a>
</div>
<p class="intro">
Diese App ermöglicht die zuverlässige Weiterleitung von SMS und Anrufen an andere Telefonnummern oder E-Mail-Adressen.
Ideal für "stationäre Smartphones" oder temporäre Erreichbarkeit unter anderer Nummer.
</p>
<h2 class="section-title">Features</h2>
<div class="features-grid">
<article class="feature-item">
<h3>📞 Anrufweiterleitung</h3>
<ul>
<li><strong>Anpassbare MMI-Codes:</strong> Wählbar zwischen BMI/A1-Codes (Standard) und Generic-Codes
<ul style="margin-top: 8px; font-size: 0.95em;">
<li>BMI/A1 Österreich (Standard): <code>*21*Nummer**</code> (Aktivieren), <code>*021**</code> (Status), <code>**21**</code> (Deaktivieren)</li>
<li>Generic Standard: <code>*21*Nummer#</code> (Aktivieren), <code>*#21#</code> (Status), <code>##21#</code> (Deaktivieren)</li>
</ul>
</li>
<li><strong>Carrier-native Weiterleitung:</strong> Nutzt die Rufumleitung des Mobilfunkanbieters</li>
<li><strong>Statusabfrage:</strong> Echtzeit-Überprüfung aktiver Weiterleitungen</li>
<li><strong>Reset-Funktion:</strong> Ein-Klick-Deaktivierung aller Weiterleitungen</li>
<li><strong>Internationale Vorwahl:</strong> Konfigurierbare Dial-Präfixe (Standard: "00" für Österreich)</li>
<li><strong>Benutzerführung:</strong> 4-Sekunden-Warnung vor jedem MMI-Code-Wählvorgang mit klaren Anweisungen</li>
</ul>
</article>
<article class="feature-item">
<h3>💬 SMS-Weiterleitung</h3>
<ul>
<li><strong>Automatische Weiterleitung:</strong> Empfangene SMS werden sofort weitergeleitet</li>
<li><strong>Multi-Part SMS Support:</strong> Intelligente Rekonstruktion langer Nachrichten (>160 Zeichen)</li>
<li><strong>Parallele Zustellung:</strong> SMS + E-Mail gleichzeitig (optional)</li>
<li><strong>Loop-Detection:</strong> Verhindert Weiterleitungsschleifen</li>
<li><strong>Foreground Service:</strong> Zuverlässige Hintergrundverarbeitung mit WakeLock</li>
<li><strong>Test-SMS Funktion:</strong> Einfaches Testen der Weiterleitung direkt in der App</li>
</ul>
</article>
<article class="feature-item">
<h3>📧 E-Mail Integration</h3>
<ul>
<li><strong>SMTP-Konfiguration:</strong> Unterstützung für alle SMTP-Server (Gmail, Outlook, etc.)</li>
<li><strong>Sichere Speicherung:</strong> Verschlüsselte Passwort-Speicherung (androidx.security.crypto)</li>
<li><strong>Parallele Zustellung:</strong> SMS per E-Mail + SMS gleichzeitig</li>
<li><strong>Detaillierte Logs:</strong> Nachvollziehbare Zustellberichte</li>
<li><strong>Test-Funktion:</strong> E-Mail-Konfiguration direkt testen</li>
</ul>
</article>
<article class="feature-item">
<h3>🎯 Benutzerfreundlichkeit</h3>
<ul>
<li><strong>Android Contact Picker:</strong> Einfache Kontaktauswahl aus dem Telefonbuch</li>
<li><strong>Material Design:</strong> Moderne UI mit Jetpack Compose</li>
<li><strong>Kontakt-Karte:</strong> Übersichtliche Anzeige mit Name, Nummer und Typ</li>
<li><strong>Ein-Klick-Aktionen:</strong> Schneller Zugriff auf alle Funktionen</li>
<li><strong>Status-Indikatoren:</strong> Klare Anzeige des Weiterleitungsstatus</li>
</ul>
</article>
<article class="feature-item">
<h3>🔒 Sicherheit & Datenschutz</h3>
<ul>
<li><strong>Verschlüsselte Präferenzen:</strong> Alle Einstellungen werden verschlüsselt gespeichert</li>
<li><strong>Keine Cloud-Synchronisation:</strong> Alle Daten bleiben lokal auf dem Gerät</li>
<li><strong>Open Source (MIT):</strong> Vollständig transparenter Quellcode auf GitHub</li>
<li><strong>Keine Tracking-Dienste:</strong> Keinerlei Datensammlung oder Analytics</li>
<li><strong>Minimale Berechtigungen:</strong> Nur notwendige Berechtigungen werden angefordert</li>
</ul>
</article>
<article class="feature-item">
<h3>📊 Logging & Debugging</h3>
<ul>
<li><strong>Timber + JSON Lines:</strong> Strukturiertes Logging im modernen Format</li>
<li><strong>Log-Rotation:</strong> Automatische Verwaltung alter Log-Dateien (5MB)</li>
<li><strong>CSV-Export:</strong> Logs können als CSV exportiert werden</li>
<li><strong>Filterbare Ansicht:</strong> Einfaches Durchsuchen der Logs</li>
<li><strong>Fehlerdiagnose:</strong> Hilfreiche Informationen bei Problemen</li>
</ul>
</article>
<article class="feature-item">
<h3>⚙️ Technische Highlights</h3>
<ul>
<li><strong>Clean Architecture:</strong> Klare Trennung von Data/Domain/Presentation</li>
<li><strong>Jetpack Compose:</strong> Moderne Android UI (100% Compose)</li>
<li><strong>Kotlin Coroutines:</strong> Asynchrone Verarbeitung ohne Blocking</li>
<li><strong>ViewModel Pattern:</strong> Zustandsverwaltung mit Factory Pattern</li>
<li><strong>SharedPreferences + Encryption:</strong> Sichere Datenspeicherung</li>
<li><strong>Android 10+ Support:</strong> Target SDK 35, Min SDK 29, Kotlin 2.1</li>
</ul>
</article>
<article class="feature-item">
<h3>🔧 SIM-Management</h3>
<ul>
<li><strong>Multi-SIM Support:</strong> Automatische Erkennung mehrerer SIM-Karten</li>
<li><strong>SIM-Auswahl:</strong> Wahl der SIM für ausgehende SMS</li>
<li><strong>SIM-Info-Anzeige:</strong> Carrier-Name, Nummer, Status</li>
<li><strong>Slot-Zuordnung:</strong> Klare Unterscheidung zwischen SIM 1 und SIM 2</li>
</ul>
</article>
</div>
<h2 class="section-title">Wichtige Hinweise & Best Practices</h2>
<div class="info-box" role="complementary">
<p><strong>Um eine reibungslose Funktionalität der App zu gewährleisten, beachten Sie bitte folgende Punkte:</strong></p>
<ul>
<li><strong>Berechtigungen:</strong> Stellen Sie sicher, dass alle angeforderten Berechtigungen (SMS, Kontakte, Telefonstatus) erteilt wurden.</li>
<li><strong>Batterieoptimierung:</strong> Deaktivieren Sie die Batterieoptimierung für diese App in den Android-Einstellungen, um eine zuverlässige Hintergrundverarbeitung zu gewährleisten.</li>
<li><strong>Hintergrunddienst:</strong> Die App läuft als Foreground-Dienst. Dies stellt sicher, dass SMS- und Anrufweiterleitungen auch bei geschlossener App zuverlässig funktionieren. Überprüfen Sie den Status in der Benachrichtigungsleiste.</li>
<li><strong>E-Mail-Konfiguration:</strong> Falls Sie die E-Mail-Weiterleitung nutzen möchten, konfigurieren Sie die SMTP-Einstellungen im "Mail"-Tab der App.</li>
<li><strong>Logs:</strong> Überprüfen Sie regelmäßig die Logs in der App, um den Status der Weiterleitungen zu überwachen und eventuelle Probleme zu identifizieren.</li>
</ul>
</div>
<div class="warning-box" role="alert">
<strong>Hinweis zur Installation:</strong>
Da diese App tiefgreifende Systemrechte (SMS/Anrufe) benötigt, ist sie nicht im Play Store verfügbar.
Bitte aktivieren Sie "Installation aus unbekannten Quellen" in Ihren Android-Einstellungen.
</div>
<div class="info-box">
<strong>Systemanforderungen:</strong>
Android 10.0 (API Level 29) oder höher. Getestet auf Android 16.
</div>
</main>
<footer>
<p>© 2026 Günther Meusburger. MIT License. Open Source Software.</p>
</footer>
</div>
</body>
</html>