Commit graph

84 commits

Author SHA1 Message Date
Tibor Kaputa
2385dcd14b
fixing some visibility and clickability things 2021-10-19 13:28:17 +02:00
Agnieszka C
c2c76a2fd0 Fixed constant loading messages text (#225) 2021-10-11 09:20:37 +02:00
Tibor Kaputa
e92943b167
Merge branch 'master' into add-pin-conversation 2021-09-24 18:34:15 +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
Tibor Kaputa
ec2352e597
minor code update 2021-09-22 22:59:51 +02: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
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
Paul Akhamiogu
b74a511a5e Add dialog to import messages 2021-09-10 00:31:04 +01:00
Paul Akhamiogu
2a5f2bfc03 Add dialog to export messages 2021-09-10 00:08:57 +01:00
tibbi
2e3604ab54 updating commons and kotlin 2021-04-14 23:15:34 +02:00
tibbi
ab50b0b74a adding some animations 2021-03-15 23:43:42 +01:00
tibbi
e7690f6717 adding a search button and an own activity fori t 2021-02-15 19:59:41 +01:00
tibbi
6e10df81d0 update menu colors on the main screen, so we wont forget it in the future 2021-02-15 18:48:46 +01:00
tibbi
b8d3c6191f prefetch all messages at first app launch 2020-12-30 16:34:30 +01:00
tibbi
1a8e8f9cf4 show a Loading Messages placeholder text at first launch 2020-12-30 16:06:45 +01:00
tibbi
d1616d4997 removing the id field at conversations, use thread_id 2020-12-30 15:53:08 +01:00
tibbi
2e8d96b941 add better handling for the main screens scrollbar 2020-12-23 15:00:46 +01:00
tibbi
6405b7431f work with threadIds as Longs, not Ints 2020-12-21 20:01:57 +01:00
tibbi
f412f401d3 adding some crashfixes 2020-12-21 11:38:57 +01:00
tibbi
75fb84f9d4 fix #103, make sure private contact names are shown at group conversations 2020-12-06 16:36:31 +01:00
tibbi
d1fe3531e1 adding some crashfixes 2020-11-03 19:39:59 +01:00
tibbi
ba23de4c7e updating commons to 5.31.11 2020-10-27 22:35:33 +01:00
tibbi
6415b52b24 catch exceptions thrown at updating conversations 2020-07-27 22:51:44 +02:00
Tibor Kaputa
f511f35df0
Merge pull request #57 from michaelsam94/master
change the color of suggested contact name based on font color of app…
2020-07-27 22:13:08 +02:00
tibbi
41fb730511 properly handle contacts with multiple phone numbers 2020-07-27 21:53:21 +02:00
micheal Samuel Naeem
bb12ca5e87 show unread message count badge on app icon 2020-07-03 17:08:20 +02:00
tibbi
880dd7bf27 properly update the font size without restarting the app 2020-06-18 19:23:43 +02:00
tibbi
661798cff4 renaming system_id to thread_id 2020-05-30 20:03:13 +02:00
tibbi
35c205605d properly handle inserting and deleting threads from local db 2020-05-30 20:01:09 +02:00
tibbi
2b3df2719b fix #8, load some cached messages instantly 2020-05-30 18:55:57 +02:00
tibbi
a013c110ec adding a helper function for updating conversations, if necessary 2020-05-30 18:28:34 +02:00
tibbi
f638fa06f2 creating a room DB for storing conversations 2020-05-30 18:04:34 +02:00
tibbi
1c1a2d2855 get the Photo Uri of private contacts too 2020-05-20 16:52:43 +02:00
tibbi
94086547a5 do not show an error message at loading contact image at the Conversation 2020-05-20 16:11:36 +02:00
tibbi
422ccf4b6a lets check those private contacts only if we actually have any 2020-05-18 23:38:56 +02:00
tibbi
db90f0f08c check if no message came from a privately stored contact in Simple Contacts 2020-05-18 23:22:27 +02:00
tibbi
fb5f67d5b6 check if the SMS Role exists before relying on it 2020-04-15 21:15:10 +02:00
tibbi
7fcf3e93e8 turns out the internet is not needed afterall? Lets remove it and see 2020-04-14 11:13:56 +02:00
tibbi
9b758b617d adding a fastscroller with letters at the contact list 2020-04-13 21:58:12 +02:00
tibbi
c1652efb2e addadding a New Conversation shortcut 2020-04-13 21:10:47 +02:00
tibbi
078e8c4f14 open the keyboard at new conversation, if it is empty 2020-04-13 15:36:08 +02:00
tibbi
ff05ec1623 renaming NewMessage to NewConversation, no other change 2020-04-13 15:26:25 +02:00
tibbi
2d1df0322f show a placeholder text on the main screen, if there are no conversations 2020-04-13 15:22:36 +02:00
tibbi
fce6ed2640 handle read and send sms separately 2020-04-13 11:58:44 +02:00
tibbi
59ba80d65a adding a FAQ item about the internet access 2020-04-12 17:34:39 +02:00