Commit Graph

1731 Commits

Author SHA1 Message Date
nulldash 93889722fe Update Bahasa Malaysia translation
Translated some more, corrected some misspelling and improved some phrase structure.
2017-07-01 20:15:06 +03:00
Mike Jackson 561e0fe77a data-store: update command_parameter schema and create new migration to fix missing placeholders 2017-06-30 19:17:05 +03:00
Matthieu Béteille 8a3b7372ab chat: emoji replace 2017-06-30 17:22:56 +03:00
Roman Volosovskyi 173d4afbf3 letsubs macro (#1392)
* letsubs macro
2017-06-30 16:49:28 +03:00
Roman Volosovskyi 9665ea466d review comments 2017-06-28 17:57:30 +03:00
Roman Volosovskyi 4f6ebb53d3 text-message in command handler
to and from props in context in suggestions function
ability to send request using text-message property in handler and via status.sendMessage
show request's text if it exists
2017-06-28 17:57:30 +03:00
Roman Volosovskyi 33d7146b25 Merge pull request #1374 from status-im/feature/translations
Feature/translations
2017-06-28 17:56:39 +03:00
Andrey Shovkoplyas cc9b0c32c8
added translations from onehourtranslation 2017-06-28 17:41:20 +03:00
Yalu 9bbd96199f noticed some typos after previous pull request was pulled.
Made a semantical correction for "left" which at first was interpreted as having to do with direction, where actually it was about "leaving".

Made a grammatical correction relating to singular plural usage.

Made comment consistent.
2017-06-28 16:32:01 +03:00
Andrey Shovkoplyas 0b2483bf3b temporary fix for #1369
added new languages, fixed small shortcomings
2017-06-28 13:41:29 +03:00
aissenhub 32359d82b2 Create lv.cljs
Latvia (latvian language)
2017-06-28 12:34:54 +03:00
Cryotech06 310db2b103 Update to FR translation (#1311)
Create fr.cljs
2017-06-28 12:34:54 +03:00
skrinnikov 70d7349fbf bel.cljs 2017-06-28 12:34:54 +03:00
Yooji 52625d8788 Create de.cljs (#1330)
- fixed some typos
- changed some wordings
2017-06-28 12:34:54 +03:00
Kadauserer ac19bb0520 Create de.cljs (#1304)
update de.cljs
2017-06-28 12:34:54 +03:00
JackCandem 1517b02216 "Patch" 1.0
Tried to do it on mobile 2 hours ago and ended up accidentally deleting it...so again:

changed "formal" you to "personal" you as thought it would fit better.
changed several changes, small as well as big ones
will need to play around with the app more to be sure if i interpreted the constellation of some of those translations correctly
2017-06-28 12:34:53 +03:00
Zino Hofmann 655f1e17cc 🇳🇱 Update nl.cljs (#1356)
Update nl.cljs
2017-06-28 12:34:53 +03:00
yāλu dfc3d4939e added Nepali translation (#1346)
added Nepali translation
2017-06-28 12:34:53 +03:00
pedrobraz1990 c6493f6a4a Update pt_br.cljs
Based on whatsapp's words I changed a few translations, also found a couple of typos.
2017-06-28 12:34:53 +03:00
Yooji cc03fdcffa Create de_ch.cljs 2017-06-28 12:34:53 +03:00
Paradontix 2912adf8c9 Create la.cljs
"Hey guys I/we kinda thought whats the best way to advertise your project if not being able to tell that your supporters are actually so dedicated they will even translate your app into a dead language? (I mean there are propably a million better ways...but still) 
WE/I DID IT!
With the best of our/mine school latin and some dictionaries we translated Status into LATIN ! "
2017-06-28 12:34:52 +03:00
Bumsoo Kim de906ba5ef Added missing translation & some improvements 2017-06-28 12:34:52 +03:00
vehbimerakli 6ceab6e158 Create tr.cljs 2017-06-28 12:34:52 +03:00
Wietze Bronkema 2f8cc6b5fe Create fy.cljs (#1314)
Create fy.cljs. Translation of Status for the Frisian language
2017-06-28 12:34:52 +03:00
matte171 01779c8373 Small update 2017-06-28 12:34:52 +03:00
CopyyCatt 052647edac he.cljs (#1296)
Create he.cljs
2017-06-28 12:34:51 +03:00
Foo Pang 4ccc1dcbc4 Update Chinese translations 2017-06-28 12:34:51 +03:00
Guillaume 2c44fe9201 Fix some typos 2017-06-28 12:34:51 +03:00
ayakix e936fc5a78 Update Japanese part in bots/console/translations.js 2017-06-28 12:34:51 +03:00
ayakix 1b286a729c Update ja.cljs 2017-06-28 12:34:50 +03:00
Ante Sarkkinen a061bc5590 Create fi.cljs
Need to check the translations in the app later on.
2017-06-28 12:34:50 +03:00
nulldash 53f4f9a08a Create ms.cljs
Translation for Bahasa Malaysia
2017-06-28 12:34:50 +03:00
alwx 1596b61b46 More UI components accessible from API, ability to generate QR codes, small cleanup 2017-06-28 10:38:23 +03:00
Julien Eluard dde5313e94 Upgraded react-native-camera. Fixes #1359 2017-06-28 08:51:34 +03:00
Roman Volosovskyi 348fe17816 disable split screen mode on Android (#1368)
* disable split screen mode on Android

* increase compileSdkVersion
2017-06-28 08:49:46 +03:00
Jan Herich fa8fe11bd7 chat: fix broken chat delete logic (#1343)
* chat: fix broken chat delete logic

Previously, persisting the chat delete functionality was working
only for group chats, where the `debug?` flag decided if delete was
a real "hard" delete (deleting data from the realm database) or just
marking with the `inactive` flag.

However non-group chats were not deleted at all, which I believe is a
bug fixed by this commit.

* chat: fix broken chat delete logic

Fix the branching logic with `if` instead of `when`
2017-06-26 20:41:58 +03:00
Julien Eluard fc7cc1d795 Clear :last-message when clearing chat history. Fixes #212 2017-06-26 18:43:08 +03:00
Luit Hollander 016fe90abe Fix broken images in README.md (#1323) (#1364)
Fix broken images in README.md (#1323)
2017-06-26 18:21:07 +03:00
TronDev 9fe4248d46 Allow SD Card Installation
Just requires a simple android:installLocation="auto"
2017-06-26 16:29:23 +03:00
Brian Fernalld 960131cc0b #1277 Fixes README links, adds TODO links, addresses minor spelling 2017-06-26 14:03:11 +03:00
Julien Eluard 90d8b5c23c Fixes #1212 (#1249)
* Make sure suggestions properly popsup when command starts with space

* Added basic tests for splt-command-args

* Properly handle white spaces

* Added tests for commands with whitespaces
2017-06-26 13:45:49 +03:00
Julien Eluard 5e5b4fa2cf Tap on return permits sign-in. Fixes #1285 2017-06-26 13:18:05 +03:00
Andrey Shovkoplyas 63bf882e65 fixes https://github.com/status-im/status-react/issues/1217 2017-06-26 13:14:45 +03:00
Julien Eluard 7da40ce7fa Do not prevent input if first character is invalid 2017-06-26 10:50:19 +03:00
Julien Eluard 2ab9e4e85e Clear Seq arguments before navigating back to chat. Fixes #1355 2017-06-26 10:49:29 +03:00
Andrey Shovkoplyas 6d3edd7920 fixes https://github.com/status-im/status-react/issues/1325 2017-06-26 10:46:11 +03:00
Matus Lestan 7591baa5ee Fixed old URL for Ethlance 2017-06-26 10:40:47 +03:00
Roman Volosovskyi e164a7a375 upgrade status-go 2017-06-26 09:59:45 +03:00
Roman Volosovskyi 024cf6d6b8 status.sendMessage in jail
status.showSuggestions in jail
jail: fix localStorage behaviour on setItem with null value and getItem with key without value
2017-06-05 19:09:51 +03:00
Roman Volosovskyi c56fa0c688 localStorage in jail 2017-06-05 16:53:20 +03:00