Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Revert "More no caching of HostDatabase" | Kenny Root | 2015-09-11 | 1 | -6/+3 | |
| | | | | | | | | This reverts commit 3f34fa42ea20546dfccad72a2e31681eb17797c8. | |||||
* | | Add back table reset for testing | Kenny Root | 2015-09-11 | 1 | -3/+19 | |
| | | | | | | | | This seems to be more reliable than other methods. | |||||
* | | Merge branch 'master' into database-refactor | Kenny Root | 2015-09-11 | 1 | -9/+5 | |
|\| | ||||||
| * | Remove unused import from HostListActivity | Kenny Root | 2015-09-11 | 1 | -1/+0 | |
| | | ||||||
| * | Go back to old context-using setTextAppearance call | Kenny Root | 2015-09-11 | 1 | -8/+5 | |
| | | | | | | | | Fixes #193 | |||||
* | | Remove unused imports in BackupAgent | Kenny Root | 2015-09-07 | 1 | -5/+0 | |
| | | ||||||
* | | Only try to set title when TerminalBridge successfully connected | Kenny Root | 2015-09-07 | 1 | -4/+4 | |
| | | ||||||
* | | Do not cache instances of PubkeyDatabase | Kenny Root | 2015-09-07 | 1 | -15/+15 | |
| | | ||||||
* | | More no caching of HostDatabase | Kenny Root | 2015-09-07 | 1 | -4/+9 | |
| | | ||||||
* | | 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 | 1 | -8/+9 | |
| | | ||||||
* | | Make database constructors private | Kenny Root | 2015-09-07 | 2 | -2/+2 | |
| | | ||||||
* | | Change all database accessors to use singleton | Kenny Root | 2015-09-07 | 8 | -18/+18 | |
| | | ||||||
* | | 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 | |
|/ | ||||||
* | 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. | |||||
* | Use a style for the host list text coloring | Kenny Root | 2015-09-05 | 1 | -17/+18 | |
| | | | | 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 | |
| | ||||||
* | Update ConsoleActivity.java | Alex | 2015-09-04 | 1 | -1/+0 | |
| | ||||||
* | Activity title sync correctly with ViewPager | Alexandre Del Bigio | 2015-09-04 | 1 | -1/+4 | |
| | ||||||
* | Set Activity title to connection nick name | Alexandre Del Bigio | 2015-09-03 | 1 | -0/+1 | |
| | ||||||
* | Provide visual feedback for virtual keyboard | adb2001 | 2015-08-31 | 1 | -3/+16 | |
| | ||||||
* | Merge pull request #145 from alescdb/action-menu | Kenny Root | 2015-08-31 | 1 | -2/+5 | |
|\ | | | | | Change menu copy and paste icons and add them to action menu (if room) | |||||
| * | Using MenuItemCompat to resolve backward compatibility and lint warnings | alescdb | 2015-08-24 | 1 | -8/+4 | |
| | | ||||||
| * | lint check | alescdb | 2015-08-23 | 1 | -2/+4 | |
| | | ||||||
| * | Change menu copy and paste icons and add them to action menu (if room) for ↵ | alescdb | 2015-08-22 | 1 | -0/+5 | |
| | | | | | | | | AP11 and newer | |||||
* | | Merge pull request #154 from alescdb/hscroll-reset-autohide | Kenny Root | 2015-08-31 | 1 | -9/+27 | |
|\ \ | | | | | | | Reset virtual keyboard auto-hide timer on hscroll | |||||
| * | | onTouch() ACTION_UP, return(false) | alescdb | 2015-08-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Resolve lint issue | alescdb | 2015-08-26 | 1 | -4/+9 | |
| | | | ||||||
| * | | Comments | alescdb | 2015-08-26 | 1 | -0/+2 | |
| | | | ||||||
| * | | Reset virtual keyboard auto-hide timer on hscroll | alescdb | 2015-08-25 | 1 | -7/+18 | |
| | | | ||||||
* | | | Merge pull request #155 from jklein24/fixrotate | Kenny Root | 2015-08-31 | 1 | -1/+18 | |
|\ \ \ | | | | | | | | | Save the currently visible connection between screen rotations. | |||||
| * | | | Save the currently visible connection between screen rotations. | Jeremy Klein | 2015-08-26 | 1 | -1/+18 | |
| |/ / | ||||||
* | | | Optimize imports of HostListActivity | Kenny Root | 2015-08-29 | 1 | -6/+4 | |
| | | | | | | | | | | | | This violated some checkstyle rules. | |||||
* | | | Add host status change listener | Kenny Root | 2015-08-29 | 3 | -20/+102 | |
| | | | | | | | | | | | | | | | | | | This fixes a problem where the 'Disconnect' context menu item in the HostListActivity would only detect when a host's status changed if it happened to win the race. | |||||
* | | | Fix usage of setTextAppearance | Kenny Root | 2015-08-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add test for local connections | Kenny Root | 2015-08-27 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | This tests the basic functionality of creating a local terminal, making sure ConsoleActivity shows up, and being able to disconnect from the host. | |||||
* | | | Change ID of TerminalView children in the ViewPager | Kenny Root | 2015-08-27 | 1 | -3/+3 | |
|/ / | | | | | | | This makes it slightly less confusing and also more testable. |