Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0da5e27830 | |||
7e438f3ee7 | |||
df8cd1ea54 |
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 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
|
@ -1,5 +0,0 @@
|
||||
# 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 'Page of telephone accounts':
|
||||
case 'Sim settings':
|
||||
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 'Choisir la SIM':
|
||||
case 'Chose SIM card':
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (context) => const ChooseSimPage()),
|
||||
);
|
||||
break;
|
||||
case 'Paramètre SIM':
|
||||
case 'SIM card parameters':
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (context) => const SimParametersPage()),
|
||||
@ -27,14 +27,14 @@ class SettingsAccountsPage extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final accountOptions = [
|
||||
'Choisir la SIM',
|
||||
'Paramètre SIM',
|
||||
'Chose SIM card',
|
||||
'SIM card parameters',
|
||||
];
|
||||
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.black,
|
||||
appBar: AppBar(
|
||||
title: const Text('Page des comptes téléphoniques'),
|
||||
title: const Text('Sim settings'),
|
||||
),
|
||||
body: ListView.builder(
|
||||
itemCount: accountOptions.length,
|
||||
|
@ -46,19 +46,6 @@ paginate: true
|
||||
|
||||
---
|
||||
|
||||
## **EIP Icing**
|
||||
|
||||
### =
|
||||
|
||||
### **Icing protocol**
|
||||
|
||||
**+**
|
||||
|
||||
### **Implémentation client téléphonique**
|
||||
### *(Dialer)*
|
||||
|
||||
---
|
||||
|
||||
## Un client téléphonique comme un autre
|
||||
|
||||
---
|
||||
@ -84,6 +71,18 @@ 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