930 Commits

Author SHA1 Message Date
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
B. Petersen 9320d992b5 Create time formatter using always the current locale - or why was Locale.US used for everything but Arabic and Korean? 2017-04-22 21:38:12 +02:00
Dr. Tobias Quathamer c9f81e447a The minimum SDK version is already 14, so the last 'else' is never reached 2017-04-22 21:29:47 +02:00
B. Petersen 9d5edba4aa Remove unused name-order code. 2017-04-22 21:18:22 +02:00
B. Petersen f689b2fb94 Rely on defaults for the vertical scrollbar position. 2017-04-22 20:47:55 +02:00
Dr. Tobias Quathamer 0c22f40bf0 Fix typos 2017-04-22 18:31:14 +02:00
Dr. Tobias Quathamer 8957823dae Use Gravity.START and .END rather than .LEFT and .RIGHT 2017-04-22 18:28:10 +02:00
B. Petersen 243ec39eb8 Stop GIFs by a long click, (re-)start by a normal click. 2017-04-22 18:01:59 +02:00
B. Petersen 529435316a Add option to disable 'GIF autoplay'. 2017-04-22 16:52:53 +02:00
B. Petersen f541fd668b Faster searching and selection (we avoid reloading data from disk whereever possible). 2017-04-22 15:53:53 +02:00