Commit Graph

249 Commits

Author SHA1 Message Date
Manuel Friedli a77509e678 updated typings, commented error provoking line 2016-09-15 22:06:01 +02:00
Manuel Friedli c3dfc5393a run "npm run tsc" after "npm install" in order to actually compile the
javascript files
2016-09-15 21:43:03 +02:00
Manuel Friedli 0b3a38af3c adapted CI config and deploy script to the new angular/systemjs build
environment
2016-09-15 21:32:14 +02:00
Manuel Friedli c78d928805 Merge branch 'master' into feature/reorganize
Conflicts:
	.gitignore
2016-09-15 20:51:16 +02:00
Manuel Friedli b30c698546 added the ConverterregistryService and two converters (base64 de- and
encoder)
2016-09-15 20:43:37 +02:00
Manuel Friedli dd4ffd9989 externalized templates and styles (styles are still empty) 2016-09-15 12:55:13 +02:00
Manuel Friedli 0cf6eeaedf updated to angular-2.0.0 (final) 2016-09-15 12:40:13 +02:00
Manuel Friedli cc1ab2ae83 Merge branch 'feature/dec-hex' into 'master'
Feature/dec hex



See merge request !3
2016-08-15 20:49:51 +02:00
Manuel Friedli d4b80d7a42 Merge branch 'master' into feature/dec-hex 2016-08-15 20:45:12 +02:00
Manuel Friedli 0a3139b04a Merge branch 'feature/ci-environments' into 'master'
Feature/ci environments



See merge request !2
2016-08-15 20:42:50 +02:00
Manuel Friedli bc6cd67d54 improved deployment script: create target directory if it doesn't exist 2016-08-15 20:37:48 +02:00
Manuel Friedli 1a4e8f1c8c comment unneeded variable 2016-08-15 20:33:48 +02:00
Manuel Friedli 56d6f1a0be initial CI enabling 2016-08-15 20:28:23 +02:00
Manuel Friedli cb4fddc56b new conversions: dec<->hex, dec<->bin 2016-08-15 17:50:23 +02:00
Manuel Friedli a59ab194c3 intermediate commit 2016-08-15 17:12:11 +02:00
Manuel Friedli 4fa442e262 set up a first draft of the angular2 scaffold 2016-06-06 15:56:19 +02:00
Manuel Friedli 325b361a15 updated package.json 2016-06-06 15:03:14 +02:00
Manuel Friedli 788f865225 added package.json and updated .gitignore 2016-06-06 14:50:30 +02:00
Manuel Friedli 4e4d7d323f added more files to .gitignore 2016-06-01 11:33:07 +02:00
Manuel Friedli e2b78b6e93 fixed theme for dark-themed DEs (like gnome 3) that use white fonts 2015-11-13 00:30:32 +01:00
Manuel Friedli 4ea09d9c5c made the text areas vertically resizable 2015-03-31 16:51:31 +02:00
Manuel Friedli d8e48958bc import font css in a protocol agnostic way (http/https problem solved) 2015-03-29 00:30:43 +01:00
Manuel Friedli 56e11eedcb Merge branch 'feature/mobile-responsive' into 'master'
Feature/mobile responsive

This oughta fix #4 .

See merge request !1
2015-03-29 00:24:14 +01:00
Manuel Friedli 2bcf024941 make it display nicely on mobile devices 2015-03-29 00:21:51 +01:00
Manuel Friedli a0955b3b9c first version of mobile-friendly design 2015-03-28 23:53:14 +01:00
Manuel Friedli b9aaa5143b added custom font, changed title, added noscript-block 2015-03-28 00:30:45 +01:00
Manuel Friedli d914f277c5 added support for quoted printable dencoding 2015-03-26 23:33:58 +01:00
Manuel Friedli 8e673b4d81 add placeholder for quoted printable dencoders 2015-03-26 23:12:43 +01:00
Manuel Friedli 46a6e1bbec add a small inset border to the wrapper elements 2015-03-26 23:10:03 +01:00
Manuel Friedli d62498023a first the decoders, then the encoders 2015-03-26 22:51:00 +01:00
Manuel Friedli 7d2cdac227 reordered plugins: first list encodings, then decodings 2015-03-26 22:25:01 +01:00
Manuel Friedli feb7939488 add HTML entity de- and encoding 2015-03-26 22:06:54 +01:00
Manuel Friedli e6de88ef31 renamed dencoder.{cs,j}s -> dencode.{cs,j}s 2015-03-26 18:47:53 +01:00
Manuel Friedli 4d897076c4 added width property for webkit 2015-03-26 18:46:19 +01:00
Manuel Friedli 20125a309d add some box shadow on hover. 2015-03-26 18:40:01 +01:00
Manuel Friedli d848d7590a make it look a little nicer 2015-03-26 18:20:16 +01:00
Manuel Friedli ee9391eab6 don't commit backup files! 2015-03-26 18:14:33 +01:00
Manuel Friedli 58807057fc use some friendly colors. i like yellow. 2015-03-26 18:14:33 +01:00
Manuel Friedli 79b5f985ff some round corners, some gray background that turns white on focus and hover. 2015-03-26 18:14:33 +01:00
Manuel Friedli ac652b32a1 when converting, return an object with a status plus the result 2015-03-26 18:13:18 +01:00
Manuel Friedli 90b28c793b error handling 2015-03-26 17:58:42 +01:00
Manuel Friedli a9aa739a3e added .gitignore 2015-03-26 17:55:04 +01:00
Manuel Friedli e2c7f543a9 use the placeholder attribute instead of a placeholder text 2015-03-26 17:26:17 +01:00
Manuel Friedli 68b59b0370 don't append empty textareas 2015-03-25 20:28:54 +01:00
Manuel Friedli 0996aee7a7 update the whole chain upon changes and also when the conversion method
changes
2015-03-25 20:20:40 +01:00
Manuel Friedli c2d9dc9e38 added CSS 2015-03-25 20:01:38 +01:00
Manuel Friedli a2ef03c57b mfr: support more de- and encodings 2015-03-25 19:54:07 +01:00
Manuel Friedli 563d5fbc30 moved javascript to its own file 2015-03-25 19:28:33 +01:00
Manuel Friedli 1551aba864 added first version that supports base64 de- and encoding 2015-03-25 19:26:22 +01:00