- 13 Feb, 2019 7 commits
-
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
- 12 Feb, 2019 10 commits
-
-
Christian Sadilek authored
-
Michael Droettboom authored
-
Sebastian Kaspari authored
-
MickeyMoz authored
-
Sebastian Kaspari authored
Issue #86: DoorhangerPrompt: Builder for creating a prompt Doorhanger providing a way to present decisions to users.
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Christian Sadilek authored
-
Christian Sadilek authored
-
- 11 Feb, 2019 16 commits
-
-
Michael Droettboom authored
-
Christian Sadilek authored
This reverts commit 899fa2d7.
-
Christian Sadilek authored
-
Arturo Mejia authored
-
Sebastian Kaspari authored
-
Jonathan Almeida authored
-
Jonathan Almeida authored
-
Jonathan Almeida authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Arturo Mejia authored
-
MickeyMoz authored
-
MickeyMoz authored
-
Simon Chae authored
Optional for filename to be configurable
-
Simon Chae authored
-
- 08 Feb, 2019 7 commits
-
-
travis79 authored
- Implement test API functionality - Make library tests more concise by using test API features - Add tests for test API throwing NPE
-
Grisha Kruglov authored
At this point in the stack, we're not in control over what our autocomplete providers are, what actions they'll do in order to field our queries, etc. For example, some providers may hit the disk and perform expensive DB queries internally. Some may even hit the network, in theory! In order to keep things perceptively speedy, let's run the actual work off the main thread. This patch sets up a new pool thread to process autocomplete requests. More than one thread is selected so that we maintain liveliness during quick user input. Background tasks are cancelled as new queries come in, and stale results are discarded.
-
Sebastian Kaspari authored
-
Michael Droettboom authored
-
MickeyMoz authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-