Crawl
0195cde103
rewrite ( #101 )
...
* rewrite: initial commit
* feat: add constants for live share
* feat: add first letter uppercase
#88
* chore: remove automatic reconnects
* chore: add troubleshooting to readme
2018-11-07 03:53:18 +01:00
Crawl
ae3afd7361
fix: regression in updating files
...
fixes #99 #100
2018-11-06 23:50:11 +01:00
Crawl
aa9fcf94de
feat: ability to define {lang} and {LANG} in details #84
2018-11-02 15:33:14 +01:00
Crawl
dd3fa0c2b7
fix: local clients time offset
...
fixes #92
2018-09-19 19:52:44 +02:00
Crawl
f989319bd2
fix: login now uses an object instead of parameters
2018-07-03 04:45:24 +02:00
Oscar - Archived (I think)
302a66a100
Fix an annoying typo. ( #65 )
...
* Fix an annoying typo.
* Update extension.ts
2018-06-06 20:42:10 +02:00
Frangu Vlad
4fd0d2eb5e
feat: Add current column to the details section ( #60 )
...
* Add current column
* Update package.json
* Fix bugs!!!
2018-05-01 15:16:59 +02:00
Frangu Vlad
3906cde96a
[RFC] Change the activity setter if you are in the same file ( #59 )
...
* Remove the blocker for the activity setter
* Do this properly
2018-05-01 15:16:24 +02:00
Crawl
dbb504c1fe
refactor: use interface instead of type
2018-04-30 11:36:49 +02:00
Frangu Vlad
389757d7e2
rewrite: generateDetails, add support for line numbers and file sizes and much more ( #58 )
2018-04-30 11:28:20 +02:00
Frangu Vlad
29ddf87284
Don't show a timer on idle ( #57 )
...
Not needed anyways, and buggy to say the least.
2018-04-29 16:35:37 +02:00
Crawl
9b82da7545
tslint check
2018-03-30 03:22:56 +02:00
Frangu Vlad
56f65fc5e1
Cleanup ( #44 )
2018-02-23 16:13:02 +01:00
Frangu Vlad
8fc1461fff
Allow people to set the state or details section to be empty ( #47 )
2018-02-13 01:11:28 +01:00
Frangu Vlad
e82b783ffb
Fix image null ( #43 )
2018-02-07 13:38:15 +01:00
Frangu Vlad
2d91d4f86e
fix: Disable command not working well ( #37 )
...
* Fix the disable command
Due to update being a Thenable, and config not updating when changes happen,
the code would never know that it has been disabled.
Now it does!
* Do Crawl's request
2018-02-04 17:13:19 +01:00
Frangu Vlad
5685bfc522
fix: Desync issues with config updates ( #38 )
...
* Fix desync issues with config updates
requireing a reload
* Update the config before setting the activity
2018-02-04 17:13:09 +01:00
Frangu Vlad
e83619ae37
Allow the language key to be added to the largeImage ( #39 )
...
Naming for the params can be changed, but as it currently stands, it represents
the language extension
2018-02-04 17:06:42 +01:00
Zachary Kohnen
842873b4cd
Reconnection bugfixes and improvements ( #30 )
...
* Reconnect bugfix
* one line
* added to the readme
2018-01-06 19:08:30 +01:00
Zachary Kohnen
ec3008bd51
Create reconnect button/command ( #29 )
...
* Create reconnect button/command
* fixed formatting
* //
2018-01-05 03:17:18 +01:00
Frangu Vlad
9a89ef3290
Capitalise this ( #25 )
...
Sorry Crawl but it looks bad!
2018-01-03 19:11:33 +01:00
Zachary Kohnen
1a9dbc3023
Fixed language and Dropped updates ( #23 )
...
* Fixed language and updating problems
* Fixed language and Dropped updates
* renovation
* also, once again forgot to remove the debugging
2018-01-03 19:11:21 +01:00
Haryz Izzudin
40222597c9
Fix boolean expression to determine start timestamp ( #20 )
2017-12-24 14:44:20 +01:00
iCrawl
277f9dec40
style: use async await whenever applicable
2017-12-20 06:25:37 +01:00
pyrox18
e38d62da47
Add workspace elapsed time feature ( #19 )
...
* Add workspace elapsed time feature
* Clean up workspaceElapsedTime setting check
2017-12-20 06:22:11 +01:00
iCrawl
51b3448a69
fix #15 : pad a zws at the end of single character languages
2017-12-10 22:09:58 +01:00
iCrawl
51a076d02a
fix: eslint
2017-12-07 19:49:27 +01:00
Charles Milette
5bfaaea1c2
feat: configuration option to silence error messages ( #13 )
...
* Add a configuration option to silence error messages
* Move reconnect logic outside of silent condition
2017-12-07 19:43:37 +01:00
iCrawl
a52e607296
fix?: don't reset the presence (possible race condition)
2017-11-30 23:43:03 +01:00
iCrawl
07eb608857
refactor: extract generating state and details into its own function
2017-11-27 02:14:12 +01:00
iCrawl
fafd567cde
feat: debug support
2017-11-26 23:06:01 +01:00
iCrawl
73a0f509db
feat: detect stable or insiders
2017-11-26 22:16:11 +01:00
iCrawl
a03bfc0c7a
refactor: rewrite how the extension sends activity to discord
...
this is an important change to not spam the discord client with activity via RPC because it only allows setting a new status every 15 seconds, this way we update the new status and only send it every 15 seconds to comply with that limit
2017-11-26 16:30:32 +01:00
iCrawl
770bf70b32
feat: better language support and detection
2017-11-26 12:32:52 +01:00
iCrawl
8f5be47e44
fix: name of undefined when no workspace could be found
2017-11-24 21:00:52 +01:00
iCrawl
4318c325ac
feat: custom string support
2017-11-24 13:53:47 +01:00
iCrawl
b89abd7b41
fix: make sure to clear out the last file name
2017-11-24 04:49:32 +01:00
iCrawl
9d47c438b4
revert: use 2 commands for enabling and disabling
2017-11-24 04:42:51 +01:00
iCrawl
0ca42d0288
fix: only send a new presence if the user is writing in a new file
2017-11-24 04:31:18 +01:00
iCrawl
510a4ab32c
refactor: commands merged into a single toggle
2017-11-24 04:17:12 +01:00
iCrawl
78172bf133
fix: move code around to clear the interval properly
2017-11-24 03:51:50 +01:00
iCrawl
fad1abd81c
fix: proper reconnect logic with a counter
2017-11-24 03:45:23 +01:00
iCrawl
fd5a243683
style: change string for error message
2017-11-24 03:33:50 +01:00
iCrawl
ff7e8a19ac
fix: make sure to not skip out on ENOENT
2017-11-24 03:32:16 +01:00
iCrawl
a3a2e47f58
fix: don't throw errors if a reconnect is ongoing
2017-11-24 03:31:37 +01:00
iCrawl
a54dc0767a
fix: double check if RPC exists or not in commands
2017-11-24 03:21:27 +01:00
iCrawl
b432c06ce9
feat: proper destroy and reconnect logic
2017-11-24 03:16:08 +01:00
matthe815
448eee76e9
docs: comment out the code ( #2 )
...
Added a bunch of comments to create a better understanding of the code.
2017-11-24 01:22:23 +01:00
FOG_Yamato
428d22d703
feat: enable/disable commands ( #1 )
2017-11-24 00:53:16 +01:00
iCrawl
4d72a15bd8
style: newline ternaries for readability
2017-11-23 22:17:11 +01:00