Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
69270690
Commit
69270690
authored
Apr 15, 2019
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of github.com:RocketChat/Rocket.Chat.Android into new/discussion
parents
e3039397
d9f8a831
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
Analytics.kt
app/src/main/java/chat/rocket/android/analytics/Analytics.kt
+2
-2
DrawableHelper.kt
app/src/main/java/chat/rocket/android/app/DrawableHelper.kt
+1
-1
RocketChatApplication.kt
...ain/java/chat/rocket/android/app/RocketChatApplication.kt
+1
-1
ResetPasswordView.kt
...ntication/resetpassword/presentation/ResetPasswordView.kt
+1
-1
VersionCheckView.kt
...id/authentication/server/presentation/VersionCheckView.kt
+1
-1
DatabaseManager.kt
app/src/main/java/chat/rocket/android/db/DatabaseManager.kt
+1
-1
strings.xml
app/src/main/res/values/strings.xml
+2
-2
No files found.
app/src/main/java/chat/rocket/android/analytics/Analytics.kt
View file @
69270690
...
...
@@ -10,7 +10,7 @@ interface Analytics {
* Logs the login event.
*
* @param event The [AuthenticationEvent] used to log in.
* @param loginSucceeded True if
successful logged in
, false otherwise.
* @param loginSucceeded True if
logged in successfully
, false otherwise.
*/
fun
logLogin
(
event
:
AuthenticationEvent
,
loginSucceeded
:
Boolean
)
{}
...
...
@@ -18,7 +18,7 @@ interface Analytics {
* Logs the sign up event.
*
* @param event The [AuthenticationEvent] used to sign up.
* @param signUpSucceeded True if s
uccessful signed up
, false otherwise.
* @param signUpSucceeded True if s
igned up successfully
, false otherwise.
*/
fun
logSignUp
(
event
:
AuthenticationEvent
,
signUpSucceeded
:
Boolean
)
{}
...
...
app/src/main/java/chat/rocket/android/app/DrawableHelper.kt
View file @
69270690
...
...
@@ -43,7 +43,7 @@ object DrawableHelper {
/**
* Tints an array of Drawable.
*
* REMARK: you MUST always wrap the array of Drawable before tint it.
* REMARK: you MUST always wrap the array of Drawable before tint
ing
it.
*
* @param drawables The array of Drawable to tint.
* @param context The context.
...
...
app/src/main/java/chat/rocket/android/app/RocketChatApplication.kt
View file @
69270690
...
...
@@ -115,7 +115,7 @@ class RocketChatApplication : Application(), HasActivityInjector, HasServiceInje
// TODO - remove this
checkCurrentServer
()
// TODO - FIXME - we need to proper
inject the EmojiRepository and initialize it properl
y
// TODO - FIXME - we need to proper
ly inject and initialize the EmojiRepositor
y
loadEmojis
()
}
...
...
app/src/main/java/chat/rocket/android/authentication/resetpassword/presentation/ResetPasswordView.kt
View file @
69270690
...
...
@@ -21,7 +21,7 @@ interface ResetPasswordView : LoadingView, MessageView {
fun
enableButtonConnect
()
/**
* Disables the button to reset the password when the user entered an invalid email address
* Disables the button to reset the password when the user
has
entered an invalid email address
*/
fun
disableButtonConnect
()
}
\ No newline at end of file
app/src/main/java/chat/rocket/android/authentication/server/presentation/VersionCheckView.kt
View file @
69270690
...
...
@@ -26,7 +26,7 @@ interface VersionCheckView {
fun
versionOk
()
{}
/**
* Alters the user this protocol is invalid. This is optional.
* Alters the user th
at th
is protocol is invalid. This is optional.
*/
fun
errorInvalidProtocol
()
{}
...
...
app/src/main/java/chat/rocket/android/db/DatabaseManager.kt
View file @
69270690
...
...
@@ -139,7 +139,7 @@ class DatabaseManager(val context: Application, val serverUrl: String) {
}
/*
* Creates a list of data
base operations
* Creates a list of database operations
*/
fun
processChatRoomsBatch
(
batch
:
List
<
StreamMessage
<
BaseRoom
>>)
{
GlobalScope
.
launch
(
dbManagerContext
)
{
...
...
app/src/main/res/values/strings.xml
View file @
69270690
...
...
@@ -213,8 +213,8 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<!-- Preferences messages -->
<string
name=
"msg_analytics_tracking"
>
Analytics tracking
</string>
<string
name=
"msg_send_analytics_tracking"
>
Send anonymous stati
cs to help improving
this app
</string>
<string
name=
"msg_do_not_send_analytics_tracking"
>
Do not send anonymous stati
cs to help improving
this app
</string>
<string
name=
"msg_send_analytics_tracking"
>
Send anonymous stati
stics to help improve
this app
</string>
<string
name=
"msg_do_not_send_analytics_tracking"
>
Do not send anonymous stati
stics to help improve
this app
</string>
<string
name=
"msg_not_applicable_since_it_is_a_foss_version"
>
Not applicable since it is a FOSS version
</string>
<!-- System messages -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment