Commit graph

212 commits

Author SHA1 Message Date
Mikunj
d10a8f0a6f Added setting to disable checking for auto updates. 2020-03-10 14:22:07 +11:00
Mikunj
6767f71a6b Make getMediaPermissions synchronous 2020-03-10 10:49:07 +11:00
Mikunj
eeb6257526 Remove settings view 2020-03-10 10:24:23 +11:00
Ryan Tharp
178d788dca Enable auto-updating using electron-updater 2020-03-05 15:39:43 +11:00
Vince
67e3846787
Merge pull request #905 from jian10au/scaleslider
Zoom factor slider
2020-03-02 11:48:43 +11:00
Brian Jian Zhao
203d314254 fix the slider bug 2020-02-26 13:30:56 +11:00
Brian Jian Zhao
23da1831c2 removed unnecessary comments after review 2020-02-26 11:54:44 +11:00
Audric Ackermann
ff45fb27f2
Set a bg color to the mainwindow
Might improve sharpness of font rendering
@see https://github.com/electron/electron/blob/master/docs/faq.md#the-font-looks-blurry-what-is-this-and-what-can-i-do
2020-02-21 15:32:30 +11:00
Brian
96e9a68abd add zoomfactor to main 2020-02-20 00:08:47 +11:00
Ryan Tharp
2f73836f85
Update Messenger/Messenger to Messenger/Session
per Jimmy
2020-02-17 18:06:28 -08:00
Ryan Tharp
2fd279e514
Update loki-messenger links
Update loki-messenger => session-desktop and fix support page
2020-02-17 17:04:31 -08:00
Ryan Tharp
cef644b637
f5 isn't a valid accelerator
fix WARNING: f5 is not a valid accelerator on MacOS
2020-02-17 16:46:46 -08:00
Vince
8767a7a829
Merge pull request #856 from jian10au/fixissue#820
Fixissue#820
2020-02-17 15:37:43 +11:00
Echedey
3c936d10f0
Reverting changes in pull #336
As suggested, with that old commit the "Go to Release Notes" link is broken referencing to "https://github.com/loki-project/session-desktop/releases/tag/1.0.1" for example.
2020-02-15 18:11:49 +00:00
Brian Jian Zhao
74be4fa905 further lower the min height to 580px 2020-02-14 16:42:13 +11:00
Brian Jian Zhao
efcfa6b5e3 change electron window min setting 2020-02-14 16:37:34 +11:00
Audric Ackermann
ddf1ca78ec
use local shortcut instead of global shortcut
otherwise, ctrl+r is only caught bu the last loaded instance
2020-01-31 11:07:40 +11:00
Audric Ackermann
7a42c5a005
fix lint 2020-01-30 17:46:16 +11:00
Audric Ackermann
e077b0a77b
reload app on ctrl-r or f5 from anywhere 2020-01-30 17:09:03 +11:00
Audric Ackermann
2cd4aec734
force locale to be EN until our files are updated and translated 2020-01-30 12:22:26 +11:00
Vince
215f6631a4
Update main.js
Aspect ratio amendment
2020-01-30 09:30:25 +11:00
Audric Ackermann
5c4fa1d2cb
increase min height respecting ratio 2020-01-28 16:00:13 +11:00
Audric Ackermann
213db6c1ed fix lint 2020-01-16 11:27:29 +11:00
Audric Ackermann
aaf202b9f7 add session icon as app icon 2020-01-16 11:27:29 +11:00
Vincent
dd421d58f1 Theme switching. Need to update _session*_light 2020-01-09 17:44:34 +11:00
Beaudan Brown
b7dd4257d6 Disable microphone button when you have disabled permissions 2019-11-12 09:53:31 +11:00
sachaaaaa
e07f81c150 Add LokiFileServerAPI 2019-09-19 16:37:15 +10:00
Maxim Shishmarev
cdd374a4b2 Add a toggle option for typing indicators; use short ttl for them 2019-08-06 11:57:45 +10:00
Beaudan
13012ce6d2 Fix release notes link 2019-07-08 09:51:02 +10:00
Beaudan
3d45451551 Better setting name 2019-07-05 14:45:48 +10:00
Beaudan
5887f8c14c Fix password error 2019-07-05 13:21:32 +10:00
Beaudan
87c5d0858c Choose a random seed node from a list for bootstrapping 2019-07-03 11:32:31 +10:00
Beaudan
6b2b9ce926 Remove default port and use port from storage server responses 2019-06-11 16:30:01 +10:00
Beaudan
eea2b8e6a7 Do port null check inside rpc call 2019-06-11 16:29:04 +10:00
Beaudan
e520bf109a Persist PoW difficulty and update if get response from snodes 2019-06-03 13:37:34 +10:00
Mikunj
8808100796 Merge signal-1.24.0
# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	background.html
#	config/default.json
#	config/production.json
#	js/models/conversations.js
#	js/models/messages.js
#	js/views/conversation_view.js
#	js/views/inbox_view.js
#	js/views/settings_view.js
#	main.js
#	package.json
#	test/index.html
#	ts/components/conversation/ContactName.tsx
#	yarn.lock
2019-04-18 12:45:19 +10:00
Mikunj
48c4ed1a29 Partial Merge commit 'bf904ddd129ceba8fa363ccf6d10ecd256c65f63' into signal-1.23
# Conflicts:
#	_locales/en/messages.json
#	app/sql.js
#	js/background.js
#	js/conversation_controller.js
#	js/models/conversations.js
#	js/views/inbox_view.js
#	main.js
2019-04-17 13:47:17 +10:00
Mikunj
e343a04eea Merge commit '18b5b7c046436f2defab2e20407e22da180bf97b' into signal-1.22
# Conflicts:
#	app/sql.js
#	background.html
#	config/default.json
#	js/background.js
#	js/models/conversations.js
#	js/models/messages.js
#	js/modules/data.js
#	js/signal_protocol_store.js
#	js/views/conversation_search_view.js
#	libtextsecure/message_receiver.js
#	libtextsecure/sendmessage.js
#	main.js
#	package.json
#	preload.js
#	test/index.html
#	ts/components/Avatar.tsx
#	ts/components/conversation/ConversationHeader.md
#	ts/components/conversation/ConversationHeader.tsx
2019-04-17 11:59:54 +10:00
Beaudan
531ee92dcb Updated messenger to work with slightly different storage server API and changed swarm requests to go through storage server 2019-04-08 13:37:20 +10:00
Scott Nonnenberg
c8ea2e9463 Download and install updates without the help of electron-updater 2019-04-05 17:18:37 -07:00
Scott Nonnenberg
ae161c6cf6 Update to Electron 4.x 2019-03-12 17:44:14 -07:00
Scott Nonnenberg
e4b0901620 If logs are malformed on startup, delete them all and start over 2019-03-12 17:44:14 -07:00
Beaudan
6b1b73a5ea Missed lint line 2019-03-04 10:57:45 +11:00
sachaaaaa
4714cafa6f
Merge pull request #238 from sachaaaaa/commit_hash_about
Show commit hash in About window for beta builds
2019-03-04 10:52:26 +11:00
sachaaaaa
01577a7b45
Merge pull request #236 from BeaudanBrown/fix-database-bug
Fix windows database crash
2019-03-04 10:51:05 +11:00
sachaaaaa
37f0fced29 Show commit hash in About window for beta builds 2019-03-01 17:10:20 +11:00
Beaudan
98aa53de07 Await removing databse 2019-03-01 15:17:21 +11:00
sachaaaaa
b39b45e29d Fix #214 Replace help menu links 2019-03-01 14:44:16 +11:00
Scott Nonnenberg
5165eb3bd4 On database error: show popup, allow user to delete and relaunch 2019-02-20 16:51:30 -08:00
Beaudan
6426a5eb9b Added ability to look up our .loki address and now send that with our LokiAddress messages 2019-02-14 13:09:04 +11:00