Skip to content

Releases: APCLab/appmate_droid

V1.3.2 Release

06 Aug 09:01
Compare
Choose a tag to compare

new version 1.3.2 release: bug fix

  • change api get(String...) for filter to getFiltered(String...)
    which cause ambiguous to get(String) for primary key query
  • fix url pattern misassemble

bug fix

26 May 05:59
Compare
Choose a tag to compare

fix casting issue leads to program crash

change http client

17 Apr 10:10
Compare
Choose a tag to compare

distributions via jCenter and api doc is also updated

🎉 Ready to use!

27 Jan 14:47
Compare
Choose a tag to compare

專案環境異動

測試

+ Travis CI

API 文件

- Javadoc
+ Doxygen

API變動

  • Database 新增取得所有資料表的方法
  • Tuple 支援外來鍵(Tuple型別) 與圖片(Bitmap型別)的存取

其餘變更

  • 變更內部架構,簡化處理流程
  • 註解/文件簡化為純中文

add method

21 Dec 14:24
Compare
Choose a tag to compare

add getTableNames and getTables to Database

bug fix

20 Dec 05:21
Compare
Choose a tag to compare

fix unecpected error on non-authenticate constructor

1.0 release

14 Dec 17:07
Compare
Choose a tag to compare
v1.0.0

milestone: major functions finished

fix update and delete issue

01 Nov 08:28
Compare
Choose a tag to compare

bug fix: missing of some component leads to update and delete fails

fix update issue when updating

31 Oct 07:43
Compare
Choose a tag to compare
  • change request method for updating

it fixes a problem that some update requests would be rejected when a non-nullable field is missing but is not needed to be updated

Foreign key supported

26 Sep 06:27
Compare
Choose a tag to compare
Foreign key supported Pre-release
Pre-release

currently support retrieve object via DbAdapter#getByUrl