Commit graph

307 commits

Author SHA1 Message Date
tibbi
f80fc16b6a adding a new FAQ item about changing the MMS size limit 2022-01-10 12:21:29 +01:00
tibbi
928246eaea fix #206, solving a glitch with number being shown instead of name 2021-12-25 18:37:47 +01:00
tibbi
7a6f673e1e fixing some compile errors 2021-12-25 18:22:55 +01:00
tibbi
b3a30f17d9 properly color the new fastscroller 2021-11-27 19:47:57 +01:00
Tibor Kaputa
9c56922b75
Merge pull request #257 from Aga-C/save-mms
Added saving MMS (#106)
2021-11-27 19:45:12 +01:00
tibbi
70a6e701dc updating commons + the new fastscroller handling 2021-11-27 19:35:30 +01:00
Agnieszka C
f2a25b46dd Added saving MMS (#106) 2021-11-20 13:39:52 +01:00
tibbi
4157f758f9 hide the proper view if no conversations are found 2021-11-16 15:48:18 +01:00
tibbi
d66c435e77 hide the proper view if no conversations are found 2021-11-15 22:52:51 +01:00
tibbi
ed50f8ec31 moving some helper functions from context to settings 2021-11-15 18:03:19 +01:00
tibbi
86a9cab458 switching to the new fastscroller 2021-11-15 15:41:25 +01:00
tibbi
081c979535 some setting UI tweak, lets show textual values below their labels 2021-11-15 15:21:09 +01:00
tibbi
938ba2b20c removing the file size limit label from the app settings 2021-11-15 14:47:14 +01:00
tibbi
9807f94480 properly update a background if the Customize notifications button is hidden 2021-11-13 10:29:05 +01:00
tibbi
a5dc5c1bb8 removing the lock screen notification visibility label from the settings 2021-11-13 10:26:56 +01:00
tibbi
efc95ef9f6 updating the Settings style 2021-11-13 10:10:42 +01:00
tibbi
ad40ac4e92 use layout animations only if they are enabled in the system 2021-11-13 09:16:41 +01:00
tibbi
3f9433d577 adding an extra flag at pressing top Back from conversation 2021-10-20 09:51:38 +02:00
Tibor Kaputa
feaddf8558
Merge pull request #216 from Aga-C/going-back-from-thread
Changed back button behavior in thread (#187)
2021-10-20 09:46:20 +02:00
Agnieszka C
c06482d22f Reverted changes in MainActivity 2021-10-20 00:15:56 +02:00
Agnieszka C
ae223b3613 Removed empty line 2021-10-20 00:11:15 +02:00
Agnieszka C
cd7e29c518 Removed overriding Back press 2021-10-19 23:51:33 +02:00
Agnieszka C
40b168cbeb Simplified going back action 2021-10-19 18:41:16 +02:00
Agnieszka C
21365e3b96 Exit on pressing Back 2021-10-19 16:33:49 +02:00
Tibor Kaputa
eca3d9bf53
Merge pull request #226 from Aga-C/fix-loading-messages
Fixed constant loading messages text (#225)
2021-10-19 13:28:46 +02:00
Tibor Kaputa
2385dcd14b
fixing some visibility and clickability things 2021-10-19 13:28:17 +02:00
tibbi
bb59c84b77 avoid fetching conversation drafts during scrolling 2021-10-18 18:58:56 +02:00
Tibor Kaputa
ea637c529a
removing an unused import 2021-10-18 18:35:10 +02:00
Agnieszka C
44547b05d0 Dialing number refactor 2021-10-18 18:19:26 +02:00
Agnieszka C
41114e5f2c Added calling contact in conversation (#230) 2021-10-18 15:45:20 +02:00
Agnieszka C
c2c76a2fd0 Fixed constant loading messages text (#225) 2021-10-11 09:20:37 +02:00
Agnieszka C
cce617b12f Changed back button behavior in thread (#187) 2021-09-26 23:33:39 +02:00
tibbi
18026c473f adding some crashfixes 2021-09-24 21:35:37 +02:00
tibbi
83b4300362 lets actually remove the un/pinning from the thread activity 2021-09-24 18:45:06 +02:00
Tibor Kaputa
7fae2d8324
Merge branch 'master' into fix/wrong-sender-name 2021-09-24 18:41:38 +02:00
Tibor Kaputa
e92943b167
Merge branch 'master' into add-pin-conversation 2021-09-24 18:34:15 +02:00
Tibor Kaputa
516131787c
removing a newline 2021-09-24 17:58:01 +02:00
Tibor Kaputa
cc06bfa7f3
adding some spaces 2021-09-24 17:57:34 +02:00
darthpaul
50088ca967 Merge remote-tracking branch 'origin/feat/export-sms' into feat/export-sms
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/dialogs/ImportMessagesDialog.kt
2021-09-24 15:09:24 +01:00
darthpaul
24c08613d9 remove unused callback in ImportMessagesDialog 2021-09-24 15:07:40 +01:00
darthpaul
91d81e3bd8 fix wrong sender name from private contacts
- use SimpleContact.doesHavePhoneNumber to perform comparision between a sender and private contact. SimpleContact.doesHavePhoneNumber does equality check.
2021-09-24 13:57:15 +01:00
Tibor Kaputa
ec2352e597
minor code update 2021-09-22 22:59:51 +02:00
darthpaul
a5109da19f Merge branch 'master' into feat/export-sms
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/extensions/Context.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Config.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Constants.kt
2021-09-18 22:16:12 +01:00
darthpaul
04cac740ee Cleanup code and remove logs 2021-09-18 22:07:13 +01:00
darthpaul
24d9988ec1 Add progress callbacks to importer and exporter, not used yet 2021-09-18 21:54:44 +01:00
Agnieszka C
c14e1f5b95 Added pinning conversations (#197) 2021-09-18 19:23:55 +02:00
Agnieszka C
d2d291069c Fixed marking as read/unread not refreshing list 2021-09-14 19:03:04 +02:00
Paul Akhamiogu
9656207135 Import SMS 2021-09-12 18:44:52 +01:00
Paul Akhamiogu
7f32115afe back up messages 2021-09-12 00:43:00 +01:00
Tibor Kaputa
2aa8e3953b
Merge branch 'master' into add-simple-characters 2021-09-10 10:16:42 +02:00