Commit Graph

3096 Commits (07d19d12c21a6fc7a9a76d4d912167ffaedafe79)
 

Author SHA1 Message Date
lilia 854374dc7c
Remove the old debug log menu item 8 years ago
lilia 11633d7d87
Make debug log available from the installer
Move debug log from inbox view to app view so it can be opened regardless of
whether we are showing the inbox view or the installer.

// FREEBIE
8 years ago
lilia 04e40043d2
Add View -> Debug Log to menu bar
Just send an event from the main process to the renderer,
The latter routes it the appropriate view method.

For now it's a no-op unless the main window exists and it is showing the inbox,
which will be addressed in a future commit.

// FREEBIE
8 years ago
Scott Nonnenberg 8243f25e5a
Fix auto-update dialog now that locale-loading has been changed
FREEBIE
8 years ago
Scott Nonnenberg b62fdd1b36
Bump version to 1.0.18
FREEBIE
8 years ago
Scott Nonnenberg bd3b8ae9f8
Note how many debug logs we have after we load them from DB
FREEBIE
8 years ago
Scott Nonnenberg 63e41612b7
Remove spellchecking on the debug log field - causes big slowdown
FREEBIE
8 years ago
Scott Nonnenberg 87a1fcc406
Fix trimming of debug log: remove first, use proper iteration var
FREEBIE
8 years ago
Scott Nonnenberg 80fd70de13
Don't show 'new update available' dialog if it's already showing
FREEBIE
8 years ago
Scott Nonnenberg f9c4342fc2
Remove questions from aptly.sh - they interrupted automated scripts 8 years ago
Scott Nonnenberg 476fe13e89
Bump version to 1.0.17
FREEBIE
8 years ago
Scott Nonnenberg 51198318e9
Bump version to 1.0.16
FREEBIE
8 years ago
Scott Nonnenberg e4ceb21002
Use two interations instead of while loop for trimming log
FREEBIE
8 years ago
Scott Nonnenberg 53d1e7e6c7
Load locale information only after application's 'ready' event
FREEBIE
8 years ago
Scott Nonnenberg 5526958c52
manifest.css catch-up
FREEBIE
8 years ago
Scott Nonnenberg 46221677d7
Bump version to v1.0.15
FREEBIE
8 years ago
Scott Nonnenberg c1dd858922
Fix warning icon in message detail page - use relative path
FREEBIE
8 years ago
Scott Nonnenberg 2261305e8f
Appveyor: Add some logging to help track down flakiness
FREEBIE
8 years ago
Scott Nonnenberg b79aa6a75f
Bump version to 1.0.14
FREEBIE
8 years ago
lilia 02df917f3a
Fix $name$ in confirmation dialogs
Our i18n shim supports multiple substitutions if you give it an array of strings
to use as replacements.

// FREEBIE
8 years ago
David Balatero a6af40e9f9
Couple of semicolons to match style 8 years ago
David Balatero 8f30e13ec1
Rename autoupdate -> auto_update, remove redundancy 8 years ago
David Balatero ceaff68d55
Refactor locale to only expose the data we care about 8 years ago
David Balatero 5e5ca80a6e
Refactor configuration out into reusable files 8 years ago
David Balatero ed831dacd0
Refactor external source files to live in app/ 8 years ago
David Balatero db62494109
Force app to quit on Mac when we auto update 8 years ago
David Balatero 07d8b862db
Use app interface to get the version 8 years ago
David Balatero eb6aed421a
Ensure we are grabbing the right build artifact 8 years ago
David Balatero 7301b94ed3
Ignore dev-app-update.yml 8 years ago
David Balatero 1b2e94b100
Add a fallback message when no locale is set 8 years ago
David Balatero 9a7f4ae41c
Show dialog box when there's an update for download 8 years ago
lilia f0495a07b2
Fix code fencing in CONTRIBUTING.md
Add obligatory git/cd lines to make more clear that these are steps to setup
from scratch.

// FREEBIE
8 years ago
Scott Nonnenberg 057c8d49df
Travis: Removing OSX from the platform list for now; long delays!
FREEBIE
8 years ago
Scott Nonnenberg 3889615dff
AppVeyor - fix what appears to be a problem with '&& grunt'
FREEBIE
8 years ago
Scott Nonnenberg b5c10041b2
Bump version to 1.0.13
FREEBIE
8 years ago
David Balatero 9c21c3c7e6
Enforce a minimum window size 8 years ago
David Balatero 20fcd194d2
Make node_modules cache dependent on package.json
FREEBIE
8 years ago
Scott Nonnenberg 37d803fb13
Bump version to 1.0.12
FREEBIE
8 years ago
Scott Nonnenberg ceff9ca203
Bump version to 1.0.11
FREEBIE
8 years ago
Scott Nonnenberg a2b4e18492
Get rid of node_modules caching for AppVeyor builds
FREEBIE
8 years ago
Scott Nonnenberg 649248a537
Fix paths for all newly-added icons
FREEBIE
8 years ago
Scott Nonnenberg 8f0b0b121a
Add missing comma in ConversationView event list
FREEBIE
8 years ago
Scott Nonnenberg b82cc62913
Bump version to 1.0.10
FREEBIE
8 years ago
Scott Nonnenberg 5ecd7060c9
fix_broken_perms.sh: Restore signal-desktop execute permission 8 years ago
Scott Nonnenberg bf99c90007
Add two scripts to handle broken permissions in release dir
FREEBIE
8 years ago
Scott Nonnenberg 0c4161e5a3
Bump version to v1.0.9
1.0.8 seems to have a signing problem.

FREEBIE
8 years ago
Scott Nonnenberg 3b6c9dd34e
Bump version to v1.0.8
FREEBIE
8 years ago
Scott Nonnenberg 5bd460239b
Add release directory to gitignore
FREEBIE
8 years ago
lilia 4bb9c5ae32
Fix scroll to bottom arrow icon 8 years ago
lilia 98ea9d95f6
Point aptly at ./release instead of ./dist 8 years ago