the-djmaze
|
ee6654474d
|
No use for contacts generateUid()
|
2024-02-06 12:07:06 +01:00 |
|
the-djmaze
|
c3f7827683
|
All CSS font-size to % instead of px
|
2023-12-11 13:34:23 +01:00 |
|
the-djmaze
|
c1c851c238
|
Merge getNameAndEmailHelper() into newMessageCommand()
|
2023-12-11 11:50:02 +01:00 |
|
the-djmaze
|
08257f47cb
|
Improved #1286 to be in line with all code
|
2023-12-11 11:38:38 +01:00 |
|
the-djmaze
|
e1649d0361
|
Drop .actionHandle
|
2023-10-02 18:35:59 +02:00 |
|
the-djmaze
|
974acaab90
|
Cleanup EmailModel
|
2023-02-13 17:05:44 +01:00 |
|
the-djmaze
|
974350ebee
|
Found more JSON properties to change into JavaScript camelCase
|
2023-01-26 10:41:55 +01:00 |
|
the-djmaze
|
7fac6ca9dd
|
this.addObservables() to addObservablesTo()
|
2022-10-30 22:19:52 +01:00 |
|
the-djmaze
|
7a0ec76d25
|
Cleanup Jua upload handler
|
2022-10-28 01:36:49 +02:00 |
|
the-djmaze
|
47a861a243
|
Speedup listChecked().length to hasChecked()
|
2022-09-09 10:02:40 +02:00 |
|
the-djmaze
|
9dcdd7e41c
|
Contact add Note and improved changes check
|
2022-09-08 09:37:27 +02:00 |
|
the-djmaze
|
0c90875b61
|
Improved Contacts window
|
2022-09-07 13:45:30 +02:00 |
|
the-djmaze
|
2627a16c36
|
Improved Contacts to check if changes should be saved
|
2022-09-06 19:22:06 +02:00 |
|
the-djmaze
|
c9ad0ef170
|
Improved new AddressBook system
|
2022-09-06 14:26:07 +02:00 |
|
the-djmaze
|
fe20741409
|
Improved Contacts handling
|
2022-09-05 11:04:12 +02:00 |
|
djmaze
|
1a5b8819fa
|
Merge remote-tracking branch 'origin/master' into addressbook
|
2022-09-02 15:15:01 +02:00 |
|
the-djmaze
|
732b6eb641
|
Use JavaScript Optional chaining
|
2022-09-02 11:52:07 +02:00 |
|
the-djmaze
|
afd65c809d
|
Drop Remote.request() aAbortActions parameter
|
2022-09-02 09:56:31 +02:00 |
|
the-djmaze
|
2837126d60
|
Get AddressBook Import/Export working
|
2022-07-25 22:55:48 +02:00 |
|
djmaze
|
08ded5bb71
|
Cleanup some Contacts code
|
2022-07-25 10:13:50 +02:00 |
|
djmaze
|
052f34a9f5
|
Some cleanups for new AddressBook
|
2022-07-22 22:59:50 +02:00 |
|
djmaze
|
c162a3acc6
|
Merge remote-tracking branch 'origin/master' into addressbook
|
2022-07-22 22:16:45 +02:00 |
|
the-djmaze
|
e49cbbbbec
|
Contact Popup viewSaveTrigger never used
|
2022-07-22 22:14:05 +02:00 |
|
the-djmaze
|
a71874a8c4
|
Redesign AddressBook
|
2022-05-29 00:22:50 +02:00 |
|
the-djmaze
|
0a49027840
|
Resolve #293
|
2022-04-16 11:01:24 +02:00 |
|
the-djmaze
|
a503329b77
|
Resolve #265 regarding shortcuts in certain input fields.
As we want other shortcuts do work in input fields (which couldn't in previous releases).
|
2022-03-04 14:43:58 +01:00 |
|
the-djmaze
|
fe0f6af9f4
|
Renamed closeCommand() to close() because it has no command feature anymore
|
2022-03-04 09:21:24 +01:00 |
|
the-djmaze
|
f50f2c5ea0
|
decorateKoCommands() each command must have function
And due to that, a bug is found and solved in MessageView
|
2022-03-03 17:34:45 +01:00 |
|
the-djmaze
|
a67fb22bee
|
Improved Contacts popup close handling
|
2022-03-03 16:41:34 +01:00 |
|
the-djmaze
|
fafe56ecb4
|
Fix and improved hasher routing
|
2022-03-03 16:28:05 +01:00 |
|
the-djmaze
|
06b5b83588
|
removed default export
|
2022-02-24 14:01:41 +01:00 |
|
the-djmaze
|
5990addfef
|
Added: addEventsListener() and addEventsListeners()
|
2022-02-24 11:19:19 +01:00 |
|
the-djmaze
|
24b638cd82
|
Cleanup some JavaScript
|
2022-02-21 15:36:34 +01:00 |
|
the-djmaze
|
e324e2f6b6
|
Replaced tricky delegateRunOnDestroy() with koArrayWithDestroy()
koArrayWithDestroy creates ko.observableArray and calls the desired onDestroy() on entry delete.
|
2022-02-17 12:48:57 +01:00 |
|
the-djmaze
|
25a786d584
|
#89 added downloading of decrypted attachments
|
2022-02-10 16:35:55 +01:00 |
|
djmaze
|
792fee547a
|
change AbstractFetchRemote with a better structure
|
2021-12-02 23:15:24 +01:00 |
|
djmaze
|
880d4a05e9
|
Drop the ko.bindingHandlers.modal as click.koModal is never used
And replace hideScreenPopup() with this.closeCommand();
|
2021-11-06 22:08:45 +01:00 |
|
djmaze
|
d305e090c5
|
Cleanup CSS for paginator and filters
|
2021-11-05 11:17:46 +01:00 |
|
djmaze
|
9158fcd0eb
|
Improve AppUser.bootstart
|
2021-09-23 14:24:06 +02:00 |
|
djmaze
|
9e28eb5fc7
|
Improved Jua uploader
|
2021-09-14 12:50:56 +02:00 |
|
djmaze
|
985a4f5077
|
More CSS, HTML & JS cleanups
|
2021-09-10 09:30:06 +02:00 |
|
djmaze
|
8b116fa8ba
|
Cleanup some code
|
2021-08-12 20:17:37 +02:00 |
|
djmaze
|
5590fd4860
|
isNonEmptyArray => arrayLength
|
2021-07-21 21:34:17 +02:00 |
|
djmaze
|
bb15cd1ec3
|
Resolve Issue #100
|
2021-07-19 11:57:47 +02:00 |
|
djmaze
|
29fe73d4e7
|
Cleanup .bind(
|
2021-04-23 10:47:24 +02:00 |
|
djmaze
|
ce74b2e92f
|
Cleanup more iError && data.Result
|
2021-03-18 14:48:21 +01:00 |
|
djmaze
|
11fd6736bb
|
Set response ErrorCode as iError for easier fetch error handling
|
2021-03-18 12:33:13 +01:00 |
|
djmaze
|
0b64083543
|
Array.isArray to isArray
Array.isNotEmpty to isNonEmptyArray
|
2021-03-16 16:49:14 +01:00 |
|
djmaze
|
986b8f056b
|
prevent creation of _defineProperty() function
|
2021-03-16 16:08:01 +01:00 |
|
djmaze
|
eff92c3152
|
Cleanup AppUserStore
Simplify KeyState/Focused as Scope enum
|
2021-03-16 16:06:16 +01:00 |
|