Commit graph

155 commits

Author SHA1 Message Date
Rohit Awate
921654200d Fixed issue where DashboardState was saved with partial details 2018-02-15 14:19:31 +05:30
Rohit Awate
aab5c2d8f8 Fixed issue where Form data was getting incompletely loaded while restoring application state 2018-02-15 12:43:57 +05:30
Rohit Awate
a97a6c633c Created new class DashboardState to better abstract the application state and added recovery of POST/PUT requests' body 2018-02-15 12:16:23 +05:30
Rohit Awate
b3ffa5ecd4 Added application state saving 2018-02-15 00:05:30 +05:30
Rohit Awate
81710e9d15 Fixed issue where Queries.json would not load 2018-02-14 11:39:34 +05:30
Rohit Awate
26b740feab
Updated README 2018-02-13 15:03:32 +05:30
Rohit Awate
1829fd3bb0 Added requests history saving 2018-02-13 14:40:49 +05:30
Rohit Awate
118173d574 Added Ctrl+T accelerator for new tabs 2018-02-13 11:12:53 +05:30
Rohit Awate
607fdb23d7 Added multi-tabbed layout 2018-02-12 17:15:24 +05:30
Rohit Awate
48231516a0 Fixed issue where app wouldn't load up without settings.json 2018-02-12 11:04:16 +05:30
Rohit Awate
72329c3080 Enabled automatic selection of key-value fields as they get filled 2018-02-11 23:25:47 +05:30
Rohit Awate
bc3c576dc6 Improved exception handling for 301, null response body and connection issues 2018-02-11 22:26:33 +05:30
Rohit Awate
6f9fba2c51 Added support for DELETERequest processing 2018-02-11 20:21:03 +05:30
Rohit Awate
1f8c3e3ba7 Merge remote-tracking branch 'origin/master' 2018-02-11 18:58:11 +05:30
Rohit Awate
fb484b3ecf Added support for PUTRequest processing 2018-02-11 18:57:32 +05:30
Rohit Awate
bd9ccb7d1b Set theme jekyll-theme-cayman 2018-02-05 00:31:07 +05:30
Rohit Awate
fcae06acaf Set theme jekyll-theme-cayman 2018-02-05 00:30:43 +05:30
Rohit Awate
9069573d43 Set theme jekyll-theme-slate 2018-02-05 00:30:22 +05:30
Rohit Awate
81dcbf610e Set theme jekyll-theme-minimal 2018-02-05 00:29:34 +05:30
Rohit Awate
027f98ee50 Added support for external CSS themes and renamed default theme to Adreana 2018-02-03 23:23:58 +05:30
Rohit Awate
76cc211b98 Set theme jekyll-theme-cayman 2018-02-03 11:26:40 +05:30
Rohit Awate
5a6e86f6df Set default settings in case SettingsLoader fails 2018-02-02 17:34:03 +05:30
Rohit Awate
74aa666208 Added ErrorLayer over ResponseArea and made minor UI tweaks 2018-02-02 16:42:37 +05:30
Rohit Awate
21599557d6 Added connection and request timeout settings 2018-02-02 15:30:14 +05:30
Rohit Awate
3d9fc01aad Added application/x-www-form-urlencoded support in POST requests 2018-02-02 14:57:01 +05:30
Rohit Awate
a8baf68ba3 Added ability to append query params 2018-02-01 13:43:19 +05:30
Rohit Awate
8db0594660 Added application/octet-stream support in POST requests 2018-02-01 12:13:15 +05:30
Rohit Awate
4879a5ce9f Added multipart/form-data support in POST requests 2018-02-01 11:05:08 +05:30
Rohit Awate
b675bd35fd Improved POST request generation and processing and minor UI tweaks 2018-01-31 12:44:27 +05:30
Rohit Awate
fa63018687
Added a README 2018-01-30 12:19:00 +05:30
Rohit Awate
8a193c6d0b Added PromptLayer over ResponseArea 2018-01-29 22:49:39 +05:30
Rohit Awate
115c96a3aa Added POSTRequest processing with raw input 2018-01-29 22:00:43 +05:30
Rohit Awate
4ba67f13aa Minor UI tweaks and fixed pom to generate fat JARs 2018-01-29 19:49:12 +05:30
Rohit Awate
201f2a424f Added ability to resize TabPane and ResponseArea on Dashboard 2018-01-29 15:13:01 +05:30
Rohit Awate
5d129b1c9f Added header processing for GETRequestManager 2018-01-29 15:02:27 +05:30
Rohit Awate
d4f14f4056 Added request options tabs with basics of Headers tab 2018-01-29 13:48:11 +05:30
Rohit Awate
6b49c86836 Changed the in-app logo 2018-01-29 10:16:55 +05:30
Rohit Awate
d884ec4269 Added validation checks before requests are sent 2018-01-28 19:32:03 +05:30
Rohit Awate
8189de624d Shifted RequestManager to Service 2018-01-28 18:47:02 +05:30
Rohit Awate
03c6b7c048 Added custom settings loader 2018-01-28 16:28:17 +05:30
Rohit Awate
f94b1f3d18 Changed loadingLayer color and added Cancel button 2018-01-28 14:33:43 +05:30
Rohit Awate
107a8e1266 Added loading animation on Dashboard while request is processing 2018-01-28 12:27:27 +05:30
Rohit Awate
68332f93b6 Added background processing for requests 2018-01-28 12:17:33 +05:30
Rohit Awate
2c05263202 Re-organized the project 2018-01-28 11:23:22 +05:30
Rohit Awate
850a74cd11 Handled 301 Moved Permanently responses 2018-01-27 22:49:25 +05:30
Rohit Awate
f286c6853d Added RestaurantRequest, GETRequest classes 2018-01-27 22:24:13 +05:30
Rohit Awate
b2b1301892 Added HTML support and made ResponseArea non-editable 2018-01-27 17:20:38 +05:30
Rohit Awate
613792fda3 Added RestaurantResponse class and ResponseDetails bar 2018-01-27 15:45:56 +05:30
Rohit Awate
ca1f7a6cd7 Fixed responseArea font 2018-01-19 16:27:22 +05:30
Rohit Awate
932ceab72b Improved UI and added response beautification for JSON and XML 2018-01-19 15:48:26 +05:30