Commit graph

89 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
ab2cfbe1e6 rename wizard -> assistant 2015-09-09 14:24:27 +02:00
Gautier Pelloux-Prayer
f43bed58e6 multi accounts in progress.. 2015-09-09 10:25:41 +02:00
Gautier Pelloux-Prayer
ad4feff82f clean up headers 2015-09-08 13:13:32 +02:00
Gautier Pelloux-Prayer
f26fc22ffc Merge remote-tracking branch 'public/master' into 3.0.x 2015-09-08 11:18:41 +02:00
Gautier Pelloux-Prayer
2030dbb15c Wizard: (typo) never use == for NSNumber comparaison, it will compare pointers and this is actually broken on iOS 8. Instead use isEqual method 2015-09-07 17:11:03 +02:00
Gautier Pelloux-Prayer
a76f80c7a0 Wizard: never use == for NSNumber comparaison, it will compare pointers and this is actually broken on iOS 8. Instead use isEqual method 2015-09-07 16:58:40 +02:00
Gautier Pelloux-Prayer
9395ea63c5 Wizard: display "Incorrect username or password" instead of "Forbidden" when failing to register 2015-09-04 14:39:13 +02:00
Gautier Pelloux-Prayer
5dfc4d2d13 LinphoneUITester: add some call tests and fix crash when entering invalid caracters in address field 2015-08-25 14:34:11 +02:00
Gautier Pelloux-Prayer
5d9004e18a wizard 2015-08-03 15:25:43 +02:00
Gautier Pelloux-Prayer
84725c7ac6 wizard 2015-08-03 15:00:35 +02:00
Gautier Pelloux-Prayer
1e8f0d9de2 wizard 2015-08-03 12:08:31 +02:00
Gautier Pelloux-Prayer
4cfbab8019 Merge remote-tracking branch 'public/master' into 3.0.x 2015-07-31 16:50:27 +02:00
Gautier Pelloux-Prayer
fa852e1872 release: version 3.8.5 build 2.3 2015-07-31 14:25:17 +02:00
Gautier Pelloux-Prayer
5be47874d5 continue headers 2015-07-23 14:35:04 +02:00
Gautier Pelloux-Prayer
a764686db3 Wizard: add TPKeyboardAvoiding framework and use it to remove frame resizing code 2015-07-16 15:34:35 +02:00
Gautier Pelloux-Prayer
540a47a53a clangformat: reformat all code style convention defined in .clang-format 2015-07-09 11:50:14 +02:00
Gautier Pelloux-Prayer
1689b30026 LinphoneUITester: fix broken UI tests and reorder tests in execution order (eg alphabetical) 2015-07-07 14:08:00 +02:00
Guillaume BIENKOWSKI
b6d8afe22e Migrate to ARC \o/ 2015-06-02 11:54:48 +02:00
Gautier Pelloux-Prayer
79a297d1a9 InAppProductsManager: add some comments and add account activation feature 2015-05-29 10:41:50 +02:00
Gautier Pelloux-Prayer
993e062ccf InApp: handle error cases and standardize notifications name 2015-05-19 12:04:55 +02:00
Gautier Pelloux-Prayer
36367c9083 Wizard: add UITextField+DoneButton useful for phonepad keyboard on iPhone 2015-05-04 17:58:37 +02:00
Gautier Pelloux-Prayer
0a873c3a87 inapp: disable on master and do not call any code in this case 2015-04-30 17:33:33 +02:00
Gautier Pelloux-Prayer
3b8ddd28a1 Merge branch 'dev_inapp_purchase'
Conflicts:
	.tx/config
	Classes/Base.lproj/WizardViews.xib
	Classes/Utils/Utils.h
	Classes/Utils/Utils.m
	Classes/WizardViewController.h
	Classes/WizardViewController.m
	Resources/linphonerc-factory
	Resources/linphonerc-factory~ipad
