jubb
7c7ace9ecd
refactor: extract hardcoded strings
...
allows fix for #529
2021-05-21 16:49:06 +10:00
Niels Andriesse
c0f894e1b2
Clean
2021-05-21 15:36:16 +10:00
Niels Andriesse
e0c1456af4
Merge branch 'dev' into nicknames
2021-05-21 15:21:24 +10:00
Niels Andriesse
b9a7531f58
Clean
2021-05-20 15:44:30 +10:00
Niels Andriesse
24aaa4c9ea
Merge branch 'dev'
2021-05-20 15:41:16 +10:00
Niels Andriesse
0d63bc0d44
Delete unsupported language
2021-05-20 15:22:04 +10:00
Ryan ZHAO
f09b203da0
Merge branch 'dev' of https://github.com/oxen-io/session-android into client-side-nickname
2021-05-20 14:06:51 +10:00
Niels Andriesse
15daf27efd
Remove file server instability modal
2021-05-20 12:06:22 +10:00
Ryan ZHAO
38ed5c2187
Merge branch 'dev' of https://github.com/oxen-io/session-android into client-side-nickname
2021-05-20 11:15:24 +10:00
nielsandriesse
c861b330ba
Add file server instability modal
2021-05-20 11:00:00 +10:00
nielsandriesse
747a27ddda
Add file server instability modal
2021-05-19 15:25:36 +10:00
nielsandriesse
e79d23c910
Add "Help us Translate Session" button
2021-05-19 13:47:04 +10:00
nielsandriesse
588f9ed8cd
Remove entirely untranslated languages
2021-05-19 13:27:08 +10:00
jubb
3acbbc1229
refactor: add latest translations (and repeats)
2021-05-18 16:43:45 +10:00
jubb
ac198bd705
refactor: add in missing resource and removing broken folders preventing build
2021-05-18 14:05:45 +10:00
jubb
573760769c
Merge remote-tracking branch 'upstream/dev' into fix_resources
...
# Conflicts:
# app/src/main/res/values-fr/strings.xml
# app/src/main/res/values-ja/strings.xml
2021-05-18 10:09:26 +10:00
jubb
0f435ca040
refactor: remove more unnecessary strings from libsession's values
2021-05-17 17:29:39 +10:00
Niels Andriesse
2172152219
Merge pull request #538 from beantaco/japanese
...
More Japanese Translations
2021-05-17 15:23:45 +10:00
Niels Andriesse
6b3aa86324
Minor refactoring
2021-05-17 15:19:36 +10:00
jubb
eee3824ca0
refactor: running the remove unused resources command and cleaning up strings
2021-05-17 11:56:14 +10:00
Niels Andriesse
11e223f5d8
Merge branch 'dev' into open-group-invitations
2021-05-17 11:42:27 +10:00
beantaco
4b225c1456
Add new Japanese translations
2021-05-14 10:26:47 +00:00
beantaco
d61b1c05f0
Fix some Japanese translations
...
- In message details, "Disappears" (meant as message lifetime) is translated to "寿命" (lifetime).
- Translation of "decentralized" is changed from "分散型" (distributed) to "非中央集中型".
- "Session ID を入力してください" (translation of "Enter Session ID" tab) is too long and was not expressed in command form. -> "Session ID を入力する"
- "パス" (the translation of "path") could be a translation of "pass" and its meaning is ambiguous, so is changed to "経路" (route).
- "お知らせ" (also a translation of "news" and "announcement") is changed to "通知" (notification), making translation of "notification" more consistent.
2021-05-14 10:26:41 +00:00
Niels Andriesse
3e75ed3cc4
Merge branch 'dev' into v2-file-server
2021-05-14 16:19:57 +10:00
Niels Andriesse
faa8c9443f
Hardcode community guidelines
2021-05-14 15:17:16 +10:00
Niels Andriesse
6e5f75d472
Fix build
2021-05-14 13:53:41 +10:00
Niels Andriesse
9699126ac9
Update copy
2021-05-14 13:52:24 +10:00
Niels Andriesse
816e44a7ec
Update copy
2021-05-14 13:52:05 +10:00
Niels Andriesse
43c5fce526
Make chips look better
2021-05-14 13:51:18 +10:00
Niels Andriesse
c9157d33c4
Update copy
2021-05-14 13:31:26 +10:00
Niels Andriesse
2b2756c5e7
Update copy
2021-05-14 13:30:52 +10:00
Ryan ZHAO
c4cd74fca0
fix icons in bottom sheets don't follow the theme color
2021-05-14 11:04:28 +10:00
Brice-W
8dd606cbb3
join open group code executed in a coroutine so it's not blocking the UI
2021-05-14 10:26:38 +10:00
Niels Andriesse
133bcac17c
Make chips look better
2021-05-14 10:09:12 +10:00
Niels Andriesse
61c210837e
Clean
2021-05-14 08:56:25 +10:00
Brice-W
2f0509a03b
join open group from received invitation
2021-05-13 14:29:29 +10:00
Ryan ZHAO
85eff702c3
clean
2021-05-13 14:24:30 +10:00
Brice-W
f51268b587
open group invitation sending part
2021-05-12 13:41:00 +10:00
Brice-W
b2a924ebf8
views created + database storage
2021-05-12 08:40:10 +10:00
Ryan ZHAO
b43000bdd0
WIP: enable contact with UI
2021-05-11 17:05:04 +10:00
Ryan ZHAO
cbd6ae3bcb
Merge branch 'dev' of https://github.com/oxen-io/session-android into client-side-nickname
2021-05-07 10:33:27 +10:00
jubb
2eb612a967
feat: remove cleartext enabled
2021-05-04 09:08:21 +10:00
jubb
fa528c47d5
Merge remote-tracking branch 'upstream/dev' into open_groups_V2
...
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationActivity.java
# app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java
# app/src/main/java/org/thoughtcrime/securesms/loki/database/LokiMessageDatabase.kt
# app/src/main/java/org/thoughtcrime/securesms/loki/protocol/MultiDeviceProtocol.kt
# app/src/main/java/org/thoughtcrime/securesms/loki/views/MentionCandidateSelectionView.kt
# app/src/main/java/org/thoughtcrime/securesms/loki/views/MentionCandidateView.kt
# libsession/src/main/java/org/session/libsession/messaging/mentions/MentionsManager.kt
# libsession/src/main/java/org/session/libsession/messaging/sending_receiving/ReceivedMessageHandler.kt
# libsession/src/main/java/org/session/libsession/messaging/sending_receiving/pollers/ClosedGroupPoller.kt
# libsession/src/main/java/org/session/libsession/messaging/utilities/DotNetAPI.kt
# libsession/src/main/java/org/session/libsession/utilities/mentions/Mention.kt
# libsignal/src/main/java/org/session/libsignal/service/loki/Mention.kt
# libsignal/src/main/java/org/session/libsignal/service/loki/utilities/mentions/Mention.kt
2021-05-03 15:37:53 +10:00
jubb
fe8dc2d392
fix: slight UI and handling protocols at onion request level
2021-05-03 15:21:53 +10:00
Ryan ZHAO
a1edfb13ee
Merge branch 'dev' of https://github.com/oxen-io/session-android into client-side-nickname
2021-04-29 14:59:14 +10:00
Niels Andriesse
43c484e35f
Clean
2021-04-29 13:41:43 +10:00
jubb
7f0962b3d4
Merge branch 'fix_profile_nulls' into open_groups_V2
...
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationActivity.java
# app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationFragment.java
# libsession/src/main/java/org/session/libsession/messaging/StorageProtocol.kt
2021-04-28 13:53:50 +10:00
Ryan ZHAO
162b597d4d
enable cancelling editing nickname with simple UI
2021-04-22 15:52:01 +10:00
Ryan ZHAO
b94597a1f6
make it possible to set a client-side nickname
2021-04-22 14:41:00 +10:00
jubb
f9939aae92
feat: handling default group requests and open group api updates for proper image endpoint handling
2021-04-21 17:00:57 +10:00
jubb
1e164f8648
feat: adding default group handling to frontend viewmodel
2021-04-20 17:22:36 +10:00
Brice-W
3bfef2d0cd
e UpdateMessageBuilder to generate data extraction message
2021-04-20 16:55:46 +10:00
Brice-W
66e811ed75
Merge branch 'specific-group-updates' into data-extraction-2
2021-04-20 15:42:04 +10:00
Brice-W
2b7cf7c1b4
added Kind sealed class in UpdateMessageData + minor fixes
2021-04-16 15:54:39 +10:00
Brice-W
2a1dfff8c4
translations added
2021-04-15 16:33:40 +10:00
Brice-W
e57c697eca
finishing data extraction handling
2021-04-09 16:06:12 +10:00
Brice-W
30b47a32cb
Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates
2021-04-08 15:21:46 +10:00
Brice-W
d027d0c640
Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2
2021-04-08 15:00:31 +10:00
jubb
b149886068
feat: add certificate pem files, set up network security config and point seed pools to port accordingly
2021-04-07 14:49:52 +10:00
Brice-W
28cecc0236
expiration timer messages generation updated
2021-03-23 09:58:17 +11:00
Brice-W
0578195d61
Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates
2021-03-22 15:12:09 +11:00
Brice-W
5dcb3d77d4
revert changes regarding explicit group updates as it's now in a separate PR
2021-03-19 16:39:41 +11:00
Brice-W
ddede475b4
Start of Update messages builder class implementation & usage for Input group updates
2021-03-19 16:25:00 +11:00
Brice-W
471e028cf3
implementation of the receiving side of Data Extraction notifications & explicit group updates notifications
2021-03-16 14:56:47 +11:00
jubb
597ba3b0e2
fix: remove reference to non-existent SignalMapView
2021-03-10 09:43:35 +11:00
Niels Andriesse
fea79b819b
Merge pull request #468 from hjubb/sync_messages_update_contacts
...
Sync multi device fixes and link device implementation
2021-03-09 13:43:32 +11:00
jubb
0120eac350
fix: remove the dialog seed disclaimer
2021-03-05 10:28:35 +11:00
jubb
27958491c5
fix: specific empty thread snippet and removing the thread filtering for empty messages
2021-03-04 16:21:25 +11:00
beantaco
73bc4543f5
Fixes translations of "invalid"
...
Some instances of "invalid" were translated as "無効" (disabled/ineffective), for example "invalid protocol version" and "corrupted key". In these cases, "無効" has been replaced with "不正" (incorrect/improper).
2021-03-04 04:05:34 +00:00
beantaco
ad4721cf16
Fixes translation of "terms of use"
2021-03-04 04:05:31 +00:00
beantaco
52eaf6e5de
Makes translation of "Session" (software name) consistent
...
- "セッション" (where it refers to Session) -> "Session"
- Phrases that refer to secure sessions were left untouched.
2021-03-04 04:05:29 +00:00
beantaco
b0729f01a3
Makes translation of "device" consistent
...
- デバイス
- 端末 <- chosen
Though "デバイス" is now widely used, some Japanese people get confused by "デバイス" either having no idea what it means or thinking it's to do with accessory devices. "端末" has been widely used since the 20th Century and explicitly refers to "terminal" devices like computers and smartphones.
Incidental changes:
- Changes "切り離す" to "リンクを解除する" and similar phrases related to unlinking devices.
- Replaces "[...]" with "「...」"
2021-03-04 04:05:26 +00:00
beantaco
882cc2d8cb
Tweaks translation of "ask (the sender)"
...
"お願いする" can mean "ask" but is a humble form (謙譲語) of "願う", so is only used when oneself asks others to do something. Technically it cannot be used when prompting the Session user to ask the sender to do something. After a confirmation by quick internet search, I found "頼む" is a better fit.
2021-03-04 04:05:24 +00:00
beantaco
da802ebf8c
Makes translations of "update" consistent
...
- アプデート
- アップデート
- 更新 <- chosen
2021-03-04 04:05:21 +00:00
beantaco
edbf2f1648
Fixes the strings that specify valid display names
2021-03-04 04:05:19 +00:00
beantaco
f5b3dad025
Replaces "Signal" with "Session" in translation strings
2021-03-04 04:05:14 +00:00
beantaco
62d687c8f8
Improves translation of open groups and closed groups
...
- open group: オープングループ -> 公開グループ
- closed group: 閉じたグループ -> 非公開グループ
2021-03-04 04:04:42 +00:00
jubb
ef3e172379
feat: add link device implementation and fixes for updating config syncs and forcing config syncs
2021-03-03 11:33:35 +11:00
Niels Andriesse
a7428776bf
Add loader
2021-02-26 11:40:48 +11:00
Niels Andriesse
1f8b9bfe58
Implement multi device UI
2021-02-26 11:10:45 +11:00
Ryan ZHAO
d5343d5462
Merge branch 'dev' of https://github.com/loki-project/session-android into refactor_clean_0
2021-02-24 16:39:04 +11:00
Niels Andriesse
851efb6f6e
Merge pull request #457 from hjubb/config_profile_info
...
Adding profile information to the config sync messages
2021-02-24 15:57:35 +11:00
jubb
4033830b15
feat: add forcing config message sending when updating profile picture or name
2021-02-24 15:28:48 +11:00
Ryan ZHAO
fec13ba72e
clean up unused code
2021-02-23 15:56:42 +11:00
Ryan ZHAO
2f57090cfa
further clean up on session restoration
2021-02-23 11:56:03 +11:00
jubb
5777471eeb
fix: use toolsns
2021-02-22 17:04:40 +11:00
jubb
639ae9ba78
fix: use a 0dp and layout_weight to solve text preview cutting off status indicator
2021-02-22 17:01:17 +11:00
Brice-W
dbf7715977
missing translations ( Fixes #445 & #446 )
2021-02-19 10:05:24 +11:00
Brice
8eeb17cbc2
ban labels added in FR + Invite of settings menu added in translations ( #414 )
2021-02-08 14:12:21 +11:00
Ryan ZHAO
a34a18f5f1
sync with dev
2021-02-01 14:23:26 +11:00
Ryan ZHAO
13f94c2cfd
sync dev
2021-01-27 15:54:12 +11:00
Brice
99107d169e
add changes of latest dev
2021-01-13 16:13:49 +11:00
Niels Andriesse
37fc542136
Make PN mode screen scrollable
...
Changes from d6448d79f
2020-12-17 16:46:54 +11:00
Niels Andriesse
3cb7d2169d
Fix tap jacking bug
...
Changes from 46452977f
2020-12-17 15:13:38 +11:00
Anton Chekulaev
124632823e
Fixed landing scenario is broken and missing essential keys/settings setup.
2020-12-15 16:44:38 +11:00
Anton Chekulaev
e294199ea3
Master secret removed.
...
Screen lock related classes refactoring.
Legacy database util classes and migrations removed.
2020-12-14 18:16:16 +11:00
Anton Chekulaev
2aa179585f
Identity functionality and data structure are completely removed.
2020-12-14 12:16:30 +11:00
Anton Chekulaev
112f77f6ed
WIP cleanup of verify identity functionality.
2020-12-10 18:02:30 +11:00
Anton Chekulaev
30af903572
Transport options removed. Conversation activity cleanup.
2020-12-07 17:40:47 +11:00
Anton Chekulaev
66aec427d4
Unused code cleanup.
2020-12-07 13:45:36 +11:00
Anton Chekulaev
1a498cebd8
Old conversation list related classes removed.
2020-12-07 13:30:52 +11:00
Anton Chekulaev
8d17593d87
Unused code cleanup.
2020-12-07 12:41:03 +11:00
Anton Chekulaev
ac81fd4394
Dynamic theme cleanup.
2020-12-07 11:47:02 +11:00
Anton Chekulaev
9ce0c54dbe
Long message activity theming is fixed.
...
General cleanup.
2020-12-07 11:21:03 +11:00
Anton Chekulaev
eafa7c7a77
Device link related views removed. General unused code cleanup.
2020-12-04 16:00:52 +11:00
Anton Chekulaev
5e3cb706c4
Unused code cleanup.
2020-12-02 23:01:04 +11:00
Anton Chekulaev
12804a30c0
Unused code cleanup.
2020-12-01 21:36:41 +11:00
Anton Chekulaev
20b6763408
Unused code cleanup.
...
Do not minify and obfuscate debug builds.
2020-12-01 16:38:41 +11:00
Anton Chekulaev
37565c74f2
Unused code cleanup.
2020-11-30 20:11:49 +11:00
Anton Chekulaev
4fb4709ec2
Unused code cleanup.
2020-11-30 17:43:06 +11:00
Ryan ZHAO
7a66a47520
restructure and unite service android/java to libsignal
2020-11-26 09:46:52 +11:00