Compare commits
26 Commits
Author | SHA1 | Date | |
---|---|---|---|
367eab77e4 | |||
8f298bf57c | |||
312b832932 | |||
9fa8a83dba | |||
d86bba95a5 | |||
f3416a6d80 | |||
bac9c951fe | |||
c21cfda2c0 | |||
014d53652e | |||
5bec26593a | |||
4b047f2725 | |||
33f9f44fbf | |||
23d4ad4d61 | |||
dd4384747b | |||
148a1727d1 | |||
3a8885e6bf | |||
5e10f308a6 | |||
eff830f1db | |||
bbe01a2d68 | |||
c97ba9c307 | |||
981f876f45 | |||
2a8ef7eb5d | |||
940aa9c8ff | |||
1be0dffa3a | |||
344cd43ad1 | |||
f4f4533179 |
13
README.md
13
README.md
@ -1,13 +0,0 @@
|
||||
# Icing
|
||||
|
||||
An Epitech Innovation Project
|
||||
|
||||
*By*
|
||||
**Bartosz Michalak - Alexis Danlos - Florian Griffon - Ange Duhayon - Stéphane Corbière**
|
||||
|
||||
---
|
||||
|
||||
The **docs** folder contains documentation about:
|
||||
- The project
|
||||
- A user manual
|
||||
- Our automations
|
5
dialer/README.md
Normal file
5
dialer/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# ICING Dialer
|
||||
|
||||
Project aiming to <i>ice</i> your **non-internet** phone calls, thanks to a custom and super-cryptographic dialer app.
|
||||
|
||||
Like & Follow !
|
@ -17,7 +17,7 @@ class SettingsPage extends StatelessWidget {
|
||||
MaterialPageRoute(builder: (context) => const SettingsCallPage()),
|
||||
);
|
||||
break;
|
||||
case 'Sim settings':
|
||||
case 'Page of telephone accounts':
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (context) => const SettingsAccountsPage()),
|
||||
@ -54,7 +54,7 @@ class SettingsPage extends StatelessWidget {
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.black,
|
||||
appBar: AppBar(
|
||||
title: const Text('Settings'),
|
||||
title: const Text('settings'),
|
||||
),
|
||||
body: ListView.builder(
|
||||
itemCount: settingsOptions.length,
|
||||
|
@ -7,13 +7,13 @@ class SettingsAccountsPage extends StatelessWidget {
|
||||
|
||||
void _navigateToAccountOption(BuildContext context, String option) {
|
||||
switch (option) {
|
||||
case 'Chose SIM card':
|
||||
case 'Choisir la SIM':
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (context) => const ChooseSimPage()),
|
||||
);
|
||||
break;
|
||||
case 'SIM card parameters':
|
||||
case 'Paramètre SIM':
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (context) => const SimParametersPage()),
|
||||
@ -27,14 +27,14 @@ class SettingsAccountsPage extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final accountOptions = [
|
||||
'Chose SIM card',
|
||||
'SIM card parameters',
|
||||
'Choisir la SIM',
|
||||
'Paramètre SIM',
|
||||
];
|
||||
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.black,
|
||||
appBar: AppBar(
|
||||
title: const Text('Sim settings'),
|
||||
title: const Text('Page des comptes téléphoniques'),
|
||||
),
|
||||
body: ListView.builder(
|
||||
itemCount: accountOptions.length,
|
||||
|
@ -46,6 +46,19 @@ paginate: true
|
||||
|
||||
---
|
||||
|
||||
## **EIP Icing**
|
||||
|
||||
### =
|
||||
|
||||
### **Icing protocol**
|
||||
|
||||
**+**
|
||||
|
||||
### **Implémentation client téléphonique**
|
||||
### *(Dialer)*
|
||||
|
||||
---
|
||||
|
||||
## Un client téléphonique comme un autre
|
||||
|
||||
---
|
||||
@ -71,18 +84,6 @@ paginate: true
|
||||
|
||||
---
|
||||
|
||||
## **Icing Dialer**
|
||||
|
||||
### =
|
||||
|
||||
### **Icing protocol**
|
||||
|
||||
**+**
|
||||
|
||||
### **Dialer**
|
||||
|
||||
---
|
||||
|
||||
## Icing est un **outil**, pas un produit
|
||||
|
||||
---
|
||||
|
BIN
docs/Pitch.pdf
BIN
docs/Pitch.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user