meta: remove spanish changelogs

Remove the useless spanish changelogs (We don't translate them as they
become outdated quickly)
This commit is contained in:
OxygenCobalt 2022-08-04 14:45:11 -06:00
parent 6809274441
commit 4b61d1b6e7
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 3 additions and 5 deletions

View file

@ -26,7 +26,8 @@ import androidx.recyclerview.widget.AsyncListDiffer
import androidx.recyclerview.widget.DiffUtil
import androidx.recyclerview.widget.RecyclerView
// TODO: Differentiate between replace and diffing w/item updates
// TODO: Reunify music updates and sorts under replace
/**
* An adapter for one viewholder tied to one type of data. All functionality is derived from the
* overridden values.
@ -200,7 +201,7 @@ class SyncBackingData<T>(adapter: RecyclerView.Adapter<*>, diffCallback: DiffUti
override fun getItem(position: Int): T = differ.currentList[position]
override fun getItemCount(): Int = differ.currentList.size
/** Submit a list normally, doing a diff synchronously. */
/** Submit a list normally, doing a diff synchronously. Only use this for trivial changes. */
fun submitList(newList: List<T>) {
differ.currentList = newList
}

View file

@ -1,3 +0,0 @@
Auxio 2.2.0 mejora la carga de música aún más, respetando etiquetas de artistas individuales a la vez que elimina álbumes y artistas fragmentados. Para mas información visite https://github.com/OxygenCobalt/Auxio/releases/tag/v2.2.0.
Esta versión es un parche que arregla errores de experiencia menores que aparecieron en la versión anterior.