Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
3739305f
Commit
3739305f
authored
9 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
api: update account registration state strings
Issue: #78221 Change-Id: Ifbfc8dd1a462e2ed0ca76fc0ca229333fc2624cc
parent
8ffef7b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ring-android/app/src/main/java/cx/ring/model/account/AccountDetailVolatile.java
+6
-6
6 additions, 6 deletions
...ain/java/cx/ring/model/account/AccountDetailVolatile.java
with
6 additions
and
6 deletions
ring-android/app/src/main/java/cx/ring/model/account/AccountDetailVolatile.java
+
6
−
6
View file @
3739305f
...
...
@@ -41,13 +41,13 @@ public class AccountDetailVolatile implements AccountDetail {
public
static
final
String
STATE_TRYING
=
"TRYING"
;
public
static
final
String
STATE_ERROR
=
"ERROR"
;
public
static
final
String
STATE_ERROR_GENERIC
=
"ERROR_GENERIC"
;
public
static
final
String
STATE_ERROR_AUTH
=
"ERRORAUTH"
;
public
static
final
String
STATE_ERROR_NETWORK
=
"ERRORNETWORK"
;
public
static
final
String
STATE_ERROR_HOST
=
"ERRORHOST"
;
public
static
final
String
STATE_ERROR_AUTH
=
"ERROR
_
AUTH"
;
public
static
final
String
STATE_ERROR_NETWORK
=
"ERROR
_
NETWORK"
;
public
static
final
String
STATE_ERROR_HOST
=
"ERROR
_
HOST"
;
public
static
final
String
STATE_ERROR_CONF_STUN
=
"ERROR_CONF_STUN"
;
public
static
final
String
STATE_ERROR_EXIST_STUN
=
"ERROREXISTSTUN"
;
public
static
final
String
STATE_ERROR_SERVICE_UNAVAILABLE
=
"ERRORSERVICEUNAVAILABLE"
;
public
static
final
String
STATE_ERROR_NOT_ACCEPTABLE
=
"ERRORNOTACCEPTABLE"
;
public
static
final
String
STATE_ERROR_EXIST_STUN
=
"ERROR
_
EXIST
_
STUN"
;
public
static
final
String
STATE_ERROR_SERVICE_UNAVAILABLE
=
"ERROR
_
SERVICE
_
UNAVAILABLE"
;
public
static
final
String
STATE_ERROR_NOT_ACCEPTABLE
=
"ERROR
_
NOT
_
ACCEPTABLE"
;
public
static
final
String
STATE_REQUEST_TIMEOUT
=
"Request Timeout"
;
private
ArrayList
<
PreferenceEntry
>
privateArray
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment