Commit Graph

3363 Commits

Author SHA1 Message Date
adbenitez 64ef06d6da move padding to dimens 2021-04-28 12:53:32 -04:00
adbenitez cf12020595 improve footer for stickers and videochat invitations 2021-04-26 20:09:12 -04:00
adbenitez e6006c874b improve quote style when replying with a sticker 2021-04-23 18:01:16 -04: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
adbenitez c13facd06d make repo's local issue template work 2021-04-17 16:53:46 -04:00
Asiel Díaz Benítez 008f21bd3e Merge pull request #1876 from deltachat/adb-issue-1869
finish action mode on tab switch
2021-04-17 12:53:26 -04:00
Asiel Díaz Benítez fa5ffbc266 Merge pull request #1877 from deltachat/adb-issue-1821
allow to add POI with text of any length
2021-04-17 12:52:30 -04:00
adbenitez 471bff5e97 allow to add POI with text of any length 2021-04-17 01:26:14 -04:00
adbenitez d562260906 finish action mode on tab switch 2021-04-16 22:26:12 -04:00
Asiel Díaz Benítez 78aa6733fc Merge pull request #1868 from deltachat/adb-issue-1865
add more options to Gallery and Documents profile tabs
2021-04-16 13:20:12 -04:00
B. Petersen a5c51a59ce try to explain 'lock' button better 2021-04-15 20:33:06 +02:00
B. Petersen 04619ade89 update translations 2021-04-15 20:15:41 +02:00
adbenitez c43b133e0c declare MessageSelectorFragment implements DcEventCenter.DcEventDelegate 2021-04-15 12:46:33 -04:00
adbenitez 151f5d354d Merge branch 'adb-issue-1865' of github.com:deltachat/deltachat-android into adb-issue-1865 2021-04-15 12:34:04 -04:00
adbenitez 55837fb9b4 more refactoring, declare abstract setCorrectMenuVisibility() and move getSelectedMessageRecord() to MessageSelectorFragment 2021-04-15 12:33:43 -04:00
Asiel Díaz Benítez 284c91555d Apply suggestions from code review
Co-authored-by: Hocuri <hocuri@gmx.de>
2021-04-15 12:08:11 -04:00
adbenitez 771f75e48f allow videochat invitations in groups 2021-04-15 16:58:03 +02:00
Asiel Díaz Benítez 4b829334f2 Merge pull request #1872 from deltachat/adb-issue-1870
hidde share button in media preview of draft image or avatar
2021-04-15 10:40:30 -04:00
adbenitez 3256cd392a hidde share button in media preview if preview is for draft image or avatar 2021-04-14 23:23:54 -04:00
adbenitez 7313c6d521 make MessageSelectorFragment abstract 2021-04-14 20:02:56 -04:00
adbenitez c7ff727d04 refactoring to reduce code duplication 2021-04-14 19:50:56 -04:00
adbenitez aef48aa7ee rename info_str to infoStr in all the code even not related to this PR but well 2021-04-14 16:09:48 -04:00
adbenitez d55292bba5 follow cyBerta's recommendation 2021-04-14 16:06:57 -04:00
B. Petersen 42e57e1a56 update deltachat-core-rust submodule 2021-04-14 18:32:50 +02:00
B. Petersen b6bc8fcd6c add Chinese local help 2021-04-14 16:58:48 +02:00