- Oct 03, 2017
-
-
this patch update contributors list and adds more informations in licence details view Change-Id: Ib1f532a73b9502bb8fe116821a3012c3f14f192f
-
Adrien Béraud authored
Update for new daemon dependencies: * add secp256k1 * remove boost, cryptopp Change-Id: I5c78711624d0c6f3cfeb93190a6be3cb6b73b68c
-
This patch refresh copyrights to 2017, add a reformatting code coming from android studio, and the removal of a unused class. Change-Id: If1bc42c79d710d74647ff94010c5cad2197ef770
-
- Sep 29, 2017
-
-
Adrien Béraud authored
fix for leak in account wizard: E/WindowManager: android.view.WindowLeaked: Activity cx.ring.account.AccountWizard has leaked window (...) that was originally added here at android.view.ViewRootImpl.<init>(ViewRootImpl.java:363) at android.app.AlertDialog$Builder.show(AlertDialog.java:987) at cx.ring.account.AccountWizard$9.run(AccountWizard.java:293) at android.os.Handler.handleCallback(Handler.java:739) Change-Id: I857966cb23fb6df23fd1f3750607397de68637b0
-
- Sep 28, 2017
-
-
Loïc Siret authored
As discuss with designer, we replace the lens ico on the search to a add people ico, more representative as the function behind the orb Change-Id: I16e8426b24d167337db3bdcfc45ed77cd1af98ba
-
Loïc Siret authored
This patch adds a background on main screen. It is in onResume to deal with animation onEntrance. Change-Id: I665317a131dd351be8c587f46dbcdeec4e757a6c
-
Loïc Siret authored
this patch removed the default dim effect on on selected rows. It will allows us to put a beautifull background. Change-Id: I98980d9d170b71286f4bd3f0515562c042bc7717
-
- Sep 25, 2017
-
-
Jenkins authored
Change-Id: I767d5d46b9bb83a2c83f689849c7eb5230a6be07
-
- Sep 22, 2017
-
-
Adrien Béraud authored
Change-Id: Ie6d7a0b03b71a7530a04e3880e38dd6156a0a943
-
* use "singleLine" to properly show the "done" button * add handler to add account when "done" is pressed Change-Id: I85606ba15c68dea763411269568c14c68c7e17b0
-
Change-Id: I14d0b9447701c3d9e3491eba94ada63be8e3acaf
-
The error message would be "not matching" while the actual error is "6 characters minimum". Change-Id: Ifddbaec8a5ebf6abb379d3bd9b795cd89c18124a
-
- Sep 21, 2017
-
-
Adrien Béraud authored
Change-Id: I6ecfeff79957fdcd17bcf2ce0c53cb0b4ac15fcd
-
Change-Id: Ia4e71290b97e6efb3c08f41badebf909d83ac845
-
Fix a reproducible NPE when creating a new account from the dialog when a profile name can be retreived from the system. Change-Id: Ib520c99b967c287e177463b2895bacda0e921ec9
-
Before the account list is loaded from the daemon, the list returned by getAccounts() could be null, which causes many crashes. Prevent this by initializing the account list to an empty list. Also clarify that refreshAccountsCacheFromDaemon replaces the list with a new instance. Add an atomic flag to know when the account list is loading. Change-Id: I59046b9a530315923c6c6a8d29e8581708d02251
-
- Sep 19, 2017
-
-
Jenkins authored
Change-Id: Ic92dcdb79f441c11987c25df503298a38691dd18
-
- Sep 15, 2017
-
-
Adrien Béraud authored
* Use account export text instead of import * Use device icon instead of contact icon Change-Id: I78de7b53a3bc642a0945dd8fd39cfd6073f80487
-
- Sep 14, 2017
-
-
Loïc Siret authored
Adds the ability to export and generate a pin for active account. Change-Id: I77a9de63ae48de7988d78a836c0b31e1b1a17c91
-
- Sep 12, 2017
-
-
Hadrien De Sousa authored
Change-Id: Ie796d9e192d5fa2eeaf0aba3268028ff04237c42
-
Hadrien De Sousa authored
Change-Id: Ic50abbdb94a5b7942b3a58c7954d475eecc8888c
-
- Sep 11, 2017
-
-
Jenkins authored
Change-Id: I57b9c7ac935d50c23edb9ec442ea954038533ad8
-
- Sep 08, 2017
-
-
Loïc Siret authored
Change-Id: I39cacf712330c3b34c23ea7e67af70c54614166f
-
Hadrien De Sousa authored
Change-Id: I158b48e3667f617bfc8afc71d274353c6bbe1ed6
-
Hadrien De Sousa authored
Change-Id: I142adf8f8ec25259ac3286b15c20bd66d075c6a8
-
Hadrien De Sousa authored
This commit removes the presenter injection module as we inject the presenters by annotated constructors Change-Id: I1c112ed852119482685369cb8d6a3a2544a89245
-
Hadrien De Sousa authored
The launchActivity should only listened to account_changed event because the daemon works that way and if we try to load the accounts manually we got an empty list even if there is actual accounts in the daemon Change-Id: Ic16ad44e6da53b92b1be0ae0e3953161c87209c8
-
- Sep 07, 2017
-
-
Loïc Siret authored
Fix a concurent thread issue by executing saveprofile in the uithread Change-Id: I65e4a0f90bebd721cf0591c2f480fa8309df220e
-
- Sep 06, 2017
-
-
Loïc Siret authored
Prior this patch a click on next on the keyboard set the focus on "link this device" button. It seems that they are issues with action with the flag focusable false. To solve this, we removed focusable false action from the action list, and put indication for the user in the left description panel. Change-Id: I7de1c1c5581ebc4b5a7d42c75bfd4d9b88944419
-
Loïc Siret authored
This patches remove duplicate information on cards. if the title and description are the same, we display one one line card. Change-Id: I5794710a34010275edb25c053d8a3595dc1993b4
-
Loïc Siret authored
Change-Id: I669b1af7e0481630becf0b2a424bc5aec36ba9c7
-
Hadrien De Sousa authored
Add a setCurrentAccount after as successful link process so the contacts are now correctly displayed in the smartlist Change-Id: Id366a0c3cd2c39efb324a78ce0505873d6c67047
-
- Sep 05, 2017
-
-
Hadrien De Sousa authored
Add the account changed event only if there is no account Change-Id: I971cf3df4f1911523a1e7e74b8e23555458392e6
-
- Sep 01, 2017
-
-
Loïc Siret authored
This patch finishes the search activity after a startcall. That prevents that the user go back to the search activity after his call is completed. Change-Id: I203de6da25905780fef77c9dddf1832e1173ab9c
-
- Aug 31, 2017
-
-
Jenkins authored
Change-Id: If9a97b56172dd6ec49d3d6893092b2826ae5db98
-
Loïc Siret authored
Change-Id: I7b1cfa3bdf57ca4e11e7db69b2c3843f18dbde2a
-
Loïc Siret authored
The app should accept non touchscreen device. Change-Id: Id35071cda5ca73e115da2d4c384dd215986fd560
-
Loïc Siret authored
This patchs correct the link account broken with the usage of the viewmodel, seems a rebase removed the set of the boolean isLink. Change-Id: I41c6f1df32809ef6328d5ef7abd51040df6cb81a
-
Remove the hardcoded password for androidTV account, since the daemon now support empty string to avoid encryption. This patch needs a version of the daemon who supports no password encryption. Change-Id: I1a5acda1988d708ffb212b242ebb31a876fb3ac8
-
This patch replace the now invalid email address mobile@lists.savoirfairelinux.net to ring dev address. Change-Id: Id3be704b8fdcf2879f338372de256f49c58a7fb3 Tuleap: #1652
-