Commit Graph

83 Commits

Author SHA1 Message Date
Abhay Rana ecd2011875 Bumps version 2014-09-27 09:24:22 +05:30
Abhay Rana 607a9804f3 Merge branch 'proxy'
Fixes #22
2014-09-27 09:22:46 +05:30
Abhay Rana 279034854c Removes a debug print statement.
- Bumps version to 2.3.1
2014-09-25 22:25:47 +05:30
Abhay Rana 59def73822 Bumps version. 2014-09-25 22:23:09 +05:30
Abhay Rana d2246edd4f Updates README to reflect update checker. 2014-09-25 22:22:02 +05:30
Abhay Rana 76b64e7fb6 Adds update checking feature.
- Uses the PyPi json API
- Slows down the boot a bit.
- Creates hard dependency on setuptools (which was earlier optional)
2014-09-25 22:20:45 +05:30
Abhay Rana 912aa745d8 Bumps version 2014-09-24 12:40:10 +05:30
Abhay Rana 7db719c21e Updates readme after chrome merge 2014-09-24 12:35:33 +05:30
Abhay Rana f297ea4019 Merge branch 'handle-network-errors' 2014-09-24 12:33:31 +05:30
Abhay Rana b2dda62fe0 Checks for existence of Chrome's History file. 2014-09-24 12:31:37 +05:30
Abhay Rana 9a6d60be90 Implements network error checking in. 2014-09-24 12:23:54 +05:30
Abhay Rana 0b1c1bf2ad Upgrades requests version to get HTTPS Proxy support 2014-06-12 01:53:58 +05:30
Abhay Rana 6298da5f5b Adds credits 2014-06-07 20:59:24 +05:30
Abhay Rana 6b52720efd Handles manual refresh for chrome 2014-06-07 14:56:16 +05:30
Abhay Rana 83b5c48bd2 chrome_data_directory was being ignored on next auto refresh 2014-06-07 14:06:55 +05:30
Abhay Rana ae7fae9121 Adds development instructions
- Also adds Chrome Profile path info.
2014-06-07 12:45:23 +05:30
Abhay Rana a0ebb6baf8 Updates readme for chrome branch 2014-06-07 12:31:18 +05:30
Abhay Rana ce4ceec31f Integrates --chrome option into hackertray main module
- Specify a chrome profile path via --chrome and it takes care of the rest
- The native json db implementation is still used as backup
- Chrome module now uses absolute path of History file
2014-06-07 12:24:37 +05:30
Abhay Rana 0b4d6b4424 Catches distribution errors for travis 2014-06-07 11:05:42 +05:30
Abhay Rana ecc42c67ec Updates testing script 2014-06-07 10:58:36 +05:30
Abhay Rana da7998462f Don't try to import Appindicator on TRAVIS. 2014-06-07 10:57:48 +05:30
Abhay Rana b1bcdf1024 Detects travis and ignores pygtk 2014-06-07 10:48:04 +05:30
Abhay Rana 578830a2e6 Allow missing pygtk, gtk, webbrowser modules 2014-06-07 03:08:31 +05:30
Abhay Rana 6b57097334 Avoid import pygtk etc 2014-06-07 02:56:37 +05:30
Abhay Rana 9dbc5d5ef8 Gets Chrome module to a working state
- Shifts to using /tmp/hackertray.chrome for no conflicts
2014-06-07 02:51:34 +05:30
Abhay Rana 0586db9d72 Adds chrome module for searching history.
- Restructures unit tests
- Shifts to nose for unit testing
- Adds a sample history file with 6 entries to search against as well
2014-06-07 02:42:59 +05:30
Abhay Rana 992961071c Bumps version to 2.0.1 2014-06-06 20:40:48 +05:30
Abhay Rana 51a6be1a1d Updates README with new MIT link. 2014-06-06 20:39:01 +05:30
Abhay Rana 64d500c328 Limit the image size. 2014-06-06 20:39:01 +05:30
Abhay Rana b20fa07d95 Merge pull request #21 from ace03uec/master
Adds instructions on installing python-appindicator in newer versions of Ubuntu.
2014-05-05 11:05:11 +05:30
Giridaran Manivannan b2e3b2ca43 Update README.md
Added troubleshooting instructions for ubuntu installations without python-appindicator.
2014-05-04 10:55:43 +05:30
Abhay Rana 0b1353131d Adds -c argument for showing comments
- Adds support for short args (-v,-c)
- Removes crate.io links
- Bumps version to 2.0.0
2014-01-29 20:04:10 +05:30
Nemo e48521b1ed Merge pull request #19 from alexbutum/master
Be more Pythonic and Python 3.x compatible
2013-12-13 08:27:16 -08:00
Alex Butum 1e83a78129 Be more Pythonic and Python 3.x compatible 2013-12-12 23:38:31 +02:00
Abhay Rana 2b4dd31a65 Stop using text label as icon 2013-12-09 18:48:20 +05:30
Abhay Rana 2b45eacfd8 Version bump 2013-12-09 18:44:12 +05:30
Nemo 5a9b4e6b1d Merge pull request #17 from Aaron1011/fix_icon
Actually use icon
2013-12-09 05:09:45 -08:00
Aaron Hill 50b1e7748a Actually use icon 2013-12-09 06:59:25 -05:00
Abhay Rana 27fb60cc26 Adds a minimum version for requests library.
Fixes #16
2013-12-07 21:59:51 +05:30
Abhay Rana ea63201f14 Excludes screenshot in the python package.
- Package size reduced to 10kb.
2013-12-07 21:49:10 +05:30
Abhay Rana c5bdb2a362 Adds comments support via a toggle switch. 2013-12-06 11:22:34 +05:30
Abhay Rana 3536201784 Adds travis support 2013-12-05 20:16:58 +05:30
Abhay Rana 389da396f4 Fixes icon issues completely.
-Refers #11
- No longer searches in different places for the icon
- Sets title of GtkStatusIcon for accessibility
- Uses hackertray.data to package the image file
- Bumps version to 1.9

Signed-off-by: Abhay Rana <capt.n3m0@gmail.com>
2013-12-04 17:28:35 +05:30
Abhay Rana 4a604c1527 Handles Ctrl+C and sigint to close data file before quitting 2013-12-01 17:52:59 +05:30
Abhay Rana 0e2d49f811 Adds argument parsing for help and version 2013-12-01 16:45:36 +05:30
Nemo 61451d4c3c Merge pull request #14 from yasoob/patch-1
Makes sure data file closes smoothly using with.
2013-11-30 11:47:42 -08:00
M.Yasoob Ullah Khalid ☺ d02e78f639 using with construct
using with construct so that the file closes smoothly
2013-12-01 00:40:10 +05:00
Abhay Rana fa630d776e Adds pypi badges for hackertray 2013-11-30 18:29:04 +05:30
Abhay Rana ca0bd63dda Use only the main API server, as per @cheeaun's request 2013-11-30 17:40:49 +05:30
Abhay Rana 6ac71fe792 Bugfix for timeout to 10 minutes. Set it to 10s earlier 2013-11-30 17:23:03 +05:30