2015-04-30 17:01:51 +02:00
Gautier Pelloux-Prayer
f8bb3c1595 Wizard: use lpConfigBoolForKey instead of lbConfigStringForKey 2015-04-30 16:12:38 +02:00
Gautier Pelloux-Prayer
ab50ed8cfe WizardView: add possibliity to use phone number instead of SIP address 2015-04-30 11:25:02 +02:00
Gautier Pelloux-Prayer
298ba8f467 Inapp: can now create account 2015-04-29 15:47:59 +02:00
Gautier Pelloux-Prayer
7fc3fdffbe WizardViewController.m: avoid hanging for 10 secs when clicking any button on iPad due to video preview reset (#1930) 2015-04-29 11:36:10 +02:00
Gautier Pelloux-Prayer
056b8afaae InApp: use separate method for create account (wip) 2015-04-29 11:35:43 +02:00
Gautier Pelloux-Prayer
5559ce572d WizardViewController.m: avoid hanging for 10 secs when clicking any button on iPad due to video preview reset (#1930) 2015-04-28 11:17:48 +02:00
Gautier Pelloux-Prayer
3e275a95b1 inapp: plug it in wizard and do not query server more than necessary 2015-04-27 15:57:41 +02:00
Gautier Pelloux-Prayer
c13e063f3a continue 2015-04-21 16:22:06 +02:00
Gautier Pelloux-Prayer
93e79ce231 continue 2015-04-17 16:16:39 +02:00
Gautier Pelloux-Prayer
aefc92a0dd logging: everyone use LOGx functions to log 2015-04-17 11:33:29 +02:00
Guillaume BIENKOWSKI
0fa635dc68 Allow to clear the proxy config with a button in the settings. 2015-02-20 11:27:53 +01:00
Guillaume BIENKOWSKI
8d69560475 Prevent the wizard from freezing when an invalid username/domain is entered in External account 2015-01-16 17:58:42 +01:00
Gautier Pelloux-Prayer
3c89a40bbc Do not be stuck in wizard in case of no connectivity when trying to login. Instead, display a popup "continue without internet vs wait here" 2015-01-05 12:51:36 +01:00
Guillaume BIENKOWSKI
403e48ee00 Fix a bug in the wizard which was leading to create 2 proxy configs. We had a double touch event... 2014-12-17 15:37:35 +01:00
Guillaume BIENKOWSKI
21c69fe477 Add a way to specify transport for external sip servers 2014-12-17 12:48:48 +01:00
Guillaume BIENKOWSKI
cb95b395af Fix push notification token handling: we systematically added it even though sometimes it wasn't needed/wanted 2014-12-08 12:32:44 +01:00
Guillaume BIENKOWSKI
8c03c66710 Fix some 64 bit precision warnings 2014-11-25 17:22:43 +01:00
Guillaume BIENKOWSKI
8595c6a6fa Specify if the background is dark through the UICompositeDescription 2014-10-01 14:29:00 +02:00
Guillaume BIENKOWSKI
5574cedaea Fix landscape start discrepancies on iPad for iOS8. 2014-09-30 15:57:39 +02:00
Guillaume BIENKOWSKI
5bfb19b544 Show error alert when register fails 2014-05-23 16:57:15 +02:00
Guillaume BIENKOWSKI
c7cab403e3 Use the remote provisioning path for the wizard, even for 'local' provisioning.
This makes the values modified in the wizard_* files applied.
2014-04-07 14:48:15 +02:00
Guillaume BIENKOWSKI
b79e7ab2aa Use the wizard rc files correctly for each use case. 2014-04-03 13:56:43 +02:00
Guillaume BIENKOWSKI
f5d03d7af0 Reworked the wizard views to handle remote provisioning more correctly: we now have a specialized view for it 2014-04-02 16:58:13 +02:00
Guillaume BIENKOWSKI
d1cb692efa Progress commit: switching to multitransport 2014-03-25 09:03:56 +01:00
Guillaume BIENKOWSKI
a23db83456 Progress commit 2014-03-21 11:18:55 +01:00
Guillaume BIENKOWSKI
912ca99436 First functional version of remote provisioning 2014-03-18 14:20:03 +01:00
Guillaume BIENKOWSKI
effd29dff4 Make sure the username is lowercase when register is issued. 2013-11-19 15:12:32 +01:00