this post was submitted on 30 Sep 2023
356 points (100.0% liked)

196

18150 readers
730 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS
356
submitted 2 years ago* (last edited 2 years ago) by nave@lemmy.zip to c/196@lemmy.blahaj.zone
 
all 17 comments
sorted by: hot top controversial new old
[–] SquishyPandaDev@yiffit.net 60 points 2 years ago

Triple A games be like

[–] moonsnotreal@lemmy.blahaj.zone 29 points 2 years ago (2 children)

App updates can have a maximum size of 34 gigabytes on the play store. Look up android rule 34 for more info.

same with apple. google apple rule 34

[–] ChaoticNeutralCzech@feddit.de 3 points 2 years ago

Why does this only apply for Android 18?

[–] Granixo@feddit.cl 22 points 2 years ago (2 children)
[–] skulblaka@kbin.social 66 points 2 years ago (1 children)

App name is very likely referenced inside every class file. Changing the name triggers a change for every file in the project. Depending on the version control software it may consider that grounds to re-download the entire file on update.

The actual change may have only consisted of 180mb of changes but it affects 34.1GB of files.

[–] glorious_albus@lemmy.world 25 points 2 years ago (2 children)

I'm not a mobile app developer so I'm a bit confused. Why would every class need to refer the app name? Isn't it enough of the pom file (or whatever the equivalent is that has to package the app) knows it?

[–] Johanno@feddit.de 26 points 2 years ago (2 children)

Android apps are written in Kotlin or Java and this means every file will be per convention under com.company.appname(or similar)

And every file will have a line

package com.company.appname

And references to other files in the import.

This means every source code file is changed and therfore recompiled and the update will include the whole app.

Now 35GB means there is a lot of image and/or Audio resources also included. Why this is updated as well I don't know, but their path also changed. Maybe that's enough for the Version control to see it as new.

[–] SpaceNoodle@lemmy.world 12 points 2 years ago

And that's why you use a separate codename for actual software development. Changing the visible app name should only affect a few resource files.

[–] drislands@lemmy.world 6 points 2 years ago

In those cases, I would leave the internal naming alone. It's not uncommon for software to have a different name internally than externally.

[–] SpaceNoodle@lemmy.world 19 points 2 years ago

Not if you're a garbage developer.

[–] AnUnusualRelic@lemmy.world 13 points 2 years ago

What if the new name is very long?

[–] Dragster39@feddit.de 3 points 2 years ago (1 children)

If I may ask, which app is this about?

[–] nave@lemmy.zip 3 points 2 years ago* (last edited 2 years ago)

Its resident evil village on the mac app store

[–] Kolanaki@yiffit.net 3 points 2 years ago

That's a big name.