B. Petersen
bff79e1c34
Revert 'Contact requests' subtitle change.
2017-05-05 23:02:56 +02:00
B. Petersen
68db96483c
Rename 'Mailbox' to 'Contact requests' which seems to be much clearer in most cases (except if the 'Contact requests' are shown in the chatlist as a separate group, however, even this is okay for me).
2017-05-05 22:59:22 +02:00
B. Petersen
2bdf88373d
Narrow the back button slightly.
2017-05-05 16:47:31 +02:00
B. Petersen
cdb43876bf
Show deaddrop subtitle hint below option to show deaddrop in chat overview.
2017-05-05 16:08:03 +02:00
B. Petersen
6f1cecdaa9
Deaddrop subtitle: Show a hint instead of uninteresting contact count.
2017-05-05 15:57:05 +02:00
B. Petersen
363d78d61c
Simplify menu in new non-drawer-mode.
2017-05-05 15:14:26 +02:00
B. Petersen
02d9258c9c
Add a separate 'View profile' menu entry to chat view (does the same as the click on the avatar)
2017-05-05 14:43:05 +02:00
B. Petersen
8a567c63b1
Use a menu instead of a drawer; for now, you can get the drawer back by entering '.set drawer 1' into the 'Settings / My Name' field.
2017-05-05 12:46:49 +02:00
B. Petersen
880139b1ff
Check back-button against null-pointers.
2017-05-05 11:33:24 +02:00
B. Petersen
a8450cc826
Merge branch 'master' of https://github.com/r10s/deltachat-android
v0.1.36
2017-05-04 22:53:10 +02:00
B. Petersen
82aac5d383
Update messenger-backend submodule.
2017-05-04 22:52:56 +02:00
Björn Petersen
a24c14ef62
Update CHANGELOG.md
2017-05-04 22:51:58 +02:00
B. Petersen
902702ee01
Add a script for updating the deltachat-core submodule. Use with care.
2017-05-04 22:49:55 +02:00
B. Petersen
9d653a3607
Bump version.
2017-05-04 22:48:40 +02:00
B. Petersen
bee770bd2e
Support camera on Nougat.
2017-05-04 18:12:48 +02:00
B. Petersen
3e77ae505d
Update messenger-backend submodule.
2017-05-04 01:37:40 +02:00
B. Petersen
66b7a447ca
Undef unused load extensions by defining SQLITE_OMIT_LOAD_EXTENSION.
2017-05-04 01:37:23 +02:00
B. Petersen
3eded4d59b
Remove unused POP3 code from JNI.
2017-05-04 01:36:39 +02:00
B. Petersen
7682caffb6
Use sqlite3 from deltachat-core.
2017-05-04 01:24:39 +02:00
B. Petersen
df980b266a
Use libEtPan from deltachat-core.
2017-05-04 01:06:53 +02:00
B. Petersen
99d2afc642
Link to new homepage https://delta.chat ; localizable Help-URLs.
v0.1.34
2017-05-03 12:58:02 +02:00
B. Petersen
5e44aab51f
Update messenger-backend submodule.
v0.1.33
2017-04-29 01:08:35 +02:00
B. Petersen
cf14685ab3
Changelog
2017-04-29 01:08:20 +02:00
B. Petersen
bcd22c50d3
Read contacts event if there are no phone numbers present, improve permission check for SDK<23.
2017-04-29 00:14:21 +02:00
B. Petersen
5f9bfbef99
Unify english language: Use 'email' instead of 'e-mail'.
2017-04-28 15:39:52 +02:00
B. Petersen
b6f04755a0
Replace 'Manage space activity' by the system default for empty all data; some months after releasing the v1.0 should be enough for a manage space concept.
2017-04-28 14:55:07 +02:00
B. Petersen
d32b773a80
Bump version.
2017-04-27 14:58:35 +02:00
B. Petersen
74a68eaf18
Ignore case when checking extensions for PNG/GIF files.
2017-04-24 14:23:22 +02:00
B. Petersen
bf0520ea65
Remove unneeded libjpeg code.
2017-04-24 12:22:52 +02:00
B. Petersen
a20f194c0a
Enable saving and sharing GIFs.
2017-04-23 17:17:04 +02:00
B. Petersen
f16a905143
Improve toolbar toast hints.
2017-04-23 16:26:54 +02:00
Björn Petersen
cbe19df41a
Update CHANGELOG.md
2017-04-23 15:59:53 +02:00
B. Petersen
58d7b5d283
Send PNG files without converting to JPG, see issue #58 .
2017-04-23 15:49:01 +02:00
B. Petersen
e7e3807b9e
Remove unneeded Webp code.
2017-04-23 15:03:37 +02:00
B. Petersen
1aec5e253d
'Raise to speak' defaults to false.
2017-04-23 13:41:03 +02:00
B. Petersen
671d69c89a
Update app info.
2017-04-23 12:01:21 +02:00
Dr. Tobias Quathamer
55042edf52
Buttons in button bars should be borderless.
...
Button bars typically use a borderless style for the buttons. Set the
style="?android:attr/buttonBarButtonStyle" attribute on each of the
buttons, and set style="?android:attr/buttonBarStyle" on the parent layout.
More info: http://developer.android.com/design/building-blocks/buttons.html
2017-04-22 23:48:58 +02:00
Dr. Tobias Quathamer
8e5d8297ca
Use a layout_width of 0dp instead of 48dp for better performance.
...
When only a single widget in a LinearLayout defines a weight, it is
more efficient to assign a width/height of 0dp to it since it will
absorb all the remaining space anyway. With a declared width/height
of 0dp it does not have to measure its own size first.
2017-04-22 23:20:32 +02:00
Dr. Tobias Quathamer
0c73ef776f
Typography: Use ellipsis instead of three dots
2017-04-22 23:16:42 +02:00
Dr. Tobias Quathamer
7bec0dc4b9
Use sp (scale-independent pixels) as recommended unit when specifying font sizes
2017-04-22 23:16:42 +02:00
B. Petersen
5373602a60
Merge branch 'master' of https://github.com/r10s/deltachat-android
2017-04-22 23:05:12 +02:00
B. Petersen
95060abc6b
Remove unexpected long-click-on-gif behaviour.
2017-04-22 23:05:02 +02:00
Dr. Tobias Quathamer
5046005b0e
Use Gravity.START and .END rather than .LEFT and .RIGHT
2017-04-22 22:59:28 +02:00
Dr. Tobias Quathamer
576a9fde5b
Add more support for RTL locales
2017-04-22 22:25:58 +02:00
B. Petersen
46463f13c6
Bump version.
v0.1.32
2017-04-22 22:12:44 +02:00
B. Petersen
35c8fb2399
Update changelog.
2017-04-22 22:09:48 +02:00
B. Petersen
8cda23ccaf
Update messenger-backend submodule.
2017-04-22 21:56:54 +02:00
B. Petersen
f7831cc6a0
Update messenger-backend submodule.
2017-04-22 21:50:58 +02:00
B. Petersen
2be0a78f6f
Merge branch 'master' of https://github.com/r10s/deltachat-android
2017-04-22 21:39:54 +02:00
B. Petersen
b505d9b020
Find out LTR/RTL in a compatible way; however, RTL would require some polishing.
2017-04-22 21:39:40 +02:00