MaserPlay / AppUpdater

Updated version of library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 13+ required.
Apache License 2.0
1 stars 1 forks source link

ask #1

Open hasanelfalakiy opened 5 days ago

hasanelfalakiy commented 5 days ago

my device is android 11, can i use this library to my app?

MaserPlay commented 5 days ago

Yes

hasanelfalakiy commented 5 days ago

Yes

ok i will learn it, if there is something i don't understand i will ask again

hasanelfalakiy commented 5 days ago

Yes

wait, so this library doesn't have a download and install mechanism within the application itself? only notifications? even from github

hasanelfalakiy commented 19 hours ago

Yes

wait, so this library doesn't have a download and install mechanism within the application itself? only notifications? even from github

@MaserPlay bro

MaserPlay commented 19 hours ago

Yes.

This is a updated version AppUpdater by javiersantos

I just update this lib to support new android versions, and change some old libs to with new ones. On my web server, I created a dynamically modified json that returns


{
  "latestVersion": "10.11.23_BugFix2",
  "latestVersionCode": "17",
  "url": "https://github.com/MaserPlay/AppAi/releases/download/10.11.23_BugFix2/app-release.apk",
  "releaseNotes": [
    "- BugFix",
    "- Updated Versions of AppAi"
  ]
}
hasanelfalakiy commented 19 hours ago

Yes.

This is a updated version AppUpdater by javiersantos

I just update this lib to support new android versions, and change some old libs to with new ones. On my web server, I created a dynamically modified json that returns


{
  "latestVersion": "10.11.23_BugFix2",
  "latestVersionCode": "17",
  "url": "https://github.com/MaserPlay/AppAi/releases/download/10.11.23_BugFix2/app-release.apk",
  "releaseNotes": [
    "- BugFix",
    "- Updated Versions of AppAi"
  ]
}

nice, I see the last release of this library was a year ago, have you replaced the dialog with the latest material design 3?

MaserPlay commented 6 hours ago

Yes. This is a updated version AppUpdater by javiersantos I just update this lib to support new android versions, and change some old libs to with new ones. On my web server, I created a dynamically modified json that returns

{
  "latestVersion": "10.11.23_BugFix2",
  "latestVersionCode": "17",
  "url": "https://github.com/MaserPlay/AppAi/releases/download/10.11.23_BugFix2/app-release.apk",
  "releaseNotes": [
    "- BugFix",
    "- Updated Versions of AppAi"
  ]
}

nice, I see the last release of this library was a year ago, have you replaced the dialog with the latest material design 3?

No