KamWithK / AnkiconnectAndroid

Unofficial Ankiconnect for Android (i.e. for Yomichan)
GNU General Public License v3.0
98 stars 14 forks source link

Local audio support #20

Closed Aquafina-water-bottle closed 1 year ago

Aquafina-water-bottle commented 1 year ago

The main change that this PR makes is that it implements the Local Audio Server for Yomichan (SQL version). This requires some new Android dependencies (androidx.room) in order to work. Additionally, the target SDK was changed to 33, in order for the androidx.room dependencies to work. Because the target SDK was changed, the gradle version was updated because the previous gradle version is no longer actively supported on SDK v33.

Outside of the main change, there are some other changes that are listed below.

Various README changes:

Other small changes:

Notes:

TODO:

KamWithK commented 1 year ago

@Aquafina-water-bottle lots of people have asked for this so thanks for working on it Major contributor for sure 🧎