Commit graph

24 commits

Author SHA1 Message Date
825bcd7355 Fix Gradle dependencies example
Fix invalid secret names

Remove concurrency

Remove invalid rm flag on Windows

Replace rm with rd on Windows
2023-09-06 14:54:13 -07:00
Adam
8fcd629bce
Convert urlencoder lib to Kotlin Multiplatform (#10)
* convert UrlEncoderUtil to be multiplatform compatible

* convert lib tests to KMP

* convert UrlEncoderTest to commonTest (but since there's only a JVM target there's no changes), and also convert mutable test data with read-only types.

* Update copyright

---------

Co-authored-by: Erik C. Thauvin <erik@thauvin.net>
2023-09-05 13:55:29 -07:00
Adam
dcb4dfb735 Update README with Kotlin MP info 2023-08-06 11:43:09 +02:00
9988c003b4 Added JDK 20 workflow 2023-08-04 10:20:02 -07:00
Adam
dce203845e restructure project to Kotlin Multiplatform
- custom POM location removed (there are now two POMs, one for the 'Kotlin Multiplatform' publication, and another for Kotlin/JVM, and more are on the way, which would lead to a cluttered build dir)
- renamed the directories (the directory name is how Kotlin Multiplatform chooses the published artifact ID, and there's no an easier way to change it.)
- updated README examples, and link to `-jvm` variant guide
2023-06-13 19:37:33 +02:00
34b69a7d1f Updated intro to match Java version 2023-01-23 21:44:47 -08:00
13c09989b2 Minor cleanup 2023-01-10 01:49:16 -08:00
f18f145ead Added Kotlin badge 2023-01-07 07:50:55 -08:00
4b746ba75c Added spaceToPlus parameter to decode function 2023-01-06 15:57:22 -08:00
f8b9376f40 Added spaceToPlus parameter to encode function 2023-01-05 20:42:00 -08:00
50ffe56ba8 Minor cleanup 2023-01-05 00:39:56 -08:00
a049175ed6
Minor cleanup 2023-01-05 00:33:39 -08:00
d4a6347310 Minor cleanup 2023-01-05 00:18:00 -08:00
1da595e08a Added URLEncoder section 2023-01-04 23:55:18 -08:00
aa3b40f307 Version 1.0.1 2023-01-04 20:04:32 -08:00
a7b67c39af Made the encoding even more defensive 2023-01-04 19:29:04 -08:00
e20c096cfe Clarified Android's URI.encode statement 2023-01-04 11:40:55 -08:00
3f44a59ff5 Minor cleanup 2023-01-04 00:13:49 -08:00
b9c1449d55 Added fatJar task and standalone instructions 2023-01-04 00:04:59 -08:00
ac5f8e5334 Version 1.0.0 2023-01-02 23:39:54 -08:00
58c0f62604 Added tests badge 2023-01-02 15:20:35 -08:00
fad3714ae0 Added main method for command line usage 2023-01-01 06:26:47 -08:00
f5201da64c Added link to Java version 2022-12-30 22:42:18 -08:00
a3645937ca Initial commit. 2022-12-30 17:45:42 -08:00