These 20 commits are when the Protocol Buffers files have changed:
| Commit: | 2dbc3f2 | |
|---|---|---|
| Author: | Alessandro Autiero | |
Release 0.0.5
The documentation is generated from this commit.
| Commit: | 07b0d85 | |
|---|---|---|
| Author: | Alessandro Autiero | |
Updated OpenAI example Fixed duplicated initial app syncs(i didn't use a single atomic field for both the store and StreamHandler because the session can be terminated while the sync is in progress, but we need to know if one has already been started)
| Commit: | 9eea70d | |
|---|---|---|
| Author: | Alessandro Autiero | |
Small fixes to app state and error handling Preparing pipeline to automate proto updates
| Commit: | a094270 | |
|---|---|---|
| Author: | Alessandro Autiero | |
Fixed all message decryption errors Cleaned up API Cleaned up examples Added methods to change privacy settings and added privacy settings map in store to have them in memory Removed read messages todo because it was already implemented Added blocked property to Contact.java and blockedContacts method to Store Optimized imports Fixed some listener bugs Added parameter to onChats, onContacts, onStatus to make it easier to access their data Removed email checker because a simpler regex can be used Almost ready for stable release
| Commit: | 7489c2d | |
|---|---|---|
| Author: | Alessandro Autiero | |
Fixed deserialization(converters were broken)
| Commit: | d7ac074 | |
|---|---|---|
| Author: | Alessandro Autiero | |
Moved to 1.17 of protoc
| Commit: | 9484aae | |
|---|---|---|
| Author: | Alessandro Autiero | |
Fixed https://github.com/Auties00/WhatsappWeb4j/issues/135 New formatting by IntelliJ for consistency Added Exceptions.java to chain exceptions for better stack traces Added support for all unsupported protobufs
| Commit: | b212501 | |
|---|---|---|
| Author: | Auties00 | |
Trying to debug the project using Baileys. Maybe by observing the behaviour of Baileys I can understand what is wrong here
| Commit: | e62f106 | |
|---|---|---|
| Author: | Auties00 | |
Still working on message sending
| Commit: | 7adf5df | |
|---|---|---|
| Author: | Auties00 | |
Still working on fixing message sending App state is now failing???
| Commit: | a853c95 | |
|---|---|---|
| Author: | Auties00 | |
Finished history updater Added packed to necessary protobuf fields Fixed some bugs in the protobuf schemas Updated to version 1.6 of ModernProtoc Small documentations fixes Removed useless comments
| Commit: | 88cd699 | |
|---|---|---|
| Author: | Auties00 | |
Implemented media decryption Preparing history syncs and app state management Added some logic to the error handling in StreamHandler Fixed whatsapp.proto Optimized imports
| Commit: | 23715bf | |
|---|---|---|
| Author: | Auties00 | |
Starting to implement message decryption
| Commit: | 804e603 | |
|---|---|---|
| Author: | Auties00 | |
Finished organizing
| Commit: | 40a3711 | |
|---|---|---|
| Author: | Auties00 | |
Starting to implement SessionCipher for Signal Note: This commit does not compile
| Commit: | cca521f | |
|---|---|---|
| Author: | Auties00 | |
Modularized project
This commit does not contain any .proto files.
| Commit: | dd61ae4 | |
|---|---|---|
| Author: | Auties00 | |
Added media encryption support Changed how messages are sent to whatsapp
| Commit: | e34dbe1 | |
|---|---|---|
| Author: | Auties00 | |
Close to a release
| Commit: | a4b0c51 | |
|---|---|---|
| Author: | Auties00 | |
Close to a release
| Commit: | a11616e | |
|---|---|---|
| Author: | Auties00 | |
Finished BinaryDecoder.java