- 14 Oct, 2015 1 commit
-
-
Guillaume Roguez authored
add ar, es, lt, ru, uk update de, fr Change-Id: Ie2a1fc24a567f2afa248a39e392e0da95d65b91f
-
- 30 Sep, 2015 2 commits
-
-
Alexandre Lision authored
- use new button theme for call controls buttons. - add an icon for recording - gide buttons when available instead of disabling them Issue: #79400 Change-Id: I712467b8f7b7fe16317f4283ae9d4f91bc8b9203
-
Alexandre Lision authored
fit with wireframes. Blue circles and white icons. Add this changes in the Person View Controller as well. Issue: #79400 Change-Id: I82fd0189da0ead41e87de91d4a8123a968d79fea
-
- 28 Sep, 2015 1 commit
-
-
Alexandre Lision authored
- new: de - updated: fr Change-Id: I3b2ce664cf3c0f1dbe42bc6647451d773ebb69c3
-
- 24 Sep, 2015 1 commit
-
-
Alexandre Lision authored
French is more verbose than English. This implies refactoring some UIs to ease constraints on text widths and adjust some strings. Issue: #80347 Change-Id: I50c419416ab7e2263487679746d2bcba7ed35ac7
-
- 23 Sep, 2015 1 commit
-
-
Alexandre Lision authored
PreferencesScreen.xib -> PreferencesWindow.xib ID has been changed in transifex config file, and on the web platform. Issue: #80347 Change-Id: I4e1e17672064e91f03276eb974b1d7448ee0e9a3
-
- 22 Sep, 2015 1 commit
-
-
Alexandre Lision authored
- use a different window to display preferences. This allows proper window resizing when switching between panels. - remove the Setting button from the main interface (and the toolbar). Issue: #80238 Change-Id: I220bfb3e92cdd426c721b3b5b1b44014a399fb48
-
- 21 Sep, 2015 2 commits
-
-
Alexandre Lision authored
This commit overide style for tree items rendering, to fit with wireframes. It adds a new Highlight shadow, new item separator, new Selected style. Items can also have an array of "contextual views" that will be rendered only on mouse hovers events. It also introduce support for Ring official colors. Issue: #79400, #79398 Change-Id: I8d227955f9afe25240b1ece991c57a3cbf996474
-
Alexandre Lision authored
Major rewrite of the main left panel UI - remove the ongoing calls treeview - default to smartview treeview - remove call field from toolbar and display it on top of left panel - add access to alphabetical contacts treeview - add access to history Issue: #79398 Change-Id: Iac36b6f4ace30cdb70c4dcf619d64cd91b84c95c
-
- 17 Sep, 2015 1 commit
-
-
Alexandre Lision authored
Issue: #80347 Change-Id: I27eaa422d6274eac8615c7527541f3ceee3dc42b
-
- 16 Sep, 2015 1 commit
-
-
Alexandre Lision authored
This commit adds internationalization support We interface with Transifex as our web translation platform. Two new scripts: - generate-strings.sh: generates source files in English. We need one source file by UI file (Apple's law) + one Localizable.strings for strings in code. - update-translations.sh: pulls translations completes at 75% at least from transifex, and cleanup the files (UTF-16LE to UTF-8 encoding, and remove first line with corrupted char) Issue: #80347 Change-Id: Iefd297e424aaacefe6e867192e10dabd21bfb8d2
-
- 02 Sep, 2015 2 commits
-
-
Alexandre Lision authored
improve display of the ring id and add welcome message (same as website) Issue: #79399 Change-Id: Id5864c678a6b3c07ba7ffc23ac80e78a41eadf9b
-
Alexandre Lision authored
When first opening Ring, let the user choose its own certificate/pvk file if he wants to for its ring account. Issue: #79099 Change-Id: Ic4b23c3b5bc8553eb841663aa15757cb884cdf65
-
- 17 Aug, 2015 1 commit
-
-
Alexandre Lision authored
Issue: #79052 Change-Id: I9d306cc1a321c0d6bf11968bf376f0b37f104834
-
- 11 Aug, 2015 1 commit
-
-
Alexandre Lision authored
This commit adds a hide timeout on call controls when mouse is not moving. This leaves a clean view to display the call. Issue: #78354 Change-Id: I58e7cb14beec89fd9be68ce144057d8f476a8d98
-
- 10 Aug, 2015 2 commits
-
-
Alexandre Lision authored
This adds turn server/username/password/realm for account configuration (advanced panel) Issue: #78299 Change-Id: I75edbe65fc383678836224e68ca8cc09f27ad750
-
Alexandre Lision authored
The ring ID label behind was receiving click events instead of the chat field. This fix moves the ring ID label to prevent interference with on-top ui, and gives focus to the chat field automatically when uncollapsing the chat view. Issue: #78879 Change-Id: Ib46dd3054978f295d8b63c8f28a056533e027145
-
- 04 Aug, 2015 2 commits
-
-
Alexandre Lision authored
Add ability to create a new contact with an unknow uri, or link it to an existing contact. This is presented in a popover, either from an history entry, or during a call with an unknown URI. Issue: #78236 Change-Id: I22fa416b9f5c7a6eceb6f2ea47bb30aa251cda54
-
Alexandre Lision authored
This reproduce the behavior of Gnome and Windows clients Issue: #78363 Change-Id: I1f6e9fc216e81907c41caff61d7e8fe1b2d8e277
-
- 29 Jul, 2015 1 commit
-
-
Alexandre Lision authored
This commit adds the three options for dht calls. If "Allow Unknown" is checked then Allow Contacts and History are greyed out, since their value won't be used anyway. I've simplified a bit the loadAccount method in AccRingVC.mm Issue: #78241 Change-Id: Ie95b54d11bb979bb369db2344158f37a3320ec88
-
- 16 Jul, 2015 1 commit
-
-
Alexandre Lision authored
This allows user to adjust its bitrate. Refs #77700 Change-Id: I1b59f9ab1bf0c40783a5786ca15869ed13d46383
-
- 03 Jul, 2015 1 commit
-
-
Alexandre Lision authored
Refs #76906 Change-Id: I33c04ff0b5a003a0471ab2dbc806765d067134aa
-
- 30 Jun, 2015 1 commit
-
-
Alexandre Lision authored
This commits brings optionnal linking against Sparkle framework. This framework is used to autoupdate apps not present in the Mac app store Refs #75349 Change-Id: I82b14757c106f1282d91e631927057d00989feb7
-
- 17 Jun, 2015 1 commit
-
-
Alexandre Lision authored
This commit adds an animated circular progress view when the state is in Initialization or Connected states. We also use LRC's HumanStateName instead of hardcoding call state in the client Refs #75634 Change-Id: I574838d624ba9705011c463ccabc5c78857193b4
-
- 15 Jun, 2015 1 commit
-
-
Alexandre Lision authored
update icons for style homogeneity with the new icons for muting Refs #75159 Change-Id: Idb946dcc987c08a529cc31a1157d7e6cc339577e
-
- 09 Jun, 2015 1 commit
-
-
Alexandre Lision authored
This commit adds a collapsible right panel for incall chatting Refs #74037 Change-Id: I82c53174c1dbdeb1cfdb4ab8a773256aa182b70c
-
- 27 May, 2015 1 commit
-
-
Alexandre Lision authored
Refs #73111 Change-Id: I5a6d2e8b911b154100e204a6c60696b8ea5c6c31
-
- 25 May, 2015 1 commit
-
-
Alexandre Lision authored
This commits adds ability to enable TLS and SRTP in SIP accounts preferences. Refs #73027 Change-Id: Idad3d1cd3c325fa370855af79b50b2da19a87832
-
- 23 Apr, 2015 1 commit
-
-
Alexandre Lision authored
- adapt file names to match our convention - sort code in subgroups (no more Sources and Headers groups) Refs #71037 Change-Id: I585b85b9ba8f86407efc9127f29010117b5ee674
-
- 14 Apr, 2015 2 commits
-
-
Alexandre Lision authored
This commits introduces integration with user's contacts Only reachable contacts are displayed, based on accounts available. No edition is provided within Ring. Change-Id: I8d897802b086eccc42446d58f3efa83cb953e14b
-
Alexandre Lision authored
- fullscreen - drag and drop of video files - switch cameras Refs #67611 Change-Id: I7c6ec7662d7064675a87054d1cf450e2ff3fa2b6
-
- 30 Mar, 2015 1 commit
-
-
Alexandre Lision authored
Create src/ and ui/ sub-folders instead of flat structure Remove cantarell folder and licence duplicate Refs #69161 Change-Id: Ifa136b0e26533f4e9d178479fc958a2563917894
-