pe3nu6zom
  • Joined on

pe3nu6zom created branch branch01 in 15772782623/90

2 years ago

pe3nu6zom pushed to branch01 at 15772782623/90

2 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • f3d625e17f 菜单维护,可执行闹钟,同时新增更换主页背景图功能和打开应用新增加载动画

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 31fdf30a12 将NotesListActivity和NoteNotesEditActivity中的继承类改成AppCompatActivity类,同时修改xml文件中对应activity中的theme为AppCompatActivity形式,导入AppCompatActivity依赖,系统升级依赖项

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 0e4417cc18 解决The emulator process for AVD Pixel_5_API_30 has terminated即虚拟机运行异常问题,需要修改Avd.ini和config.ini的里面的路径

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • e3b841371a 对FoldersListAdapter.java进行阅读理解以及添加注释

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 9cf78e01ed 对DropdownMenu.java阅读理解和添加注释

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • a68a8fb851 对DateTimePickerDialog.java代码的阅读理解和注解

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 4238d4e94b 对DateTimePicker.java的阅读理解和添加注释

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 64982461f0 对AlarmReceiver.java进行阅读理解以及添加注解

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • ee84438c3e 对AlarmInitReceiver.java进行阅读理解以及添加注解

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 6280026cb6 对AlarmAlertActivity.java进行阅读理解以及添加注解

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 7d566fd63e 1.修改Notes.java中的常量接口为常量类,防止继承常量接口类的信息的流失,提高安全性,

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 5a63f3e5ab 将NoteltemData.java中相同的实现方法getFolderId和getParentId进行统一

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 8fb95b2d02 修改了NoteEditText.java 中onTouchEvent方法中的switch case语句没有defaul的问题

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • d8b755ff46 利用关键字synchronized给部分代码上锁,一次只允许一个线程访问解决GTaskSyncService.java中如果存在多个类实例和/或多个线程,则很容易导致错误的问题。

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 0bf31673dc 1.给Contact类添加私有构造函数以隐藏隐式公共构造函数,实用程序类是静态成员的集合,并不意味着要实例化。即使可以扩展的抽象实用程序类也不应该有公共构造函数。

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • b2ccda6a2c 修改BackupUtils.java中private void exportNoteToText方法复杂度过高(if嵌套过多)的问题

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • b24c51aeea 解决java//ui//NoteEditActivity中ppublic boolean onPrepareOptionsMenu(Menu menu)中存在包含多个返回相同值的返回语句导致程序可能出错的问题+部分代码阅读注解

3 years ago

pe3nu6zom pushed to a_branch at 15772782623/gitt1

  • 373cb5e4ed 用try-with-resources解决java//tool//BackupUtils中private PrintStream getExportToTextPrintStream()中资源泄露问题,即未关闭new文件的风险+部分代码阅读注解

3 years ago