1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00
Commit Graph

417 Commits

Author SHA1 Message Date
Loic Blot ac35531b87 Bump version 1.11.0 with APIv2
This version finished working on APIv2 message fetching permitting Android App to restore messages
v1.11.0
2016-12-08 21:40:05 +01:00
Loic Blot 5bcfeb17c3 Add missing fields to permit proper restore 2016-12-08 00:54:52 +01:00
Loic Blot 065ab9bdee Code cleanup & defer fetchMessagesToSend 2016-12-07 00:11:57 +01:00
Loic Blot 467565d41b Return current start as last_id if last_id = 0 2016-12-07 00:10:06 +01:00
Loic Blot 7fda438397 Return last_id = 0 when there is no new messages 2016-12-06 23:59:41 +01:00
Loic Blot 8d335d449e Add last_id field to fetchmessage functions 2016-12-06 23:55:36 +01:00
Loic Blot 875519d603 Fix SmsMapper::getMessages query 2016-12-06 23:45:12 +01:00
Loic Blot 8ecf360462 Fix conversation loader shown where no conversation choosen v1.10.1 2016-11-11 17:14:46 +01:00
Loic Blot 26df3a53a4 Conversation Mapper addition + migration to proper scheme 2016-11-11 17:11:05 +01:00
Loic Blot 42dbd2c3bf Cleanup one global variable for message count and split it in two distinct parts 2016-11-11 10:17:35 +01:00
Ner'zhul fda6f1a68c Merge pull request #123 from DJaeger/master
Reset message count and only add new messages on refresh.
2016-11-11 10:15:07 +01:00
Loic Blot 5a737b609e Drop spaces from contactcache to dedup some more contacts 2016-11-11 10:04:06 +01:00
Loic Blot 38072d3766 Merge branch 'master' of https://github.com/nerzhul/ocsms 2016-11-11 10:03:23 +01:00
Daniel Jäger a54bd58eee Reset message count and only add new messages on refresh. Fixes nerzhul/ocsms#117 2016-11-08 10:59:48 +01:00
Loic Blot cdfae91598 Add missing index this will fix performances issues on huge DB reported in #102 2016-10-28 07:57:59 +02:00
Loic Blot 336996220c Bump to 1.9.0 v1.9.0 2016-09-22 23:13:56 +02:00
Loic Blot 8569ba96c4 Also add loader for peerlist 2016-09-22 23:13:24 +02:00
Loic Blot 7ca7154a1e last read date use the reprocessed phone number, not the raw phone number 2016-09-22 23:07:10 +02:00
Loic Blot 010acd7adc Conversation header CSS fix & unicity fixes for unread messages & peerlist last messages
Note: for unread message count we need one more fix
2016-09-22 23:06:22 +02:00
Loic Blot 745d7092ad Add a fix for duplicates messages in database with or without spaces 2016-09-22 22:55:21 +02:00
Loic Blot 4a8562642b Implement conversation CSS loader when loading contact conversation (not on refresh) 2016-09-22 22:44:13 +02:00
Loic Blot a05db79889 typo fix 2016-09-22 22:21:58 +02:00
Loic Blot a512ee4957 Properly apply contactName & messageCount at conversation loading if reloading tab 2016-09-22 22:21:33 +02:00
Loic Blot 852c0835fa Add missing database indices 2016-09-22 22:16:09 +02:00
Loic Blot eea860d919 Missing regexp update 2016-09-22 21:56:06 +02:00
Loic Blot b84ff1088f Try to cleanup check_new_messages 2016-09-22 21:52:49 +02:00
Loic Blot 631640c5bb Bugfix: check the read date per phone number if there are messages to check for this date 2016-09-22 21:45:20 +02:00
Loic Blot debf173673 Little regexp fix 2016-09-22 21:40:49 +02:00
Loic Blot 781fc74c1a Bump 1.8.3 for nextcloud appstore... v1.8.3 2016-09-22 00:29:10 +02:00
Loic Blot 3b4d6f696f Nextcloud appstore fix v1.8.2.1 2016-09-22 00:27:47 +02:00
Loic Blot 82e1a053dc Add a section to release on nextcloud appstore v1.8.2 2016-09-22 00:24:11 +02:00
Loic Blot e5ce17a16d v1.8.1 v1.8.1 2016-09-20 00:03:32 +02:00
Loic Blot 6c906d498f Increase sms size into database for huge SMS.
This fixes #110
2016-09-19 23:37:09 +02:00
Loic Blot 48bf3f5a3e v1.8.0 v1.8.0 2016-09-19 23:30:27 +02:00
Loic Blot 60bd54a12a Add settings to change contact list ordering by label/lastmsg and reverse/sort 2016-09-19 23:24:05 +02:00
Loic Blot 7b92499941 Fix an undefined error 2016-09-19 22:45:06 +02:00
Loic Blot 49cc81db8c HTML style & undef function fix 2016-09-19 22:39:08 +02:00
Loic Blot b9fba16893 Fix avatars in contact list 2016-09-19 22:25:21 +02:00
Loic Blot 6c37d0ccfe Cleanup a little bit avatar management 2016-09-19 21:31:43 +02:00
Loic Blot ce967126d0 Fix ordering for messages & contacts 2016-09-19 21:25:53 +02:00
Loic Blot 949885abbd Don't remove contact from contact list, instead modify the current user 2016-09-19 21:15:15 +02:00
Loic Blot 828320eb9d little fixes + order contacts by message date 2016-09-19 21:03:57 +02:00
Loic Blot fb952e00ef Doxygen comment fix 2016-07-21 23:49:20 +02:00
Loic Blot 78eae0600c Add a new call to get the current message count for a user 2016-07-21 23:32:01 +02:00
Loic Blot 55ca445ff7 v1.7.0 v1.7.0 2016-06-15 07:49:47 +02:00
Ner'zhul 2413f072ed Merge pull request #114 from liweitianux/patch-2
Update country codes according to countrycode.org
2016-05-27 08:12:53 +02:00
Aaron LI db067f945a Update country codes according to countrycode.org
This update also fixes the codes of "Albania" and "Finland".

The following countries/regions have multiple codes, and I do not know how to handle this issue, so I just comment these out.
+ Dominican Republic: 1-809, 1-829, 1-849
+ Puerto Rico: 1-787, 1-939
2016-05-27 14:04:09 +08:00
Loic Blot 6fbf9f690c Factorize some CSS parts & bigger avatar in conversations 2016-05-20 08:48:36 +02:00
Loic Blot 5ac76af636 Fix contact actions floating 2016-05-20 08:44:15 +02:00
Loic Blot 4fce4cfbbc add favicon 2016-05-19 23:56:50 +02:00