Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
liberty-chat-android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liberty
chat
liberty-chat-android
Commits
a6bdf5b2
Commit
a6bdf5b2
authored
Jan 15, 2020
by
Thomas Markiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed release build issues
parent
dddf7885
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
gradle.properties
gradle.properties
+2
-3
vector/src/libremchat/res/layout/activity_vector_login.xml
vector/src/libremchat/res/layout/activity_vector_login.xml
+1
-1
vector/src/main/res/values-b+sr+Latn/strings.xml
vector/src/main/res/values-b+sr+Latn/strings.xml
+0
-1
No files found.
gradle.properties
View file @
a6bdf5b2
...
...
@@ -3,8 +3,7 @@
# major.minor.patch = release version that gets tagged
# major.minor.patch-SNAPSHOT = builds from `develop` branch
# major.minor.patch-RCXX = release candidate builds from the `release` branch (XX must be less then 99)
version
=
1.0.0
version
=
1.0.4
# IDE (e.g. Android Studio) users:
# Settings specified in this file will override any Gradle settings
...
...
@@ -16,7 +15,7 @@ version=1.0.0
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
#
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
org.gradle.jvmargs
=
-Xmx4g -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
...
...
vector/src/libremchat/res/layout/activity_vector_login.xml
View file @
a6bdf5b2
...
...
@@ -280,7 +280,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"24dp"
android:text=
"@string/auth_add_email_phone_message"
android:text=
"@string/auth_add_email_phone_message
_2
"
android:textSize=
"16sp"
/>
<com.google.android.material.textfield.TextInputLayout
...
...
vector/src/main/res/values-b+sr+Latn/strings.xml
View file @
a6bdf5b2
...
...
@@ -154,7 +154,6 @@
<string
name=
"auth_missing_phone"
>
Broj telefona nedostaje
</string>
<string
name=
"auth_missing_email_or_phone"
>
Nedostaje adresa elektronske pošte ili broj telefona
</string>
<string
name=
"auth_password_dont_match"
>
Lozinke nisu iste
</string>
<string
name=
"auth_forgot_password"
>
Zaboravili ste lozinku\?
</string>
<string
name=
"auth_use_server_options"
>
Koristi prilagođene opcije servera (napredno)
</string>
<string
name=
"auth_email_validation_message"
>
Molim proverite vašu elektronsku poštu kako bi nastavili registraciju
</string>
<string
name=
"auth_username_in_use"
>
Korisničko ime je već u upotrebi
</string>
...
...
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