1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-08 16:36:25 +00:00

435 Commits

Author SHA1 Message Date
Loic Blot
c204dc9fcb Reduce min-int-size for 32b systems.
This fixes #139
2016-12-20 07:51:38 +01:00
Loic Blot
292bd8b814 Try to cast to int using a new variable instead of doing it in array 2016-12-19 10:45:46 +01:00
Loic Blot
82d72907da Migrate to AngularJS 1.6 2016-12-15 23:41:53 +01:00
Loic Blot
6527fe2d90 Simpler implementation for search & show search but it's not working yet 2016-12-15 23:16:08 +01:00
Loic Blot
4606fd1d39 Add various int parsing for AngularJS
Begin some work for #137
2016-12-15 21:34:11 +01:00
Niedermann IT-Dienstleistungen
588cecafa9 Some style changes (header, colors, ...) (#136)
* - Invert header colors for better readability
- Increase size of header image and adjust layout
- Change font-color of sent date to grey because it is not as important as the content (with darker grey on hover)
- Use same opacity of delete button as in contacts app (hover: opacity: 1)

* Remove unnecessairy margin-right

* Use flex-box in header and adjust more to other apps
2016-12-15 21:02:40 +01:00
Loic Blot
9fb4b6e340 Merge branch 'master' of https://github.com/nerzhul/ocsms 2016-12-15 20:59:07 +01:00
Ner'zhul
54f2c185fe Merge pull request #135 from stefan-niedermann/master
Style messages more modern
2016-12-15 14:01:05 +01:00
Stefan Niedermann
07dafcd2aa Style messages more modern (#134) 2016-12-15 13:38:58 +01:00
Ner'zhul
f8762809f3 Merge pull request #133 from stefan-niedermann/master
Fix #130 Use loading spinner from core
2016-12-15 12:33:16 +01:00
Ner'zhul
32bc2c5d9b Merge pull request #131 from stefan-niedermann/master
Fix left navigation layout
2016-12-15 11:44:43 +01:00
Loic Blot
5c18451d72 Fix screenshot path & bump version 1.11.3 2016-12-15 11:41:21 +01:00
Stefan Niedermann
9a08cfb5b5 Fix #130 Use loading spinner from core 2016-12-15 10:41:08 +01:00
Loic Blot
28fd2f91ee Release 1.11.2
* Rename to Nextcloud SMS (TEMP)
* Add screenshot for appstore
v1.11.2
2016-12-15 09:24:06 +01:00
Stefan Niedermann
f86f0fabdf Fix left navigation layout 2016-12-15 09:14:21 +01:00
Loic Blot
218a3e61d4 Add some metadata 2016-12-08 21:55:31 +01:00
Loic Blot
6eb1a1dc89 Fix app version for nextcloud store... :( v1.11.1 2016-12-08 21:48:07 +01:00
Loic Blot
9db19c98be Minor fix for nextcloud appstore v1.11.0.1 2016-12-08 21:46:31 +01:00
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