aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only use host if it is not nullKenny Root2015-09-231-8/+9
| | | | | Since we null check the host, we should make sure not to dereference it later on.
* Merge pull request #248 from kruton/coverity-scan-fixKenny Root2015-09-231-2/+2
|\ | | | | Make sure we clean after the coverity run
| * Make sure we clean after the coverity runKenny Root2015-09-231-2/+2
|/ | | | | | If we try to test during the coverity scan, we get strange errors from the build system. Also, it seems to pollute the next non-coverity build, so make sure Travis cleans before trying to build again.
* Merge pull request #246 from rhansby/awkward-fab-workaroundJeremy Klein2015-09-231-0/+4
|\ | | | | Add padding to bottom of HostList to prevent FAB covering list.
| * Add padding to bottom of HostList to prevent FAB covering list.Ryan Hansberry2015-09-231-0/+4
|/
* Merge pull request #211 from khorimoto/fix-tabsKenny Root2015-09-231-11/+10
|\ | | | | Use 4 spaces per tab instead of 8.
| * Use tabs by default, but keep them at 4/8 characters.Kyle Horimoto2015-09-181-0/+26
| |
| * Use 4 spaces per tab instead of 8.Kyle Horimoto2015-09-181-27/+0
| |
* | Merge pull request #245 from rhansby/fix-incorrect-launcher-appnameKenny Root2015-09-231-1/+1
|\ \ | | | | | | Fix app name in launcher being 'Hosts'
| * | Fix app name in launcher being 'Hosts'Ryan Hansberry2015-09-231-1/+1
|/ /
* | Merge pull request #243 from rhansby/use-correct-hostlist-titleJeremy Klein2015-09-231-0/+1
|\ \ | | | | | | Make HostListActivity use intended title 'Hosts'.
| * | Make HostListActivity use intended title 'Hosts'.Ryan Hansberry2015-09-231-0/+1
|/ /
* | Merge pull request #238 from rhansby/color-pubkey-generate-buttonJeremy Klein2015-09-231-2/+9
|\ \ | | | | | | Give color to action button in GeneratePubkeyActivity.
| * | Give color to action button in GeneratePubkeyActivity.Ryan Hansberry2015-09-231-2/+9
|/ /
* | Merge pull request #239 from rhansby/convert-generatepubkey-to-appcompatJeremy Klein2015-09-231-2/+2
|\ \ | | | | | | Convert GeneratePubkeyActivity to AppCompatActivity.
| * | Convert GeneratePubkeyActivity to AppCompatActivity.Ryan Hansberry2015-09-231-2/+2
| | |
* | | Merge pull request #237 from kruton/translationsKenny Root2015-09-223-0/+26
|\ \ \ | | | | | | | | Update translations
| * | | Update translationsKenny Root2015-09-223-0/+26
|/ / /
* | | Merge pull request #223 from rhansby/fix-missing-pref-summariesJeremy Klein2015-09-221-1/+2
|\ \ \ | | | | | | | | Fix missing summaries for SwitchPreferences in host editing list.
| * | | Fix missing summaries for SwitchPreferences in host editing list.Ryan Hansberry2015-09-221-1/+2
| |/ / | | | | | | | | | Fixes #222
* | | Merge pull request #233 from rhansby/new-connection-status-iconsJeremy Klein2015-09-2216-3/+3
|\ \ \ | | | | | | | | Add Material Design HostList status indicator icons
| * | | Add Material Design HostList status indicator iconsRyan Hansberry2015-09-2216-3/+3
| | | |
* | | | Merge pull request #234 from rhansby/fix-empty-hostlist-blurbJeremy Klein2015-09-221-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix empty host list blurb. (in English only)
| * | | Fix empty host list blurb. (in English only)Ryan Hansberry2015-09-221-1/+1
|/ / /
* | | Merge pull request #230 from rhansby/convert-activities-to-appcompatKenny Root2015-09-2214-696/+904
|\ \ \ | |/ / |/| | Convert Activities to AppCompat
| * | Fix style issues.Ryan Hansberry2015-09-222-3/+2
| | |
| * | Merge branch 'master' into convert-activities-to-appcompatRyan Hansberry2015-09-2211-80/+178
| |\ \ | |/ / |/| |
* | | Merge pull request #219 from khorimoto/fab-host-listKenny Root2015-09-2111-80/+178
|\ \ \ | |_|/ |/| | Use FloatingActionButton to add new hosts to the host list.
| * | Disable tests until new "add host" activity has been completed.Kyle Horimoto2015-09-181-4/+4
| | |
| * | Spaces -> tabs.Kyle Horimoto2015-09-181-3/+3
| | |
| * | Cleanup.Kyle Horimoto2015-09-181-5/+2
| | |
| * | Add FAB to host list.Kyle Horimoto2015-09-1810-78/+179
|/ /
| * Convert PubkeyListActivity, PortFowardListActivity, and HostListActivity to ↵Ryan Hansberry2015-09-225-668/+646
| | | | | | | | AppCompat, using AppCompatListActivity superclass
| * Convert SettingsActivity and HostEditorActivity to AppCompat.Ryan Hansberry2015-09-213-4/+136
| |
| * Convert ColorsActivity to AppCompat ActivityRyan Hansberry2015-09-211-2/+2
| |
| * Convert HelpActivity to AppCompatActivity.Ryan Hansberry2015-09-211-2/+2
| |
| * Convert HelpTopicActivity and EulaActivity to AppCompatActivity.Ryan Hansberry2015-09-213-5/+5
| |
| * Convert PubkeyListActivity to AppCompatRyan Hansberry2015-09-183-222/+321
|/
* Merge pull request #220 from kruton/dependency-variablesKenny Root2015-09-181-9/+15
|\ | | | | Use variables to set the dependency versions
| * Use variables to set the dependency versionsKenny Root2015-09-181-9/+15
| |
* | Merge pull request #221 from kruton/tests-fixupKenny Root2015-09-182-4/+5
|\ \ | |/ |/| Tests fixup to make instrumentation tests a bit more reliable
| * Use action bar open action in tests instead of menu keyKenny Root2015-09-181-1/+2
| |
| * Make test matches a bit more descriptiveKenny Root2015-09-181-3/+3
|/
* Merge pull request #218 from khorimoto/fix-testsKenny Root2015-09-184-63/+93
|\ | | | | Fix StartupTest tests to work with RecyclerView.
| * Fix StartupTest tests to work with RecyclerView.Kyle Horimoto2015-09-174-63/+93
| |
* | Merge pull request #205 from rhansby/use-switches-not-checkboxesKenny Root2015-09-187-28/+420
|\ \ | | | | | | Changed Settings options to use switches instead of checkboxes.
| * | Moved SwitchCompatPreference to util package for consistency with other ↵Ryan Hansberry2015-09-173-18/+20
| | | | | | | | | | | | custom Preferences.
| * | Merge branch 'master' into use-switches-not-checkboxesRyan Hansberry2015-09-177-189/+218
| |\|
| * | Make APIv14 and above use SwitchPreference, and below use custom ↵Ryan Hansberry2015-09-174-45/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SwitchCompatPreference. Created API-v14-and-above preferences.xml and host_prefs.xml files (under xml-v14/) in order to do so. This unfortunately for the most part duplicates preferences.xml and host_prefs.xml. This method is an effective workaround for the visual glitch encountered earlier, as recorded here: https://github.com/connectbot/connectbot/pull/205#issuecomment-140547689
| * | Added SwitchCompat switches to Host Preferences.Ryan Hansberry2015-09-161-0/+4
| | |