aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/util
Commit message (Expand)AuthorAgeFilesLines
* Make sure new known hosts are inserted and deletedKenny Root2016-03-111-11/+14
* Support multiple known keys per hostKenny Root2016-02-211-34/+147
* Code stylealescdb2015-10-231-2/+2
* Add a setting options to always show the virtual keyboard (special keys)alescdb2015-10-231-1/+2
* Remove margin on SeekBar and move up super.onBindDialogView to top of VolumeP...John Heroy2015-10-211-1/+2
* Use volume icon in 'bell volume' dialog and factor out SeekBar declaration to...John Heroy2015-10-201-16/+8
* Set more padding on volume pref SeekBar for Lollipop and aboveJohn Heroy2015-10-201-1/+8
* Prevent a cursor being displayed within terminal text.Ryan Hansberry2015-10-151-1/+2
* Made TerminalTextViewOverlay a child view of TerminalView.Ryan Hansberry2015-10-141-32/+17
* Prevent calling toString on null when pasting to clipboard.Ryan Hansberry2015-10-141-4/+10
* Make text selection scroll up when a new line enters the buffer.Ryan Hansberry2015-10-141-4/+29
* TerminalView: Move TextView logic that allows text selection into its own cla...Ryan Hansberry2015-10-141-0/+368
* Make the pg up/down gesture a preference which is disabled by default.Jeremy Klein2015-10-091-0/+1
* Merge pull request #282 from khorimoto/edit-host-activity-integrationKenny Root2015-10-081-1/+1
|\
| * Integrate the EditHostActivity into the rest of the app.Kyle Horimoto2015-10-081-1/+1
* | Add small documentation to TerminalViewPager.Ryan Hansberry2015-10-071-0/+7
* | Disable ViewPager paging when mouse is dragging.Ryan Hansberry2015-10-071-0/+54
* | Get rid of the final html help view and switch it to native.Jeremy Klein2015-10-061-62/+0
|/
* Moved SwitchCompatPreference to util package for consistency with other custo...Ryan Hansberry2015-09-171-0/+53
* Add a bit more debugging for saving a known hostKenny Root2015-09-141-4/+6
* Wrap saving a known host in a transactionKenny Root2015-09-141-3/+9
* Call saveHost instead of specialized updateFontSizeKenny Root2015-09-111-26/+7
* Add interfaces for HostStorage and ColorStorageKenny Root2015-09-111-1/+3
* Change colors list to primitive arrayKenny Root2015-09-112-3/+3
* Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-111-0/+2
* Add back table reset for testingKenny Root2015-09-111-3/+19
* Never cache instances of the HostDatabaseKenny Root2015-09-071-2/+0
* Remove dbLock from HostDatabaseKenny Root2015-09-071-191/+148
* Use member database handle in HostDatabaseKenny Root2015-09-071-76/+54
* Use in-memory database for instrumentation testingKenny Root2015-09-071-8/+9
* Make database constructors privateKenny Root2015-09-072-2/+2
* Change all database accessors to use singletonKenny Root2015-09-071-1/+1
* Create singleton accessors of HostDatabase and PubkeyDatabaseKenny Root2015-09-072-0/+31
* Remove commented PubkeyDatabase codeKenny Root2015-09-071-59/+0
* Add some Javadoc to PubkeyDatabaseKenny Root2015-09-071-2/+2
* Wrap pubkey database writes in transactionsKenny Root2015-09-071-10/+25
* Never close the databaseKenny Root2015-09-072-15/+0
* Remove unnecessary nulling of parameterKenny Root2015-09-071-1/+0
* Wrap all HostDatabase writes in a transactionKenny Root2015-09-071-39/+92
* Add test for local connectionsKenny Root2015-08-271-0/+16
* Use Integer.valueOf(...) to save memoryKenny Root2015-08-201-1/+1
* Remove the welcome wizard activity and add the EULA to the help screen.Jeremy Klein2015-08-141-2/+0
* Rename logtag values to fit in 23 charactersKenny Root2015-07-163-3/+3
* Scale entropy dialog text with display densityKenny Root2015-06-091-1/+1
* Return empty port forward list if host arg is nullKenny Root2015-03-291-1/+4
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-19/+21
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-4/+10
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-97/+121
* Add some whitespace rules and fixes for themKenny Root2015-03-237-67/+81
* Merge remote-tracking branch 'origin/master'Kenny Root2015-03-231-5/+5