Commit Graph

3384 Commits

Author SHA1 Message Date
adbenitez dbbfc8e4ac fix send button label 2021-04-29 16:45:16 -04:00
adbenitez a1c2615064 improve accessibility in profile settings 2021-04-29 16:19:23 -04:00
adbenitez 285d914362 improve button labels in attachment and group/profile avatar selectors 2021-04-29 14:52:26 -04:00
adbenitez 65ee7713c3 add missing description to cancel quote button 2021-04-29 05:27:25 -04:00
adbenitez d463c226f9 add description to emojis in the emoji selector 2021-04-29 05:01:07 -04:00
adbenitez d434b534bb improve accessibility of some buttons 2021-04-29 05:00:15 -04:00
Asiel Díaz Benítez 1882067844 Merge pull request #1893 from deltachat/adb-sticker-improvements
improve quote style when replying with a sticker
2021-04-28 15:08:47 -04:00
Asiel Díaz Benítez c849d8542b Merge branch 'master' into adb-sticker-improvements 2021-04-28 13:04:58 -04:00
adbenitez 64ef06d6da move padding to dimens 2021-04-28 12:53:32 -04:00
Asiel Díaz Benítez 4a3813da2b Merge pull request #1897 from deltachat/adb-issue-1895
tune down "Show full message" button
2021-04-27 17:23:17 -04:00
Asiel Díaz Benítez 55117a8c64 Merge pull request #1898 from deltachat/issue-1896
contact requests workflow improvements (part 1)
2021-04-27 17:22:46 -04:00
adbenitez c01888aa48 open the contact-requests-chat directly if show_emails=all 2021-04-27 16:33:29 -04:00
B. Petersen eeac39d16b tweak 'show more'-button-color 2021-04-27 16:14:53 +02:00
B. Petersen 2eed655a07 reindent files with 4 spaces 2021-04-27 16:02:12 +02:00
B. Petersen 43e23358cf tweak font size and add padding to make the button easier tappable 2021-04-27 15:54:21 +02:00
adbenitez cf12020595 improve footer for stickers and videochat invitations 2021-04-26 20:09:12 -04:00
adbenitez 104e273298 fix horizontal margin 2021-04-26 18:27:20 -04:00
adbenitez 87c0cc7ba2 tune down "Show full message" button 2021-04-26 18:08:14 -04:00
B. Petersen 95b468ddb7 update deltachat-core-rust submodule 2021-04-26 23:16:48 +02:00
B. Petersen c9778dfc79 update deltachat-core-rust submodule 2021-04-26 12:51:21 +02:00
B. Petersen ce4804ae59 update deltachat-core-rust submodule 2021-04-26 00:04:59 +02:00
B. Petersen 05fba54fa9 update deltachat-core-rust submodule 2021-04-25 21:35:49 +02:00
adbenitez e6006c874b improve quote style when replying with a sticker 2021-04-23 18:01:16 -04:00
B. Petersen 3545fd2693 log getChatMsgs() timing 2021-04-23 21:20:34 +02:00
B. Petersen 0dccbb9789 update deltachat-core-rust submodule 2021-04-23 18:35:03 +02:00
Asiel Díaz Benítez 0694880358 Merge pull request #1891 from adbenitez/adb-issue-1889
disable "reply privately" in contact requests chat
2021-04-21 19:32:46 -04:00
adbenitez 79abbee12d disable "reply privately" in contact requests chat 2021-04-21 17:54:00 -04:00
B. Petersen 0f9a3dd0de mark limited results as such
by definition, global-message-search truncates the result at 1000 messages,
therefore, if we get 1000 results, that may be a limited result.
2021-04-20 20:46:28 +02:00
B. Petersen b535432d8f update deltachat-core-rust submodule 2021-04-20 13:52:45 +02:00
B. Petersen 69c9a087aa speedup global search
the speedup is done by the following changes:

- if the query-string is updated while actually performing a search,
  the new search is not directly scheduled as before;
  instead the flag needsAnotherBgSearch is set;
  in the search-thread, the flag is checked
  and another search will be performed

  this way, searches as skipped, but the most recent is always executed

- if there are already chat- or contact-results and
  the query-search has changed meanwhile, search is aborted
  and the partial result is used (next search will be exexuted immediately)

  this way, esp. the expensive searchMsgs() search is executed less often
  on fast typing

- for a one-letter-search, search for messages is always skipped

this is roughly what we are doing on ios since
https://github.com/deltachat/deltachat-ios/pull/1140

moreover, this pr cleans up some things,
putting logic to the same java class.
2021-04-20 11:22:03 +02:00
B. Petersen 870f78ab35 measure timings in global search, order requests 2021-04-20 11:22:03 +02:00
Asiel Díaz Benítez 98f2adc8fa Merge pull request #1886 from deltachat/adb-fix-group-profile-menu
Improve profile menus
2021-04-19 20:05:30 -04:00
adbenitez 6db123e82e allow to share document in Document profile tab 2021-04-19 18:59:37 -04:00
adbenitez 7374982524 add share item in gallery selection menu 2021-04-19 16:53:13 -04:00
Asiel Díaz Benítez dcd2211453 Merge pull request #1885 from deltachat/adb-issue-1882
fix clicks on system messages
2021-04-19 16:06:51 -04:00
adbenitez 5c09cf923d hidde unused menu items in ProfileSettingsFragment 2021-04-19 15:27:26 -04:00
adbenitez 0da8cfa423 make BaseConversationItem.bind() protected 2021-04-19 10:54:39 -04:00
adbenitez b861295517 fix clicks on system messages 2021-04-18 18:58:37 -04:00
Asiel Díaz Benítez 92029b9ede Merge pull request #1881 from deltachat/adb-issue-1880
show system message status while sending and on errors
2021-04-18 14:37:23 -04:00
Asiel Díaz Benítez 6350468c8e Merge pull request #1879 from deltachat/adb-issue-1878
make repo's local issue template work
2021-04-18 13:46:16 -04:00
adbenitez a398b0af62 set delivery icon color to red if message failed 2021-04-18 13:42:06 -04:00
Asiel Díaz Benítez 0308d179b3 Merge pull request #1883 from deltachat/adb-fix-sticker-scaling
fix sticker scaling
2021-04-18 11:56:51 -04:00
adbenitez d1bf753d2b apply r10s suggestion 2021-04-18 11:32:25 -04:00
B. Petersen e296fa75c9 add a script for uploading to testrun.org 2021-04-18 15:20:21 +02:00
B. Petersen dcff723377 bump version to 1.19.1 2021-04-18 15:20:21 +02:00
B. Petersen 008f4b75dd update changelog for 1.19.1 2021-04-18 15:20:21 +02:00
B. Petersen 8884c4a149 update translations and help, add French to local help 2021-04-18 12:52:55 +02:00
B. Petersen 7df9a55c42 update deltachat-core-rust submodule 2021-04-18 12:49:09 +02:00
adbenitez 60c821180f fix sticker scaling 2021-04-18 01:05:44 -04:00
adbenitez 6d1418c86c show system message status while sending and on errors 2021-04-17 21:42:14 -04:00