Skip to content

Commit

Permalink
Merge pull request #475 from threema-ch/ios
Browse files Browse the repository at this point in the history
Threema Web v2.0.0
  • Loading branch information
threema-danilo committed Aug 2, 2018
2 parents 8bfce1d + 15bc060 commit 0a38dba
Show file tree
Hide file tree
Showing 152 changed files with 12,503 additions and 5,740 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ references:
- v1-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "package.json" }}
- run: npm install
- run: npm run build
- run: npm run build:tests
- run: npm test
- save_cache:
key: v1-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "package.json" }}
Expand Down
127 changes: 126 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,105 @@
This changelog lists the most important changes for each released version. For
the full log, please refer to the git commit history.

### [v2.0.0-beta.8][v2.0.0-beta.8] (2018-07-24)

Changes:

* [change] Upgraded a lot of dependencies ([#522][i522])
* [change] Some minor protocol changes ([#528][i528])

### [v2.0.0-beta.7][v2.0.0-beta.7] (2018-07-03)

Changes:

* [feature] Show a message when copying text to the clipboard ([#517][i517])
* [change] Hide battery icon after 1 minute without connectivity
* [change] Disable flashing of "low battery" icon due to browser
performance issues ([#519][i519])
* [bug] Fix a lot of UI performance issues ([#480][i480])

### [v2.0.0-beta.6][v2.0.0-beta.6] (2018-06-26)

Changes:

* [feature] Show three blue dots for verified Threema Work contacts
* [feature] Implement non-work indicator for Threema Work users
* [feature] Add message timeout state
* [feature] Show a title text for all message state icons
* [bug] Ignore status messages when marking as unread
* [bug] Fix "unread messages" indicator

### [v2.0.0-beta.5][v2.0.0-beta.5] (2018-06-12)

Changes:

* [feature] Implement "copy to clipboard" functionality
* [bug] Fix closing of chat when deleting conversation
* [bug] Fix bug when processing messages that were sent when not connected
* [bug] Improve scrolling behavior

Contributors:

- [@heckenmann][@heckenmann]

### [v2.0.0-beta.4][v2.0.0-beta.4] (2018-06-11)

Changes:

* [change] iOS: Status bar should stay green on connection loss
* [bug] When entering the wrong password, re-enable the input field
* [bug] Clear all "isTyping" flags when connection is lost
* [bug] Handle unknown battery status
* [bug] German translation fixes

Contributors:

- [@JanRei][@JanRei]

### [v2.0.0-beta.3][v2.0.0-beta.3] (2018-06-05)

Changes:

* [feature] Hide inactive IDs in contact list ([#4][i4])
* [change] Link version number at the bottom of the webapp to changelog
* [bug] Properly sort contacts
* [bug] Fix error message when adding an invalid contact identity

### [v2.0.0-beta.2][v2.0.0-beta.2] (2018-06-04)

Changes:

* [change] Update icon / favicon for various platforms ([#503][i503])
* [bug] Fix mime type handling for audio messages
* [bug] Prevent double-download of audio messages

### [v2.0.0-beta.1][v2.0.0-beta.1] (2018-05-29)

This is the first beta release with support for Threema Web on iOS devices. It
also changes the protocol version from 1 to 2.

Changes:

* [feature] Add support for iOS ([#58][i58])
* [feature] Allow viewing and editing your own profile ([#221][i221])
* [feature] Show message events ([#32][i32])
* [feature] Large single emoji ([#97][i97])
* [feature] Show distribution list members ([#472][i472])
* [feature] Add "Navigate to" entry to location message context menu
* [feature] Add support for Safari 11+ (with iOS devices only)
* [feature] Implement support for new per-conversation notification settings
* [change] Threema Web protocol version upgrade from 1 to 2
* [change] When downloading media, filename now contains timestamp
* [bug] Saving profile without setting picture won't reset it anymore ([#154][i154])
* [bug] Fix race condition in password field ([#445][i445])
* [bug] Fix broken conversation preview ([#393][i393])
* [bug] Make message caption mouse-selectable ([#303][i303])

Contributors:

- [@IndianaDschones][@IndianaDschones]
- [@ovalseven8][@ovalseven8]

### [v1.8.2][v1.8.2] (2018-02-21)

Changes:
Expand Down Expand Up @@ -285,12 +384,14 @@ Contributors:

First public release.

[i4]: https://github.com/threema-ch/threema-web/issues/4
[i6]: https://github.com/threema-ch/threema-web/issues/6
[i8]: https://github.com/threema-ch/threema-web/issues/8
[i11]: https://github.com/threema-ch/threema-web/issues/11
[i17]: https://github.com/threema-ch/threema-web/issues/17
[i20]: https://github.com/threema-ch/threema-web/issues/20
[i29]: https://github.com/threema-ch/threema-web/issues/29
[i32]: https://github.com/threema-ch/threema-web/issues/32
[i38]: https://github.com/threema-ch/threema-web/issues/38
[i39]: https://github.com/threema-ch/threema-web/issues/39
[i41]: https://github.com/threema-ch/threema-web/issues/41
Expand All @@ -302,6 +403,7 @@ First public release.
[i50]: https://github.com/threema-ch/threema-web/issues/50
[i54]: https://github.com/threema-ch/threema-web/issues/54
[i57]: https://github.com/threema-ch/threema-web/issues/57
[i58]: https://github.com/threema-ch/threema-web/issues/58
[i59]: https://github.com/threema-ch/threema-web/issues/59
[i61]: https://github.com/threema-ch/threema-web/issues/61
[i64]: https://github.com/threema-ch/threema-web/issues/64
Expand All @@ -313,6 +415,7 @@ First public release.
[i83]: https://github.com/threema-ch/threema-web/issues/83
[i86]: https://github.com/threema-ch/threema-web/issues/86
[i90]: https://github.com/threema-ch/threema-web/issues/90
[i97]: https://github.com/threema-ch/threema-web/issues/97
[i93]: https://github.com/threema-ch/threema-web/issues/93
[i102]: https://github.com/threema-ch/threema-web/issues/102
[i108]: https://github.com/threema-ch/threema-web/issues/108
Expand All @@ -332,6 +435,7 @@ First public release.
[i148]: https://github.com/threema-ch/threema-web/issues/148
[i150]: https://github.com/threema-ch/threema-web/issues/150
[i153]: https://github.com/threema-ch/threema-web/issues/153
[i154]: https://github.com/threema-ch/threema-web/issues/154
[i156]: https://github.com/threema-ch/threema-web/issues/156
[i161]: https://github.com/threema-ch/threema-web/issues/161
[i167]: https://github.com/threema-ch/threema-web/issues/167
Expand All @@ -348,6 +452,7 @@ First public release.
[i205]: https://github.com/threema-ch/threema-web/issues/205
[i211]: https://github.com/threema-ch/threema-web/issues/211
[i215]: https://github.com/threema-ch/threema-web/issues/215
[i221]: https://github.com/threema-ch/threema-web/issues/221
[i231]: https://github.com/threema-ch/threema-web/issues/231
[i235]: https://github.com/threema-ch/threema-web/issues/235
[i237]: https://github.com/threema-ch/threema-web/issues/237
Expand All @@ -367,6 +472,7 @@ First public release.
[i289]: https://github.com/threema-ch/threema-web/issues/289
[i291]: https://github.com/threema-ch/threema-web/issues/291
[i296]: https://github.com/threema-ch/threema-web/issues/296
[i303]: https://github.com/threema-ch/threema-web/issues/303
[i310]: https://github.com/threema-ch/threema-web/issues/310
[i311]: https://github.com/threema-ch/threema-web/issues/311
[i315]: https://github.com/threema-ch/threema-web/issues/315
Expand Down Expand Up @@ -403,6 +509,7 @@ First public release.
[i382]: https://github.com/threema-ch/threema-web/issues/382
[i385]: https://github.com/threema-ch/threema-web/issues/385
[i390]: https://github.com/threema-ch/threema-web/issues/390
[i393]: https://github.com/threema-ch/threema-web/issues/393
[i396]: https://github.com/threema-ch/threema-web/issues/396
[i401]: https://github.com/threema-ch/threema-web/issues/401
[i402]: https://github.com/threema-ch/threema-web/issues/402
Expand All @@ -416,7 +523,23 @@ First public release.
[i435]: https://github.com/threema-ch/threema-web/issues/435
[i439]: https://github.com/threema-ch/threema-web/issues/439
[i441]: https://github.com/threema-ch/threema-web/issues/441

[i445]: https://github.com/threema-ch/threema-web/issues/445
[i472]: https://github.com/threema-ch/threema-web/issues/472
[i480]: https://github.com/threema-ch/threema-web/issues/480
[i503]: https://github.com/threema-ch/threema-web/issues/503
[i517]: https://github.com/threema-ch/threema-web/issues/517
[i519]: https://github.com/threema-ch/threema-web/issues/519
[i522]: https://github.com/threema-ch/threema-web/issues/522
[i528]: https://github.com/threema-ch/threema-web/issues/528

[v2.0.0-beta.8]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.7...v2.0.0-beta.8
[v2.0.0-beta.7]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.6...v2.0.0-beta.7
[v2.0.0-beta.6]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.5...v2.0.0-beta.6
[v2.0.0-beta.5]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.4...v2.0.0-beta.5
[v2.0.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.3...v2.0.0-beta.4
[v2.0.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.2...v2.0.0-beta.3
[v2.0.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.1...v2.0.0-beta.2
[v2.0.0-beta.1]: https://github.com/threema-ch/threema-web/compare/v1.8.2...v2.0.0-beta.1
[v1.8.2]: https://github.com/threema-ch/threema-web/compare/v1.8.1...v1.8.2
[v1.8.1]: https://github.com/threema-ch/threema-web/compare/v1.8.0...v1.8.1
[v1.8.0]: https://github.com/threema-ch/threema-web/compare/v1.7.0...v1.8.0
Expand Down Expand Up @@ -452,3 +575,5 @@ First public release.
[@bluec0re]: https://github.com/bluec0re/
[@Octoate]: https://github.com/Octoate/
[@joelfischerr]: https://github.com/joelfischerr/
[@JanRei]: https://github.com/JanRei/
[@heckenmann]: https://github.com/heckenmann
90 changes: 26 additions & 64 deletions LICENSE-3RD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ License for angular-material

The MIT License

Copyright (c) 2014-2017 Google, Inc. http://angularjs.org
Copyright (c) 2014-2018 Google, Inc. http://angularjs.org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -148,35 +148,6 @@ THE SOFTWARE.



----------
License for angular-messages
----------

The MIT License (MIT)

Copyright (c) 2016 Angular

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.




----------
License for angular-qrcode
----------
Expand Down Expand Up @@ -270,7 +241,7 @@ License for angular-translate

The MIT License (MIT)

Copyright (c) <2014> <pascal.precht@gmail.com>
Copyright (c) 2013-2017 The angular-translate team and Pascal Precht

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -299,7 +270,7 @@ License for angular-ui-router

The MIT License

Copyright (c) 2013-2015 The AngularUI Team, Karsten Sperling
Copyright (c) 2013-2018 The AngularUI Team, Karsten Sperling

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -451,6 +422,27 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License for browserify
----------

This software is released under the MIT license:

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---

Some pieces from builtins/ taken from node core under this license:

----
Expand Down Expand Up @@ -621,41 +613,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI



----------
License for js-sha256
----------

Copyright (c) 2014-2016 Chen, Yi-Cyuan

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




----------
License for messageformat
----------

Copyright 2012-2016 Alex Sexton, Eemeli Aro, and Contributors
Copyright 2012-2018 Alex Sexton, Eemeli Aro, and Contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -743,7 +705,7 @@ License for saltyrtc-client

The MIT License (MIT)

Copyright (c) 2016-2017 Threema GmbH
Copyright (c) 2016-2018 Threema GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Install development dependencies:

Run the dev server:

npm run serve:live
npm run devserver

Then open the URL in your browser:

chromium http://localhost:9966
firefox http://localhost:9966

*(Note that this setup should not be used in production. To run Threema
Web on a server, please follow the instructions at
Expand All @@ -50,8 +50,8 @@ Web on a server, please follow the instructions at

To run tests:

npm run build
chromium tests/testsuite.html
npm run build && npm run build:tests
firefox tests/testsuite.html

To run linting checks:

Expand Down
Loading

0 comments on commit 0a38dba

Please sign in to comment.