Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Never cache instances of the HostDatabase | Kenny Root | 2015-09-07 | 8 | -82/+50 | |
| | | | | ||||||
| * | | | Update pubkey list in onStart instead of onCreate | Kenny Root | 2015-09-07 | 1 | -9/+3 | |
| | | | | ||||||
| * | | | Make HostEditorActivity use a transaction | Kenny Root | 2015-09-07 | 1 | -1/+7 | |
| | | | | ||||||
| * | | | Get rid of useless backup dbLock usage | Kenny Root | 2015-09-07 | 7 | -80/+13 | |
| | | | | ||||||
| * | | | Remove dbLock from HostDatabase | Kenny Root | 2015-09-07 | 1 | -191/+148 | |
| | | | | ||||||
| * | | | Use member database handle in HostDatabase | Kenny Root | 2015-09-07 | 1 | -76/+54 | |
| | | | | ||||||
| * | | | Use in-memory database for instrumentation testing | Kenny Root | 2015-09-07 | 2 | -10/+10 | |
| | | | | ||||||
| * | | | Make database constructors private | Kenny Root | 2015-09-07 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Change all database accessors to use singleton | Kenny Root | 2015-09-07 | 9 | -19/+19 | |
| | | | | ||||||
| * | | | Create singleton accessors of HostDatabase and PubkeyDatabase | Kenny Root | 2015-09-07 | 2 | -0/+31 | |
| | | | | ||||||
| * | | | Remove commented PubkeyDatabase code | Kenny Root | 2015-09-07 | 1 | -59/+0 | |
| | | | | ||||||
| * | | | Add some Javadoc to PubkeyDatabase | Kenny Root | 2015-09-07 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Wrap pubkey database writes in transactions | Kenny Root | 2015-09-07 | 1 | -10/+25 | |
| | | | | ||||||
| * | | | Never close the database | Kenny Root | 2015-09-07 | 2 | -15/+0 | |
| | | | | ||||||
| * | | | Remove unnecessary nulling of parameter | Kenny Root | 2015-09-07 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Wrap all HostDatabase writes in a transaction | Kenny Root | 2015-09-07 | 1 | -39/+92 | |
| | | | | ||||||
* | | | | Merge pull request #198 from kruton/material-palette | Kenny Root | 2015-09-11 | 5 | -1/+44 | |
|\ \ \ \ | |_|_|/ |/| | | | Add Material theme palette | |||||
| * | | | Add Material theme palette | Kenny Root | 2015-09-11 | 5 | -1/+44 | |
|/ / / | | | | | | | | | | Fixes #167 | |||||
* | | | Merge pull request #197 from kruton/parent-activities | Kenny Root | 2015-09-11 | 9 | -63/+128 | |
|\ \ \ | |_|/ |/| | | Add parent activities for all activities | |||||
| * | | Remove the non-compat parent name | Kenny Root | 2015-09-11 | 1 | -18/+12 | |
| | | | | | | | | | | | | Lint gives warnings otherwise. | |||||
| * | | Add parent activities for all activities | Kenny Root | 2015-09-11 | 9 | -63/+134 | |
|/ / | | | | | | | Fixes #41 | |||||
* | | Merge pull request #196 from kruton/context-style | Kenny Root | 2015-09-11 | 2 | -9/+8 | |
|\ \ | |/ |/| | Go back to old context-using setTextAppearance call | |||||
| * | Remove unused import from HostListActivity | Kenny Root | 2015-09-11 | 1 | -1/+0 | |
| | | ||||||
| * | Add initial linthub config | Kenny Root | 2015-09-11 | 1 | -0/+3 | |
| | | ||||||
| * | Go back to old context-using setTextAppearance call | Kenny Root | 2015-09-11 | 1 | -8/+5 | |
|/ | | | | Fixes #193 | |||||
* | Merge pull request #192 from kruton/style-fix | Kenny Root | 2015-09-05 | 7 | -146/+289 | |
|\ | | | | | Fix some styling on the HostListActivity | |||||
| * | Add test for deleting host | Kenny Root | 2015-09-05 | 1 | -0/+10 | |
| | | ||||||
| * | URI for ConsoleActivity can be null | Kenny Root | 2015-09-05 | 1 | -1/+4 | |
| | | | | | | | | | | If we're rotating before we finished, the URI will be null. Don't bother to set the requested bridge name. | |||||
| * | Re-indent host item layout and add sample text | Kenny Root | 2015-09-05 | 1 | -50/+51 | |
| | | ||||||
| * | Use a style for the host list text coloring | Kenny Root | 2015-09-05 | 3 | -19/+52 | |
| | | | | | | | | Fixes #191 | |||||
| * | Factor out actionBar hiding method | Kenny Root | 2015-09-05 | 1 | -8/+8 | |
| | | ||||||
| * | ActionBar can be null, so check first | Kenny Root | 2015-09-05 | 1 | -11/+13 | |
| | | ||||||
| * | Reset host text entry when creating a new connection | Kenny Root | 2015-09-05 | 1 | -0/+3 | |
| | | ||||||
| * | Add a test for setting the host color to red | Kenny Root | 2015-09-05 | 2 | -57/+148 | |
| | | ||||||
* | | Merge pull request #190 from kruton/gingerbread-host-fix | Kenny Root | 2015-09-05 | 2 | -18/+39 | |
|\| | | | | | Fix host list for API 10 and before | |||||
| * | Fix host list for API 10 and before | Kenny Root | 2015-09-05 | 2 | -18/+39 | |
|/ | | | | | | | There is some kind of problem with inheriting TextAppearance.AppCompat on API 10 and before that causes a crash. Instead only inherit it on API 11 (Honeycomb) and later. This doesn't make any visual difference with Gingerbread and before. | |||||
* | Merge pull request #180 from alescdb/lint-check | Kenny Root | 2015-09-04 | 2 | -19/+29 | |
|\ | | | | | Try to show new lint issues in check-lint-count.sh | |||||
| * | trap ERR & EXIT | Alex | 2015-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | lint_file variable used twice ! | Alex | 2015-09-03 | 1 | -8/+8 | |
| | | ||||||
| * | trap signals | Alex | 2015-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | Update check-lint-count.sh | Alex | 2015-09-03 | 1 | -10/+18 | |
| | | ||||||
| * | Remove unused variables | Alex | 2015-09-03 | 1 | -5/+0 | |
| | | ||||||
| * | Change .travis.yml | root | 2015-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | Try to show new lint issues in check-lint-count.sh | root | 2015-09-03 | 1 | -13/+20 | |
| | | ||||||
* | | Merge pull request #187 from khorimoto/change-gitignore | Kenny Root | 2015-09-04 | 2 | -25/+23 | |
|\ \ | | | | | | | Add .idea/gradle.xml to .gitignore files and add app/app.iml changes. | |||||
| * \ | Merge branch 'change-gitignore' of ssh://github.com/khorimoto/connectbot ↵ | Kyle Horimoto | 2015-09-04 | 0 | -0/+0 | |
| |\ \ | | | | | | | | | | | | | into change-gitignore | |||||
| | * \ | Merge branch 'change-gitignore' of ssh://github.com/khorimoto/connectbot ↵ | Kyle Horimoto | 2015-09-04 | 0 | -0/+0 | |
| | |\ \ | | | | | | | | | | | | | | | | into change-gitignore | |||||
| * | \ \ | Merge branch 'change-gitignore' of ssh://github.com/khorimoto/connectbot ↵ | Kyle Horimoto | 2015-09-04 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | into change-gitignore | |||||
| | * | | Merge branch 'change-gitignore' of ssh://github.com/khorimoto/connectbot ↵ | Kyle Horimoto | 2015-09-04 | 1 | -0/+1 | |
| | |\ \ | | | | | | | | | | | | | | | | into change-gitignore | |||||
| * | \ \ | Merge branch 'change-gitignore' of ssh://github.com/khorimoto/connectbot ↵ | Kyle Horimoto | 2015-09-04 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | into change-gitignore |