Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhamTyagi committed Jul 20, 2024
1 parent bcf99b2 commit 232ecf5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "io.github.subhamtyagi.openinwhatsapp"
minSdk = 21
targetSdk = 34
versionCode = 7
versionName = "1.4"
versionCode = 8
versionName = "1.5"
vectorDrawables {
useSupportLibrary = true
}
Expand Down
4 changes: 4 additions & 0 deletions metadata/en/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- fix dark theme issue
- liberal phone number validation
- remove unused libs
- enable minification( less apk size)
14 changes: 8 additions & 6 deletions metadata/en/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
This app uses WhatsApp 'click to chat' feature to open a chat with any number without saving it to phonebook.
Open WhatsApp Chat without saving number to contacts

-This app uses WhatsApp public api 'click to chat' feature to open a chat with any number without saving to your phone book.
## Features

-You can create an url link that will open WhatsApp on the specified number. This is a WhatsApp feature, you don't need this app to open the link, only to create it.
- You can create a link to open the WhatsApp chat for any number.
- Use without saving phone number to contacts
- Can also select from Contacts
- No app Permissions
- Just open the app, enter the number, click the button and the chat will open in WhatsApp

-No contact is created on the device, you don't need to save it on your contacts list. Just open the app, enter the number, click the button and the chat will open (if the number doesn't exists WhatsApp will notify it).

-Disclaimer: This app is neither affiliated to nor endorsed by WhatsApp Inc and Facebook Inc,This app is completely unofficial.
- Disclaimer: This app is neither affiliated to nor endorsed by Meta Inc
2 changes: 1 addition & 1 deletion metadata/en/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Open chats in WhatsApp without saving contact to phonebook.
Open WhatsApp Chat without saving number to Contacts

0 comments on commit 232ecf5

Please sign in to comment.