0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jordan Rose
96e3fd9d37 Guidelines: avoid cargo add 2024-05-01 09:19:04 -07:00
Jordan Rose
937a89f687 Coding guideline: keep logs minimal by default 2024-04-26 16:08:52 -07:00
Alex Konradi
23764a50e8
Use @CalledFromNative to prevent stripping
Add an annotation, CalledFromNative, and directives in the proguard file that 
recognize it and prevent items it's attached to from being stripped during code 
minification. Use it in place of some existing rules, and add it to methods 
that were already being called from native code.
2024-03-21 14:10:23 -04:00
Alex Konradi
ac538311e9
Use failOnError instead of try! in Swift
Replace existing usages of try! with the failOnError helper. Add guidance to 
the coding guidelines doc.
2024-02-16 14:31:34 -05:00
Jordan Rose
b8ba4f1077 Add user-data-logging rules to CODING_GUIDELINES 2024-02-02 09:06:00 -08:00
Jordan Rose
88e87da8e6 Add a CODING_GUIDELINES doc 2024-01-19 11:06:38 -08:00