1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-09 17:06:12 +00:00

442 Commits

Author SHA1 Message Date
Loic Blot
8192c65e49 Forget to change appname in AppFramework 2017-01-03 12:56:17 +01:00
Loic Blot
9d8702d3bb Rename application to 'Phone Sync'
Also update copyright years on modified files
This fixes #132
2017-01-03 12:54:38 +01:00
John Molakvoæ
8296cdca78 Set contact colours on uids (#152)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-01-03 11:22:05 +01:00
Loic Blot
3a669de201 Bump version 1.11.4 1.11.4 2016-12-30 22:28:30 +01:00
yneveu
57de2f4e03 Fix SyntaxErrorException on select limit (#146)
SmsMapper:
* Fix SyntaxErrorException on select limit
* Remove unwanted LIMIT
2016-12-30 22:26:31 +01:00
Niedermann IT-Dienstleistungen
71f5069537 Update README.md (#144)
* Update README.md

- restructured similar to android client
- removed manual installation instructions and point to the appstores
- added a screenshot
- use Nextcloud / ownCloud where possible
- use emojis

* Switch client and server issues in README.md
2016-12-24 13:10:29 +01:00
Loic Blot
0d26ac6a01 Fix app crash when using API without login 2016-12-20 19:43:56 +01:00
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